[63592] trunk/dports/sysutils/exec-wrapper
ryandesign at macports.org
ryandesign at macports.org
Tue Feb 9 15:45:34 PST 2010
Revision: 63592
http://trac.macports.org/changeset/63592
Author: ryandesign at macports.org
Date: 2010-02-09 15:45:32 -0800 (Tue, 09 Feb 2010)
Log Message:
-----------
exec-wrapper: apply a patch so it generates code that actually compiles
Modified Paths:
--------------
trunk/dports/sysutils/exec-wrapper/Portfile
Added Paths:
-----------
trunk/dports/sysutils/exec-wrapper/files/
trunk/dports/sysutils/exec-wrapper/files/patch-exec-wrapper.in.diff
Modified: trunk/dports/sysutils/exec-wrapper/Portfile
===================================================================
--- trunk/dports/sysutils/exec-wrapper/Portfile 2010-02-09 23:37:05 UTC (rev 63591)
+++ trunk/dports/sysutils/exec-wrapper/Portfile 2010-02-09 23:45:32 UTC (rev 63592)
@@ -4,6 +4,7 @@
name exec-wrapper
version 1.0.1
+revision 1
categories sysutils
platforms darwin
maintainers ryandesign
@@ -21,6 +22,8 @@
sha1 6007929d97f81ed5e3f4d46f0a8171e2ca5e73d3 \
rmd160 3fde4518e7907cac1147b8bc1404243426c871c6
+patchfiles patch-exec-wrapper.in.diff
+
use_configure no
build.args prefix=${prefix} \
Added: trunk/dports/sysutils/exec-wrapper/files/patch-exec-wrapper.in.diff
===================================================================
--- trunk/dports/sysutils/exec-wrapper/files/patch-exec-wrapper.in.diff (rev 0)
+++ trunk/dports/sysutils/exec-wrapper/files/patch-exec-wrapper.in.diff 2010-02-09 23:45:32 UTC (rev 63592)
@@ -0,0 +1,11 @@
+--- exec-wrapper.in.orig 2009-05-24 22:03:21.000000000 -0500
++++ exec-wrapper.in 2010-02-09 17:42:42.000000000 -0600
+@@ -36,7 +36,7 @@
+ # stdout - escaped string.
+ strToOct()
+ {
+- printf "%s" "${1}" | od -v -A n -t o1 | \
++ printf "%s" "${1}" | od -v -A n -t o1 | tr -d "\n" | \
+ sed "s/ *\([0-9]*\) */\\\\\1/g" | tr -d "\n"
+ }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100209/6d60a8f3/attachment-0001.html>
More information about the macports-changes
mailing list