[87968] trunk/dports/lang

dports at macports.org dports at macports.org
Wed Dec 14 12:00:42 PST 2011


Revision: 87968
          http://trac.macports.org/changeset/87968
Author:   dports at macports.org
Date:     2011-12-14 12:00:41 -0800 (Wed, 14 Dec 2011)
Log Message:
-----------
perl5.*: remove -arch flags from Config_heavy.pl so that they will not
affect the builds of dependent ports; see #24779.

Modified Paths:
--------------
    trunk/dports/lang/perl5.10/Portfile
    trunk/dports/lang/perl5.12/Portfile
    trunk/dports/lang/perl5.14/Portfile
    trunk/dports/lang/perl5.8/Portfile

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2011-12-14 19:40:56 UTC (rev 87967)
+++ trunk/dports/lang/perl5.10/Portfile	2011-12-14 20:00:41 UTC (rev 87968)
@@ -5,7 +5,7 @@
 
 name            perl5.10
 version         5.10.1
-revision        3
+revision        4
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -89,6 +89,11 @@
     }
 }
 
+post-build { 
+    reinplace -E {s|-arch [a-z0-9_]+||g} \
+        ${worksrcpath}/lib/Config_heavy.pl 
+}
+
 test.run            yes
 
 variant threads description {Build with thread support} {

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2011-12-14 19:40:56 UTC (rev 87967)
+++ trunk/dports/lang/perl5.12/Portfile	2011-12-14 20:00:41 UTC (rev 87968)
@@ -5,7 +5,7 @@
 
 name            perl5.12
 version         5.12.3
-revision        2
+revision        3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -91,6 +91,11 @@
     }
 }
 
+post-build { 
+    reinplace -E {s|-arch [a-z0-9_]+||g} \
+        ${worksrcpath}/lib/Config_heavy.pl 
+}
+
 test.run            yes
 
 variant threads description {Build with thread support} {

Modified: trunk/dports/lang/perl5.14/Portfile
===================================================================
--- trunk/dports/lang/perl5.14/Portfile	2011-12-14 19:40:56 UTC (rev 87967)
+++ trunk/dports/lang/perl5.14/Portfile	2011-12-14 20:00:41 UTC (rev 87968)
@@ -5,7 +5,7 @@
 
 name            perl5.14
 version         5.14.1
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -93,6 +93,11 @@
     }
 }
 
+post-build { 
+    reinplace -E {s|-arch [a-z0-9_]+||g} \
+        ${worksrcpath}/lib/Config_heavy.pl 
+}
+
 test.run            yes
 
 variant threads description {Build with thread support} {

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2011-12-14 19:40:56 UTC (rev 87967)
+++ trunk/dports/lang/perl5.8/Portfile	2011-12-14 20:00:41 UTC (rev 87968)
@@ -5,7 +5,7 @@
 
 name            perl5.8
 version         5.8.9
-revision        5
+revision        6
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -89,6 +89,11 @@
     }
 }
 
+post-build { 
+    reinplace -E {s|-arch [a-z0-9_]+||g} \
+        ${worksrcpath}/lib/Config_heavy.pl 
+}
+
 test.run            yes
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111214/4964511f/attachment.html>


More information about the macports-changes mailing list