[csw-devel] SF.net SVN: gar:[10702] csw/mgar/pkg/perl/branches/perl-5.10.1/Makefile

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Thu Aug 5 12:15:10 CEST 2010


Revision: 10702
          http://gar.svn.sourceforge.net/gar/?rev=10702&view=rev
Author:   bonivart
Date:     2010-08-05 10:15:10 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
perl: update to bdb48, respin to use new compiler location

Modified Paths:
--------------
    csw/mgar/pkg/perl/branches/perl-5.10.1/Makefile

Modified: csw/mgar/pkg/perl/branches/perl-5.10.1/Makefile
===================================================================
--- csw/mgar/pkg/perl/branches/perl-5.10.1/Makefile	2010-08-05 06:44:09 UTC (rev 10701)
+++ csw/mgar/pkg/perl/branches/perl-5.10.1/Makefile	2010-08-05 10:15:10 UTC (rev 10702)
@@ -19,7 +19,7 @@
 
 PACKAGES = CSWperl CSWperldoc
 ARCHALL_CSWperldoc = 1
-RUNTIME_DEP_PKGS_CSWperl = CSWbdb47 CSWgdbm
+RUNTIME_DEP_PKGS_CSWperl = CSWbdb48 CSWgdbm
 RUNTIME_DEP_PKGS_CSWperldoc = CSWperl
 INCOMPATIBLE_PKGS_CSWperl = CSWperlmods CSWpmdigest CSWpmi18nlangtags
 
@@ -28,6 +28,8 @@
 
 LICENSE = Copying
 
+CHECKPKG_OVERRIDES_CSWperldoc += surplus-dependency|CSWperl
+
 # Core module updates
 #MASTER_SITES  += $(CPAN_FIRST_MIRROR)/S/SM/SMUELLER/
 #CORE_UPDATES  += PathTools-3.30
@@ -69,8 +71,8 @@
 # Compatable with all prior patch revs
 INC_COMPAT = 5.8.0 5.8.2 5.8.4 5.8.6 5.8.7 5.8.8 5.10.0
 
-# Force use of db-4.7
-PERL_LIBS += -lsocket -lnsl -lgdbm -ldb-4.7 -ldl -lm -lpthread -lc -lperl
+# Force use of db-4.8
+PERL_LIBS += -lsocket -lnsl -lgdbm -ldb-4.8 -ldl -lm -lpthread -lc -lperl
 
 # Configuration flags
 CONFIGURE_ARGS += -Darchlib=$(libdir)/perl/$(GARVERSION)
@@ -101,6 +103,7 @@
 CONFIGURE_ARGS += -Duseshrplib
 CONFIGURE_ARGS += -Dusesitecustomize
 CONFIGURE_ARGS += -Dusethreads
+#CONFIGURE_ARGS += -Dusedtrace
 CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl/csw
 CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl/csw
 CONFIGURE_ARGS += -Dvendorprefix=$(prefix)
@@ -108,8 +111,8 @@
 CONFIGURE_ARGS += -Dlibsdirs=" /usr/lib /opt/csw/lib"
 CONFIGURE_ARGS += -Dsed=$(bindir)/gsed
 
-EXTRA_LIB += $(prefix)/bdb47/lib
-EXTRA_INC += $(prefix)/bdb47/include
+EXTRA_LIB += $(prefix)/bdb48/lib
+EXTRA_INC += $(prefix)/bdb48/include
 
 #EXTRA_LDFLAGS = -lperl
 EXTRA_LDFLAGS = -L$(libdir) -lperl


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