[csw-devel] SF.net SVN: gar:[18840] csw/mgar/pkg/perl/branches
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Jul 24 13:12:28 CEST 2012
Revision: 18840
http://gar.svn.sourceforge.net/gar/?rev=18840&view=rev
Author: bonivart
Date: 2012-07-24 11:12:28 +0000 (Tue, 24 Jul 2012)
Log Message:
-----------
perl/branches/perl-5.10.1-12548: new branch for Perl 5.10.1 built on Solaris 10
Modified Paths:
--------------
csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile
Added Paths:
-----------
csw/mgar/pkg/perl/branches/perl-5.10.1-12548/
Modified: csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile
===================================================================
--- csw/mgar/pkg/perl/trunk/Makefile 2011-01-15 10:19:33 UTC (rev 12548)
+++ csw/mgar/pkg/perl/branches/perl-5.10.1-12548/Makefile 2012-07-24 11:12:28 UTC (rev 18840)
@@ -19,7 +19,8 @@
PACKAGES = CSWperl CSWperldoc
ARCHALL_CSWperldoc = 1
-RUNTIME_DEP_PKGS_CSWperl = CSWbdb48 CSWgdbm
+RUNTIME_DEP_PKGS_CSWperl = CSWbdb48
+RUNTIME_DEP_PKGS_CSWperl += CSWlibgdbm4
RUNTIME_DEP_PKGS_CSWperldoc = CSWperl
INCOMPATIBLE_PKGS_CSWperl = CSWperlmods CSWpmdigest CSWpmi18nlangtags
@@ -31,8 +32,12 @@
PATCHFILES += 0001-change-inc-based-on-rhel5-patch.patch
CHECKPKG_OVERRIDES_CSWperldoc += surplus-dependency|CSWperl
-CHECKPKG_OVERRIDES_CSWperl += surplus-dependency|CSWgdbm
-CHECKPKG_OVERRIDES_CSWperl += soname-not-found|libgdbm.so.3|is|needed|by|opt/csw/lib/perl/5.10.1/auto/GDBM_File/GDBM_File.so
+# Paths with /usr/local in examples and such
+CHECKPKG_OVERRIDES_CSWperl += file-with-bad-content
+CHECKPKG_OVERRIDES_CSWperldoc += file-with-bad-content
+# Temporary due to collisions with pm-module-build
+CHECKPKG_OVERRIDES_CSWperl += file-collision|/opt/csw/bin/config_data|CSWperl|CSWpm-module-build
+CHECKPKG_OVERRIDES_CSWperldoc += file-collision
# Core module updates
# Not used at the moment, leave one as example
@@ -84,7 +89,11 @@
CONFIGURE_ARGS += -Duseshrplib
CONFIGURE_ARGS += -Dusesitecustomize
CONFIGURE_ARGS += -Dusethreads
-#CONFIGURE_ARGS += -Dusedtrace
+
+ifeq ($(shell uname -r), 5.10)
+ CONFIGURE_ARGS += -Dusedtrace
+endif
+
CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl/csw
CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl/csw
CONFIGURE_ARGS += -Dvendorprefix=$(prefix)
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