[99764] trunk/dports/security/stegdetect/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Nov 16 15:26:51 PST 2012


Revision: 99764
          https://trac.macports.org/changeset/99764
Author:   ryandesign at macports.org
Date:     2012-11-16 15:26:51 -0800 (Fri, 16 Nov 2012)
Log Message:
-----------
stegdetect: fix "sed: RE error: illegal byte sequence" error on Mountain Lion (#37015)

Modified Paths:
--------------
    trunk/dports/security/stegdetect/Portfile

Modified: trunk/dports/security/stegdetect/Portfile
===================================================================
--- trunk/dports/security/stegdetect/Portfile	2012-11-16 22:41:59 UTC (rev 99763)
+++ trunk/dports/security/stegdetect/Portfile	2012-11-16 23:26:51 UTC (rev 99764)
@@ -32,6 +32,9 @@
    reinplace "s|install:|_install:|g" ${worksrcpath}/jpeg-6b/Makefile
 }
 
+# sed: RE error: illegal byte sequence
+build.env           LANG=C
+
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/stegbreak
    xinstall -m 644 -W ${filespath} rules.ini.sample \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121116/a9e86b6d/attachment.html>


More information about the macports-changes mailing list