Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1527

Added Files:
        slrn.info slrn.patch 
Log Message:
new version (vs 10.[56]) after discussion with maintainer. I took it over 
myself based on that discussion, but feel free to re-claim if you like


--- NEW FILE: slrn.info ---
Package: slrn
Version: 1.0.1
Revision: 1
BuildDepends: <<
        fink-package-precedence,
        gettext-bin,
        gettext-tools,
        libgettext8-dev,
        libiconv-dev,
        slang2,
        system-openssl-dev,
        x11-dev
<<
Depends: <<
        libgettext8-shlibs,
        libiconv,
        slang2-shlibs
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 232670ab76a045967b137e5124b3d681
PatchFile: %n.patch
PatchFile-MD5: b82baf6108f8f64e61302b16466c2546
ConfigureParams: <<
        --mandir=%p/share/man \
        --with-ssl=%p/lib/system-openssl \
        --with-slrnpull \
        --x-includes=/usr/X11/include \
        --x-libraries=/usr/X11/lib
<<
SetCFLAGS: -MD
NoSetLDFLAGS: true
CompileScript: <<
        %{default_script}
        fink-package-precedence --depfile-ext='\.d' .
<<
InstallScript: make install DESTDIR=%d
DocFiles: doc/FAQ doc/FIRST_STEPS doc/README* doc/THANKS doc/*.txt
Description: NNTP / spool based newsreader
DescPackaging: <<
        Former maintainer: Max Horn <m...@quendi.de>

        Ensure that the correct OpenSSL (system not fink) gets used

        Not sure why there is x11 detection
<<
Homepage: http://www.slrn.org/
License: GPL
Maintainer: Daniel Macks <dma...@netspace.org>

--- NEW FILE: slrn.patch ---
diff -Nurd -x'*~' slrn-1.0.1.orig/src/Makefile.in slrn-1.0.1/src/Makefile.in
--- slrn-1.0.1.orig/src/Makefile.in     2012-12-21 19:53:40.000000000 -0500
+++ slrn-1.0.1/src/Makefile.in  2013-06-10 15:48:27.000000000 -0400
@@ -3,7 +3,7 @@
 # C compiler.  It must understand prototypes.
 #-----------------------------------------------------------------------------
 CC = @CC@
-CFLAGS = @CFLAGS@ @X_CFLAGS@
+CFLAGS = @CFLAGS@
 LDFLAGS = @LDFLAGS@
 #-----------------------------------------------------------------------------
 # Required Libraries
@@ -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) @X_CFLAGS@
 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 config.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 Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to