[76681] trunk/dports/sysutils/rpm

afb at macports.org afb at macports.org
Sat Mar 5 06:21:49 PST 2011


Revision: 76681
          http://trac.macports.org/changeset/76681
Author:   afb at macports.org
Date:     2011-03-05 06:21:47 -0800 (Sat, 05 Mar 2011)
Log Message:
-----------
fix configure using wrong perl version (#28636)

Modified Paths:
--------------
    trunk/dports/sysutils/rpm/Portfile
    trunk/dports/sysutils/rpm/files/patch-configure

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2011-03-05 09:09:32 UTC (rev 76680)
+++ trunk/dports/sysutils/rpm/Portfile	2011-03-05 14:21:47 UTC (rev 76681)
@@ -4,7 +4,7 @@
 
 name			rpm
 version			4.4.9
-revision                10
+revision                11
 platforms		darwin freebsd linux
 categories		sysutils archivers
 maintainers		mac.com:n3npq
@@ -38,7 +38,7 @@
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.4 --with-perl --without-apidocs \
+			--with-python=2.4 --with-perl=5.8 --without-apidocs \
 			--sysconfdir=${prefix}/etc
 
 configure.env		__PYTHON=${prefix}/bin/python2.4 __PERL=${prefix}/bin/perl5.8

Modified: trunk/dports/sysutils/rpm/files/patch-configure
===================================================================
--- trunk/dports/sysutils/rpm/files/patch-configure	2011-03-05 09:09:32 UTC (rev 76680)
+++ trunk/dports/sysutils/rpm/files/patch-configure	2011-03-05 14:21:47 UTC (rev 76681)
@@ -31,3 +31,12 @@
  
  cat >>confdefs.h <<_ACEOF
  #define SYSCONFIGDIR "$SYSCONFIGDIR"
+@@ -38371,7 +38371,7 @@
+     done ;;
+     "default":C) 	echo timestamp > popt/stamp-h.in
+ 	echo timestamp > stamp-h.in
+-	[ -d perl ] && cd perl && perl Makefile.PL
++	[ -d perl ] && cd perl && $__PERL Makefile.PL
+ 
+  ;;
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110305/5d5f16f0/attachment.html>


More information about the macports-changes mailing list