[csw-devel] SF.net SVN: gar:[11807] csw/mgar/pkg/perl/tags

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Dec 6 14:56:29 CET 2010


Revision: 11807
          http://gar.svn.sourceforge.net/gar/?rev=11807&view=rev
Author:   dmichelsen
Date:     2010-12-06 13:56:29 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
perl-5.8.8: Adjust tag name

Modified Paths:
--------------
    csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/Makefile
    csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/files/updatecore.mk

Added Paths:
-----------
    csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/

Removed Paths:
-------------
    csw/mgar/pkg/perl/tags/perl-5.8.8,REV=2009.11.12/

Modified: csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/Makefile
===================================================================
--- csw/mgar/pkg/perl/tags/perl-5.8.8,REV=2009.11.12/Makefile	2010-05-05 02:34:54 UTC (rev 9816)
+++ csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/Makefile	2010-12-06 13:56:29 UTC (rev 11807)
@@ -58,9 +58,8 @@
 
 DISTFILES += $(foreach N,$(CORE_UPDATES),$(N).tar.gz)
 
-# Dependencies
-#LIBDEPS += bdb48/lib
-LIBDEPS += lib/gdbm
+# Make sure we don't pick up the newly build Perl but rely on the system Perl for GAR operations
+IGNORE_DESTDIR = 1
 
 # Custom configure
 CONFIGURE_SCRIPTS = perl

Modified: csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/files/updatecore.mk
===================================================================
--- csw/mgar/pkg/perl/tags/perl-5.8.8,REV=2009.11.12/files/updatecore.mk	2010-05-05 02:34:54 UTC (rev 9816)
+++ csw/mgar/pkg/perl/tags/perl-5.8.8,REV_2009.11.12/files/updatecore.mk	2010-12-06 13:56:29 UTC (rev 11807)
@@ -2,11 +2,11 @@
 
 # Install core updates
 install-core-updates: remove-obsolete-modules
-	@for d in "" $(CORE_UPDATES) ; do \
+	for d in "" $(CORE_UPDATES) ; do \
 		test -z "$$d" && continue ; \
 		echo " ==> Applying core update: $$d" ; \
 		( cd $(WORKDIR)/$$d ; \
-		$(CONFIGURE_ENV) perl Makefile.PL ; \
+		$(CONFIGURE_ENV) LD_LIBRARY_PATH=$(abspath $(WORKSRC)) $(DESTDIR)$(bindir)/perl Makefile.PL ; \
 		$(BUILD_ENV) make ; \
 		$(TEST_ENV) make test ; \
 		$(INSTALL_ENV) make install INSTALLDIRS=perl DESTDIR=$(DESTDIR) ) ; \


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