summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2005-09-15 02:45:13 +0000
committeratatat <atatat@pkgsrc.org>2005-09-15 02:45:13 +0000
commit92e74f2d24ed0876b5c0ed8896448c82e525bc6c (patch)
treeb76ed1dd71465a64a090988a7b5e70c22419df23 /sysutils/lsof
parenta19f279615e9b359cedbc361858694abe792cac8 (diff)
downloadpkgsrc-92e74f2d24ed0876b5c0ed8896448c82e525bc6c.tar.gz
Add back what was patch-ac (from kristerw) as patch-ab since it's not
a patch to lsof that the author would be interested in taking back as it only addresses the use of pkgsrc on Darwin: 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 going interactive breaks bulk building...) We are in a "freeze" at the moment, but this ought to fix the build of a leaf package under Darwin.
Diffstat (limited to 'sysutils/lsof')
-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 # {