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

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Mar 13 10:59:51 CET 2013


Revision: 20448
          http://gar.svn.sourceforge.net/gar/?rev=20448&view=rev
Author:   chninkel
Date:     2013-03-13 09:59:50 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
lftp/trunk: switched to gcc as compiler

Modified Paths:
--------------
    csw/mgar/pkg/lftp/trunk/Makefile
    csw/mgar/pkg/lftp/trunk/checksums
    csw/mgar/pkg/lftp/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile	2013-03-13 09:55:27 UTC (rev 20447)
+++ csw/mgar/pkg/lftp/trunk/Makefile	2013-03-13 09:59:50 UTC (rev 20448)
@@ -29,6 +29,9 @@
 RUNTIME_DEP_PKGS += CSWlibsocks
 RUNTIME_DEP_PKGS += CSWlibintl8
 RUNTIME_DEP_PKGS += CSWlibreadline6
+# necessary when compiled with gcc
+RUNTIME_DEP_PKGS += CSWlibgcc-s1
+RUNTIME_DEP_PKGS += CSWlibstdc++6
 
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
@@ -62,9 +65,13 @@
 
 ##### Build and installation information #####
 
+GARCOMPILER = GNU
+
 # We don't want Sun Studio RPATH entries
 # see http://wiki.opencsw.org/checkpkg-error-tags#bad-rpath-entry
-EXTRA_LINKER_FLAGS = -norunpath
+ifeq ($(GARCOMPILER),SUN)
+	EXTRA_LINKER_FLAGS = -norunpath
+endif
 
 CONFIGURE_ARGS = $(DIRPATHS)
 

Modified: csw/mgar/pkg/lftp/trunk/checksums
===================================================================
--- csw/mgar/pkg/lftp/trunk/checksums	2013-03-13 09:55:27 UTC (rev 20447)
+++ csw/mgar/pkg/lftp/trunk/checksums	2013-03-13 09:59:50 UTC (rev 20448)
@@ -1 +0,0 @@
-6f72bd50386b86939c781432c233ebdd  lftp-4.3.8.tar.gz

Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2013-03-13 09:55:27 UTC (rev 20447)
+++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2013-03-13 09:59:50 UTC (rev 20448)
@@ -1,6 +1,9 @@
 lftp (4.4.4,REV=2013.03.13) unstable
 
   * New upstream release.
+  * Switched to gcc as compiler
+  * Added CSWlibgcc-s1 and CSWlibstdc++6 dependencies
+    because of gcc
 
  -- Yann Rouillard <yann at opencsw.org>  Wed, 13 Mar 2013 08:08:40 +0100
 

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