[96408] trunk/dports/devel/qscintilla/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Aug 8 23:38:31 PDT 2012
Revision: 96408
https://trac.macports.org/changeset/96408
Author: ryandesign at macports.org
Date: 2012-08-08 23:38:27 -0700 (Wed, 08 Aug 2012)
Log Message:
-----------
qscintilla: fix "sed: RE error: illegal byte sequence" error in patch phase (#35600)
Modified Paths:
--------------
trunk/dports/devel/qscintilla/Portfile
Modified: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile 2012-08-09 03:41:05 UTC (rev 96407)
+++ trunk/dports/devel/qscintilla/Portfile 2012-08-09 06:38:27 UTC (rev 96408)
@@ -56,7 +56,7 @@
# fix up 'Platform.h's, to avoid a conflict with the port 'tidy's
# 'platform.h'.
foreach fixfile [exec grep -lr \"Platform\.h\" ${worksrcpath}] {
- reinplace "s@\"Platform\.h\"@\"include/Platform\.h\"@g" ${fixfile}
+ reinplace -locale C "s@\"Platform\.h\"@\"include/Platform\.h\"@g" ${fixfile}
}
# fix up .pro files to handle debug and release
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120808/16843e2a/attachment.html>
More information about the macports-changes
mailing list