Modified: trunk/dports/sysutils/rpm/Portfile (76680 => 76681)
--- 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 (76680 => 76681)
--- 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
+
+ ;;
+