Revision: 94813 https://trac.macports.org/changeset/94813 Author: cal@macports.org Date: 2012-06-30 05:01:37 -0700 (Sat, 30 Jun 2012) Log Message: ----------- p5-eperl: Use correct $perlprog in configure, revert r94801 which only fixed the symptom, not the cause Revision Links: -------------- https://trac.macports.org/changeset/94801 Modified Paths: -------------- trunk/dports/perl/p5-eperl/Portfile Added Paths: ----------- trunk/dports/perl/p5-eperl/files/0009-configure-use-correct-perl.diff Removed Paths: ------------- trunk/dports/perl/p5-eperl/files/0009-configure-remove-archflags-from-perl_dla.diff Modified: trunk/dports/perl/p5-eperl/Portfile =================================================================== --- trunk/dports/perl/p5-eperl/Portfile 2012-06-30 11:38:11 UTC (rev 94812) +++ trunk/dports/perl/p5-eperl/Portfile 2012-06-30 12:01:37 UTC (rev 94813) @@ -7,7 +7,7 @@ # replicate perl5.setup to create the subports name p5-eperl version 2.2.14 -revision 4 +revision 5 distname eperl-${version} license {Artistic GPL} platforms darwin @@ -43,7 +43,7 @@ 0006-fix-format-string-error-in-perl-stderr.diff \ 0007-debian-2.2.14-16-modified-and-added-shtool.diff \ 0008-wml-2.0.11-merge.diff \ - 0009-configure-remove-archflags-from-perl_dla.diff + 0009-configure-use-correct-perl.diff if {$subport != $name} { post-patch { Deleted: trunk/dports/perl/p5-eperl/files/0009-configure-remove-archflags-from-perl_dla.diff =================================================================== --- trunk/dports/perl/p5-eperl/files/0009-configure-remove-archflags-from-perl_dla.diff 2012-06-30 11:38:11 UTC (rev 94812) +++ trunk/dports/perl/p5-eperl/files/0009-configure-remove-archflags-from-perl_dla.diff 2012-06-30 12:01:37 UTC (rev 94813) @@ -1,11 +0,0 @@ ---- a/configure.orig 2012-06-30 01:06:41.000000000 +0200 -+++ a/configure 2012-06-30 01:09:59.000000000 +0200 -@@ -1876,7 +1876,7 @@ - #define HAVE_PERL_DYNALOADER 1 - _ACEOF - -- perl_dla=`perl -MExtUtils::Embed -e ldopts` -+ perl_dla=`perl -MExtUtils::Embed -e ldopts | sed -E 's/-arch [^ ]+//g'` - ;; - * ) - rc=no Copied: trunk/dports/perl/p5-eperl/files/0009-configure-use-correct-perl.diff (from rev 94801, trunk/dports/perl/p5-eperl/files/0009-configure-remove-archflags-from-perl_dla.diff) =================================================================== --- trunk/dports/perl/p5-eperl/files/0009-configure-use-correct-perl.diff (rev 0) +++ trunk/dports/perl/p5-eperl/files/0009-configure-use-correct-perl.diff 2012-06-30 12:01:37 UTC (rev 94813) @@ -0,0 +1,11 @@ +--- a/configure.orig 2012-06-30 01:06:41.000000000 +0200 ++++ a/configure 2012-06-30 01:09:59.000000000 +0200 +@@ -1876,7 +1876,7 @@ + #define HAVE_PERL_DYNALOADER 1 + _ACEOF + +- perl_dla=`perl -MExtUtils::Embed -e ldopts` ++ perl_dla=`$perlprog -MExtUtils::Embed -e ldopts` + ;; + * ) + rc=no
participants (1)
-
cal@macports.org