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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Jul 18 23:46:38 CEST 2011


Revision: 15105
          http://gar.svn.sourceforge.net/gar/?rev=15105&view=rev
Author:   chninkel
Date:     2011-07-18 21:46:38 +0000 (Mon, 18 Jul 2011)

Log Message:
-----------
lftp: fixed some policy compliance problems and updated dependancies names

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

Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile	2011-07-18 21:45:39 UTC (rev 15104)
+++ csw/mgar/pkg/lftp/trunk/Makefile	2011-07-18 21:46:38 UTC (rev 15105)
@@ -24,9 +24,18 @@
 PACKAGES = CSWlftp
 CATALOGNAME_CSWlftp = lftp
 
-RUNTIME_DEP_PKGS = CSWexpat CSWggettextrt CSWiconv CSWosslrt CSWreadline CSWlibsocks
+RUNTIME_DEP_PKGS = CSWexpat
+RUNTIME_DEP_PKGS += CSWiconv
+RUNTIME_DEP_PKGS += CSWosslrt
+RUNTIME_DEP_PKGS += CSWlibsocks
+RUNTIME_DEP_PKGS += CSWlibintl8
+RUNTIME_DEP_PKGS += CSWlibreadline6
 
 
+# Reference to configuration file default path for configure, can be safely ignored
+CHECKPKG_OVERRIDES_CSWlftp += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/lftp.1
+
+
 ###### Upstream and opencsw files information #######
 
 MASTER_SITES = http://ftp.yars.free.net/pub/source/lftp/
@@ -62,6 +71,10 @@
 localstatedir   = /var$(prefix)
 sysconfdir      = /etc$(prefix)
 
+# We don't want Sun Studio RPATH entries
+# see http://wiki.opencsw.org/checkpkg-error-tags#bad-rpath-entry
+EXTRA_LINKER_FLAGS = -norunpath
+
 CONFIGURE_ARGS = $(DIRPATHS)
 # previous maintainer compiled with openssl
 # instead of gnutls, no need to change that


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