[127757] trunk/dports/textproc/xmlstarlet/Portfile

takeshi at macports.org takeshi at macports.org
Mon Nov 3 00:26:03 PST 2014


Revision: 127757
          https://trac.macports.org/changeset/127757
Author:   takeshi at macports.org
Date:     2014-11-03 00:26:03 -0800 (Mon, 03 Nov 2014)
Log Message:
-----------
xmlstarlet: fix build on Mountain Lion and Mavericks

Modified Paths:
--------------
    trunk/dports/textproc/xmlstarlet/Portfile

Modified: trunk/dports/textproc/xmlstarlet/Portfile
===================================================================
--- trunk/dports/textproc/xmlstarlet/Portfile	2014-11-03 08:06:03 UTC (rev 127756)
+++ trunk/dports/textproc/xmlstarlet/Portfile	2014-11-03 08:26:03 UTC (rev 127757)
@@ -34,6 +34,10 @@
                     --program-transform-name=s/xml$/${name}/
 
 build.target        clean-doc all
+# Avoid the error below by setting environment variables
+# sed: RE error: illegal byte sequence
+# http://stackoverflow.com/questions/19242275/re-error-illegal-byte-sequence-on-mac-os-x
+build.env-append    LC_CTYPE=C LANG=C
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141103/3829d90f/attachment-0001.html>


More information about the macports-changes mailing list