summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/lsof/distinfo3
-rw-r--r--sysutils/lsof/patches/patch-ab16
2 files changed, 18 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index b9ff309a89a..9fa08acbae2 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.58 2005/09/14 01:22:50 taca Exp $
+$NetBSD: distinfo,v 1.59 2005/09/15 02:45:13 atatat Exp $
SHA1 (lsof_4.76.tar.bz2) = 75e1b81d8498a0dbe818e952ebada985c08ab2db
RMD160 (lsof_4.76.tar.bz2) = deee519e0f43349252951495c53ef6c2b57a7f59
Size (lsof_4.76.tar.bz2) = 704578 bytes
SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f
+SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
new file mode 100644
index 00000000000..c696d2dc20f
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.37 2005/09/15 02:45:13 atatat Exp $
+
+--- dialects/darwin/get-hdr-loc.sh.orig 2005-05-27 16:18:54.000000000 -0400
++++ dialects/darwin/get-hdr-loc.sh
+@@ -48,10 +48,9 @@ do
+ echo "and then installed. (See 00FAQ for download and installation" 1>&2
+ echo "instructions.)" 1>&2
+ echo "" 1>&2
+- echo "Please specify the path to the place where they were installed." 1>&2
+- echo "" 1>&2
+ echo "---------------------------------------------------------------" 1>&2
+ fi # }
++ exit 1
+
+ END=0
+ while test $END = 0 # {