[csw-devel] SF.net SVN: gar:[9398] csw/mgar/pkg/lftp/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Mar 27 15:36:36 CET 2010


Revision: 9398
          http://gar.svn.sourceforge.net/gar/?rev=9398&view=rev
Author:   chninkel
Date:     2010-03-27 14:36:32 +0000 (Sat, 27 Mar 2010)

Log Message:
-----------
lftp: don't use opencsw getopt.h as it breaks the compilation

Modified Paths:
--------------
    csw/mgar/pkg/lftp/trunk/Makefile
    csw/mgar/pkg/lftp/trunk/checksums

Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile	2010-03-27 13:54:37 UTC (rev 9397)
+++ csw/mgar/pkg/lftp/trunk/Makefile	2010-03-27 14:36:32 UTC (rev 9398)
@@ -54,13 +54,15 @@
 # http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=aa30765d64d4a50ad7ce83e78b5699223571ef36
 PATCHFILES += sun_cc_no_restrict.patch
 
+PATCHFILES += dont_use_csw_getopt_h.patch
+
 ##### Build and installation information #####
 
 
 CONFIGURE_ARGS = $(DIRPATHS)
 # previous maintainer compiled with openssl
 # instead of gnutls, no need to change that
-#CONFIGURE_ARGS += --without-gnutls --with-openssl=/opt/csw
+CONFIGURE_ARGS += --without-gnutls --with-openssl=/opt/csw
 
 TEST_SCRIPTS =
 

Modified: csw/mgar/pkg/lftp/trunk/checksums
===================================================================
--- csw/mgar/pkg/lftp/trunk/checksums	2010-03-27 13:54:37 UTC (rev 9397)
+++ csw/mgar/pkg/lftp/trunk/checksums	2010-03-27 14:36:32 UTC (rev 9398)
@@ -1,4 +1,5 @@
 5bc881a13c106b1c97f2137ff1755817  CSWlftp.prototype
 9762d1259c88dd7dac2f9206a39e7cf5  changelog.CSW
+a8baca88197dfe533c639c1fe866fa5c  dont_use_csw_getopt_h.patch
 42f31ca6b10d7bc4e9cd7408b476ee9b  lftp-4.0.6.tar.gz
 1a9dd9857cef5453fc14102dbc2e7713  sun_cc_no_restrict.patch


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list