[81168] trunk/dports/lang/perl5.8

afb at macports.org afb at macports.org
Tue Jul 26 02:03:35 PDT 2011


Revision: 81168
          http://trac.macports.org/changeset/81168
Author:   afb at macports.org
Date:     2011-07-26 02:03:34 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
perl5.8: incorporate nm fix from perl5.12, see r76831

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

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

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

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2011-07-26 08:59:05 UTC (rev 81167)
+++ trunk/dports/lang/perl5.8/Portfile	2011-07-26 09:03:34 UTC (rev 81168)
@@ -31,6 +31,11 @@
 
 patchfiles  patch-perl.c.diff patch-Configure.diff
 
+platform darwin 11 {
+    # bypass stupid check that assumes fprintf must be in libc.dylib
+    patchfiles-append   patch-hints_darwin.sh-usenm.diff
+}
+
 post-patch {
     reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure
     # Ensure that the ld value set in configure.args is used

Copied: trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh-usenm.diff (from rev 81164, trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh-usenm.diff)
===================================================================
--- trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh-usenm.diff	                        (rev 0)
+++ trunk/dports/lang/perl5.8/files/patch-hints_darwin.sh-usenm.diff	2011-07-26 09:03:34 UTC (rev 81168)
@@ -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/20110726/19a4d3c2/attachment.html>


More information about the macports-changes mailing list