summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-03-26 20:36:01 +0000
committerkristerw <kristerw@pkgsrc.org>2005-03-26 20:36:01 +0000
commitf1fd5e5e6d3d559e433d01b371e329cc4dcc2180 (patch)
treeb39a4073fa9ade221f0e5a444e1f3b6e1b656d26 /sysutils/lsof
parentf89af897d04877bb0350db74838403481aeb19e9 (diff)
downloadpkgsrc-f1fd5e5e6d3d559e433d01b371e329cc4dcc2180.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')
-rw-r--r--sysutils/lsof/distinfo3
-rw-r--r--sysutils/lsof/patches/patch-ac17
2 files changed, 19 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 8e28287ecf4..14affb30a4b 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.53 2005/03/23 04:57:59 atatat Exp $
+$NetBSD: distinfo,v 1.54 2005/03/26 20:36:01 kristerw Exp $
SHA1 (lsof_4.74.tar.bz2) = eed401b9d32bc009be48359ffb3bcdea119570d6
RMD160 (lsof_4.74.tar.bz2) = f167101e8a248f7f2ed1dd95631ede47cbb26a85
Size (lsof_4.74.tar.bz2) = 732392 bytes
SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f
SHA1 (patch-ab) = cb9b8e17ebee109a98e4ac8e131146d7475702a4
+SHA1 (patch-ac) = e75fbe948f364814589ec255ac40e6e680637eee
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 # {