diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-03-26 20:36:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-03-26 20:36:01 +0000 |
commit | 3d65906fdd0f7c5ea349ea4441217da9241e11fc (patch) | |
tree | b39a4073fa9ade221f0e5a444e1f3b6e1b656d26 /sysutils/lsof/patches | |
parent | 76d04343705693a211634e7b620779263053b916 (diff) | |
download | pkgsrc-3d65906fdd0f7c5ea349ea4441217da9241e11fc.tar.gz |
Do not ask the user about the path to the darwin XNU kernel header files
in the case they are not found -- report an error instead (since asking
the user breaks bulk builds).
Diffstat (limited to 'sysutils/lsof/patches')
-rw-r--r-- | sysutils/lsof/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac new file mode 100644 index 00000000000..a1c68ff8e96 --- /dev/null +++ b/sysutils/lsof/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.23 2005/03/26 20:36:01 kristerw Exp $ + +--- dialects/darwin/get-hdr-loc.sh.orig Sat Mar 26 21:23:20 2005 ++++ dialects/darwin/get-hdr-loc.sh Sat Mar 26 21:24:29 2005 +@@ -50,11 +50,9 @@ + echo "" 1>&2 + echo "(See 00FAQ for download instructions.)" 1>&2 + echo "" 1>&2 +- echo "Now you must specify the path to the place to which they were" 1>&2 +- echo "downloaded." 1>&2 +- echo "" 1>&2 + echo "-------------------------------------------------------------" 1>&2 + fi # } ++ exit 1 + + END=0 + while test $END = 0 # { |