[104674] trunk/dports/audio/xmms2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 31 01:34:13 PDT 2013


Revision: 104674
          https://trac.macports.org/changeset/104674
Author:   ryandesign at macports.org
Date:     2013-03-31 01:34:12 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
xmms2: fix "sed: RE error: illegal byte sequence" on Mountain Lion (#38605)

Modified Paths:
--------------
    trunk/dports/audio/xmms2/Portfile

Modified: trunk/dports/audio/xmms2/Portfile
===================================================================
--- trunk/dports/audio/xmms2/Portfile	2013-03-31 08:33:15 UTC (rev 104673)
+++ trunk/dports/audio/xmms2/Portfile	2013-03-31 08:34:12 UTC (rev 104674)
@@ -53,7 +53,7 @@
 
 post-patch {
     foreach f [glob -directory ${worksrcpath} waf waf-light wafadmin/*.py wafadmin/*/*.py waftools/ruby.py] {
-        reinplace "s|^#! */usr/bin/env python\$|#!${configure.python}|" ${f}
+        reinplace -locale C "s|^#! */usr/bin/env python\$|#!${configure.python}|" ${f}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130331/005c0ffa/attachment.html>


More information about the macports-changes mailing list