[76832] trunk/dports/lang/perl5.10

jmr at macports.org jmr at macports.org
Wed Mar 9 20:15:08 PST 2011


Revision: 76832
          http://trac.macports.org/changeset/76832
Author:   jmr at macports.org
Date:     2011-03-09 20:15:06 -0800 (Wed, 09 Mar 2011)
Log Message:
-----------
perl5.10: incorporate nm fix from perl5.12, see r76831

Revision Links:
--------------
    http://trac.macports.org/changeset/76831

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

Added Paths:
-----------
    trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh-usenm.diff

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2011-03-10 04:03:19 UTC (rev 76831)
+++ trunk/dports/lang/perl5.10/Portfile	2011-03-10 04:15:06 UTC (rev 76832)
@@ -32,6 +32,10 @@
     patchfiles-append   patch-hints_darwin.sh.diff \
 						patch-perl.c.diff
 }
+platform darwin 11 {
+    # bypass stupid check that assumes fprintf must be in libc.dylib
+    patchfiles-append   patch-hints_darwin.sh-usenm.diff
+}
 
 pre-configure {
     reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure

Copied: trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh-usenm.diff (from rev 76831, trunk/dports/lang/perl5.12/files/patch-hints_darwin.sh-usenm.diff)
===================================================================
--- trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh-usenm.diff	                        (rev 0)
+++ trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh-usenm.diff	2011-03-10 04:15:06 UTC (rev 76832)
@@ -0,0 +1,11 @@
+--- hints/darwin.sh.orig	2011-03-10 14:42:17.000000000 +1100
++++ hints/darwin.sh	2011-03-10 14:43:11.000000000 +1100
+@@ -69,7 +69,7 @@
+ archname='darwin';
+ 
+ # nm works.
+-usenm='true';
++usenm='false';
+ 
+ case "$optimize" in
+ '')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110309/398b4854/attachment.html>


More information about the macports-changes mailing list