[csw-devel] SF.net SVN: gar:[14339] csw/mgar/pkg/libtool/branches/libtool24/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 20 14:58:34 CEST 2011


Revision: 14339
          http://gar.svn.sourceforge.net/gar/?rev=14339&view=rev
Author:   dmichelsen
Date:     2011-04-20 12:58:34 +0000 (Wed, 20 Apr 2011)

Log Message:
-----------
libtool24: Adjust to new standards

Modified Paths:
--------------
    csw/mgar/pkg/libtool/branches/libtool24/Makefile

Modified: csw/mgar/pkg/libtool/branches/libtool24/Makefile
===================================================================
--- csw/mgar/pkg/libtool/branches/libtool24/Makefile	2011-04-20 12:56:47 UTC (rev 14338)
+++ csw/mgar/pkg/libtool/branches/libtool24/Makefile	2011-04-20 12:58:34 UTC (rev 14339)
@@ -9,8 +9,6 @@
 # Compile 64 bit libraries only with SOS12
 SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garcompiler-$C))
 
-# TODO: Make sure -xnorunpath / -norunpath stays in cc and CC
-
 DESCRIPTION = A generic library support tool
 define BLURB
   GNU libtool is a generic library support script. Libtool hides the complexity
@@ -46,6 +44,11 @@
 CHECKPKG_OVERRIDES_CSWlibtool += surplus-dependency|CSWlibltdl3
 CHECKPKG_OVERRIDES_CSWlibtool += surplus-dependency|CSWlibltdl7
 
+# These *may* be ok, as users could have installed stuff to /usr/local
+# However, I think it is best to make linkage to /opt/csw/lib explicit and not
+# auto-enable this as a simple replacement.
+CHECKPKG_OVERRIDES_CSWlibtool += file-with-bad-content
+
 # This is built from pkgs/libltdl3
 FOREIGN_PACKAGES += CSWlibltdl3
 OBSOLETED_BY_CSWlibltdl3 += CSWlibtoolrt
@@ -56,16 +59,10 @@
 PKGFILES_CSWlibltdl7 += $(PKGFILES_RT)
 OBSOLETED_BY_CSWlibltdl7 += CSWlibtoolrt
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
 CONFIGURE_ARGS = $(DIRPATHS)
 
 BUILD64 = 1
-NOISAEXEC = 1
 
-TEST_TARGET = check
-
 # Some Fortran-specific tests fail which is probably not that important
 SKIPTEST ?= 1
 


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