Revision: 25900 http://sourceforge.net/p/gar/code/25900 Author: janholzh Date: 2016-08-25 10:05:54 +0000 (Thu, 25 Aug 2016) Log Message: ----------- lftp/trunk: update to 4.7.3
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 2016-08-25 09:36:06 UTC (rev 25899) +++ csw/mgar/pkg/lftp/trunk/Makefile 2016-08-25 10:05:54 UTC (rev 25900) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = lftp -VERSION = 4.6.5 +VERSION = 4.7.3 GARTYPE = v2 DESCRIPTION = A sophisticated command-line ftp/http client @@ -65,22 +65,29 @@ # We don't want Sun Studio RPATH entries # see http://wiki.opencsw.org/checkpkg-error-tags#bad-rpath-entry -ifeq ($(GARCOMPILER),SUN) - EXTRA_LINKER_FLAGS = -norunpath -endif +#ifeq ($(GARCOMPILER),SUN) +# EXTRA_LINKER_FLAGS = -norunpath +#endif 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=$(prefix) # Requested see https://www.opencsw.org/mantis/view.php?id=4481 CONFIGURE_ARGS += --with-socksdante +CONFIGURE_ARGS += --with-readline=$(prefix) +CONFIGURE_ARGS += --with-expat=$(prefix) + # For an unknown reason so far, lftp crashes when compiled # with compiled with lazyload enabled EXTRA_LD_OPTIONS = -z nolazyload +# gcc has some header fixes for curses.h which are included and brake everything. +#add this so the ncuses curses.h is included +EXTRA_CPPFLAGS = -I/opt/csw/include/ncurses + # No test suite here TEST_SCRIPTS = Modified: csw/mgar/pkg/lftp/trunk/checksums =================================================================== --- csw/mgar/pkg/lftp/trunk/checksums 2016-08-25 09:36:06 UTC (rev 25899) +++ csw/mgar/pkg/lftp/trunk/checksums 2016-08-25 10:05:54 UTC (rev 25900) @@ -1 +1 @@ -a19aba54e4a49e51739878ffe5600bde lftp-4.6.5.tar.gz +8eb1fe5f113126b60f172643c7f6c2e6 lftp-4.7.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.