the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: slrn
Version: 0.9.9
Revision: 1
Maintainer: Max Horn
BuildDepends: <<
system-openssl-dev,
libgettext3-dev,
gettext-bin,
gettext-tools,
libiconv-dev,
slang2,
fink (>= 0.24.12-1)
<<
Depends: <<
slang2-shlibs,
libiconv,
libgettext3-shlibs
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 87c0172887bf6e020759bf6241c003fc
PatchFile: %n.patch
PatchFile-MD5: 548263e3395c4d8daf068436444d22c1
NoSetLDFLAGS: True
ConfigureParams: <<
--mandir=%p/share/man \
--with-ssl=%p/lib/system-openssl \
--with-slrnpull \
--disable-dependency-tracking
<<
InstallScript: make install DESTDIR=%d
DocFiles: doc/FAQ doc/FIRST_STEPS doc/README* doc/THANKS doc/*.txt
Description: NNTP / spool based newsreader
DescPackaging: <<
Patch ensures that the correct version of OpenSSL gets linked in,
and that the 'install' Makefile target does not clash with the
file named 'INSTALL'.
<<
Homepage: http://www.slrn.org/
License: GPL
diff -ru slrn-0.9.9/autoconf/Makefile.in slrn-0.9.9-patched/autoconf/Makefile.in
--- slrn-0.9.9/autoconf/Makefile.in 2008-02-11 19:04:23.000000000 +0100
+++ slrn-0.9.9-patched/autoconf/Makefile.in 2008-09-10 22:21:28.000000000 +0200
@@ -27,3 +27,5 @@
# directory as a symbolic link to a local disk instead of an NFS mounted one.
symlinks:
cd src; $(MAKE) symlinks
+
+.PHONY: all clean install
diff -ru slrn-0.9.9/src/Makefile.in slrn-0.9.9-patched/src/Makefile.in
--- slrn-0.9.9/src/Makefile.in 2008-08-09 18:36:02.000000000 +0200
+++ slrn-0.9.9-patched/src/Makefile.in 2008-09-10 22:22:40.000000000 +0200
@@ -88,9 +88,9 @@
EXEC = slrn
OTHER_EXECS = @SLRNPULL@
CONFIG_H = config.h
-INCS = $(SLANG_INC) $(CANLOCK_INC) $(ICONV_INC) $(UUDEVIEW_INC) $(SSL_INC) $(MISCINCLUDES)
+INCS = $(SSL_INC) $(SLANG_INC) $(CANLOCK_INC) $(ICONV_INC) $(UUDEVIEW_INC) $(MISCINCLUDES)
ALL_CFLAGS = $(CFLAGS) -Dunix $(INCS) $(DEFINES)
-EXECLIBS = $(SLANG_LIB) $(UUDEVIEW_LIB) $(CANLOCK_LIB) $(SSL_LIB) $(ICONV_LIB) $(SYSLIBS)
+EXECLIBS = $(SSL_LIB) $(SLANG_LIB) $(UUDEVIEW_LIB) $(CANLOCK_LIB) $(ICONV_LIB) $(SYSLIBS)
DOT_O_DEPS = slrnfeat.h
server_O_DEP = clientlib.c spool.c nntp.c sltcp.c nntplib.c
chmap_O_DEP = chmap.h charmaps.h