summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-12 18:08:54 +0000
committerjlam <jlam@pkgsrc.org>2004-11-12 18:08:54 +0000
commita2cb0e6a3edb96512a307f998d7f325b425631c4 (patch)
tree5cb21dc11c9806311d193b74fb362c951d926b9a /shells
parentcd255cba4ed606762576ed11e5739e59e5a3808b (diff)
downloadpkgsrc-a2cb0e6a3edb96512a307f998d7f325b425631c4.tar.gz
Wrapper scripts break when passed an argument that contains a newline
character, so remove it from the ast-ksh make.probe.
Diffstat (limited to 'shells')
-rw-r--r--shells/ast-ksh/distinfo3
-rw-r--r--shells/ast-ksh/patches/patch-ab15
2 files changed, 17 insertions, 1 deletions
diff --git a/shells/ast-ksh/distinfo b/shells/ast-ksh/distinfo
index 9181b26d5eb..71f1ab36684 100644
--- a/shells/ast-ksh/distinfo
+++ b/shells/ast-ksh/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2003/08/12 23:28:58 kristerw Exp $
+$NetBSD: distinfo,v 1.6 2004/11/12 18:08:54 jlam Exp $
SHA1 (INIT.2003-07-24.tgz) = 92946d1b522345b6c8ac25cb11e4b621a95a9150
Size (INIT.2003-07-24.tgz) = 258944 bytes
SHA1 (ast-ksh.2003-07-24.tgz) = 08d80d4ecb02a005886bbe0adb67c7e7f53be70c
Size (ast-ksh.2003-07-24.tgz) = 1459120 bytes
SHA1 (patch-aa) = dd3e5cc9b80ae6e24faed3f15af354cf34fb16a0
+SHA1 (patch-ab) = adbbdb5deeb15c1eeb38bec5685d9e6331b2b964
diff --git a/shells/ast-ksh/patches/patch-ab b/shells/ast-ksh/patches/patch-ab
new file mode 100644
index 00000000000..8c7bc36f009
--- /dev/null
+++ b/shells/ast-ksh/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2004/11/12 18:08:54 jlam Exp $
+
+--- src/cmd/INIT/make.probe.orig 2003-06-12 12:22:25.000000000 -0400
++++ src/cmd/INIT/make.probe
+@@ -805,9 +805,7 @@ case $pic:$so:$dynamic:$static in
+ fi
+ case $so in
+ ?*) if $cc -c require.$src
+- then p='
+-/usr/proberun/lib:/local/runprobe/lib
+-'
++ then p='/usr/proberun/lib:/local/runprobe/lib'
+ eval set x $probe_ldrunpath
+ while :
+ do shift