pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/ast-ksh Wrapper scripts break when passed an ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8e9d45cd0bf
branches: trunk
changeset: 483476:a8e9d45cd0bf
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Nov 12 18:08:54 2004 +0000
description:
Wrapper scripts break when passed an argument that contains a newline
character, so remove it from the ast-ksh make.probe.
diffstat:
shells/ast-ksh/distinfo | 3 ++-
shells/ast-ksh/patches/patch-ab | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 8f33d9591a3c -r a8e9d45cd0bf shells/ast-ksh/distinfo
--- a/shells/ast-ksh/distinfo Fri Nov 12 17:36:40 2004 +0000
+++ b/shells/ast-ksh/distinfo Fri Nov 12 18:08:54 2004 +0000
@@ -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 -r 8f33d9591a3c -r a8e9d45cd0bf shells/ast-ksh/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/ast-ksh/patches/patch-ab Fri Nov 12 18:08:54 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index