[96550] trunk/dports/print/gv
ryandesign at macports.org
ryandesign at macports.org
Mon Aug 13 19:21:23 PDT 2012
Revision: 96550
https://trac.macports.org/changeset/96550
Author: ryandesign at macports.org
Date: 2012-08-13 19:21:21 -0700 (Mon, 13 Aug 2012)
Log Message:
-----------
gv: fix "sed: RE error: illegal byte sequence" build error
Modified Paths:
--------------
trunk/dports/print/gv/Portfile
Added Paths:
-----------
trunk/dports/print/gv/files/
trunk/dports/print/gv/files/patch-src-Makefile.in.diff
Modified: trunk/dports/print/gv/Portfile
===================================================================
--- trunk/dports/print/gv/Portfile 2012-08-14 01:46:36 UTC (rev 96549)
+++ trunk/dports/print/gv/Portfile 2012-08-14 02:21:21 UTC (rev 96550)
@@ -35,6 +35,8 @@
depends_run path:bin/gs:ghostscript
+patchfiles patch-src-Makefile.in.diff
+
configure.args --enable-setenv-code \
--enable-international \
--x-include=${prefix}/include \
Added: trunk/dports/print/gv/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/print/gv/files/patch-src-Makefile.in.diff (rev 0)
+++ trunk/dports/print/gv/files/patch-src-Makefile.in.diff 2012-08-14 02:21:21 UTC (rev 96550)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2012-02-29 10:30:44.000000000 -0600
++++ src/Makefile.in 2012-08-13 21:17:17.000000000 -0500
+@@ -1095,7 +1095,7 @@
+
+ ../GV : GV.ad
+ @echo "creating GV"
+- sed -e 's/^[^!]/!&/' GV.ad > ../GV
++ LANG=C sed -e 's/^[^!]/!&/' GV.ad > ../GV
+
+ GV.ad : gv_system.ad
+ @echo "creating GV.ad"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120813/5c84217c/attachment.html>
More information about the macports-changes
mailing list