[66926] trunk/dports/lang

jmr at macports.org jmr at macports.org
Sun Apr 25 18:20:20 PDT 2010


Revision: 66926
          http://trac.macports.org/changeset/66926
Author:   jmr at macports.org
Date:     2010-04-25 18:20:19 -0700 (Sun, 25 Apr 2010)
Log Message:
-----------
perl5.10, perl5.12: fix dash lookalike character in dtrace variant (#23810)

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

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2010-04-26 01:15:03 UTC (rev 66925)
+++ trunk/dports/lang/perl5.10/Portfile	2010-04-26 01:20:19 UTC (rev 66926)
@@ -85,7 +85,7 @@
 }
 
 variant dtrace description {Build with DTrace probes} {
-    configure.args-append   −Dusedtrace
+    configure.args-append   -Dusedtrace
 }
 
 variant mangle_names description {mangle the installed names by appending -5.10 to avoid conflicting with perl5.8} {

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2010-04-26 01:15:03 UTC (rev 66925)
+++ trunk/dports/lang/perl5.12/Portfile	2010-04-26 01:20:19 UTC (rev 66926)
@@ -87,7 +87,7 @@
 }
 
 variant dtrace description {Build with DTrace probes} {
-    configure.args-append   −Dusedtrace
+    configure.args-append   -Dusedtrace
 }
 
 variant mangle_names description {mangle the installed names by appending -5.12 to avoid conflicting with perl5.8 and perl5.10} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100425/76bfbde2/attachment.html>


More information about the macports-changes mailing list