pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/autogen/patches Remove obsolete patch, noted by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8eab6dd1b2d
branches: trunk
changeset: 349975:a8eab6dd1b2d
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 20 12:00:09 2016 +0000
description:
Remove obsolete patch, noted by richard.
diffstat:
devel/autogen/patches/patch-ab | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diffs (27 lines):
diff -r f71763a06318 -r a8eab6dd1b2d devel/autogen/patches/patch-ab
--- a/devel/autogen/patches/patch-ab Wed Jul 20 11:58:40 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2011/07/08 11:44:02 drochner Exp $
-
---- autoopts/mk-tpl-config.sh.orig 2011-06-06 15:08:10.000000000 +0000
-+++ autoopts/mk-tpl-config.sh
-@@ -70,7 +70,7 @@ do
- st=`sed 1q $f`
-
- case "$st" in
-- */perl ) echo '#!' `which perl`
-+ */perl ) echo '#!' ${PERL5}
- sed 1d $f
- ;;
-
-@@ -87,7 +87,8 @@ done
- while :
- do
- \unalias -a
-- unset -f command cat which
-+ unset -f command cat which || true
-+ test -x "$POSIX_CAT" && break
- POSIX_CAT=`which cat`
- test -x "$POSIX_CAT" && break
- POSIX_CAT=`
Home |
Main Index |
Thread Index |
Old Index