Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29666/net

Modified Files:
        slrn.info slrn.patch 
Log Message:
New slrn upstream version, using slang2 (after four years of no release, wow ;)

Index: slrn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/slrn.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- slrn.info   28 Jan 2007 14:12:13 -0000      1.3
+++ slrn.info   10 Sep 2008 20:29:12 -0000      1.4
@@ -15,8 +15,8 @@
 # maintainership of) the affected package.
 
 Package: slrn
-Version: 0.9.8.1
-Revision: 2
+Version: 0.9.9
+Revision: 1
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: <<
   system-openssl-dev,
@@ -24,21 +24,20 @@
   gettext-bin,
   gettext-tools,
   libiconv-dev,
-  slang
+  slang2
 <<
 Depends: <<
-  slang-shlibs,
+  slang2-shlibs,
   libiconv,
   libgettext3-shlibs
 <<
-Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 9b613007df537444a5f8a4a2994fadb7
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 87c0172887bf6e020759bf6241c003fc
 Patch: %n.patch
 NoSetLDFLAGS: True
 ConfigureParams: <<
   --mandir=%p/share/man \
-  --with-ssl-library=%p/lib/system-openssl/lib \
-  --with-ssl-includes=%p/lib/system-openssl/include \
+  --with-ssl=%p/lib/system-openssl \
   --with-slrnpull \
   --disable-dependency-tracking
 <<
@@ -46,7 +45,9 @@
 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.
+  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

Index: slrn.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/slrn.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- slrn.patch  28 Jan 2007 14:12:13 -0000      1.1
+++ slrn.patch  10 Sep 2008 20:29:12 -0000      1.2
@@ -1,14 +1,24 @@
-diff -ru slrn-0.9.8.1/src/Makefile.in slrn-0.9.8.1-patched/src/Makefile.in
---- slrn-0.9.8.1/src/Makefile.in       2004-10-07 00:30:28.000000000 +0200
-+++ slrn-0.9.8.1-patched/src/Makefile.in       2007-01-28 12:44:53.000000000 
+0100
-@@ -238,8 +238,8 @@
-  ranges.c vfile.c
- 
- slrnpull_DEPENDENCIES = stamp2
--INCLUDES = -I. -I$(top_srcdir)/intl @SLANG_INC@ @SSLINC@ @UUINC@ @LOCKINC@
--LDADD = @LIBINTL@ @SLANG_LIB@ -lslang @TERMCAP@ @SSLLIB@ @UULIB@ @LOCKLIB@
-+INCLUDES = -I. -I$(top_srcdir)/intl @SSLINC@ @SLANG_INC@ @UUINC@ @LOCKINC@
-+LDADD = @SSLLIB@ @LIBINTL@ @SLANG_LIB@ -lslang @TERMCAP@ @UULIB@ @LOCKLIB@
- uudecode_SOURCES = slrndir.c snprintf.c ttymsg.c util.c
- uudecode_LDADD = uudecode.o @LIBINTL@ @SLANG_LIB@ -lslang
- EXTRA_DIST = art.h charmaps.h chmap.h clientlib.c clientlib.h group.h \
+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


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to