summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-05-24 20:40:56 +0000
committerkristerw <kristerw@pkgsrc.org>2005-05-24 20:40:56 +0000
commit1fd3dfd8413a53aeeff3836061fc964d5073bb24 (patch)
tree80f46fe12a25578c4d5c2068b44a73517df8a2df /sysutils/lsof
parentaf77e6d3c0fb00e7774413a483a4c613fddfb4fb (diff)
downloadpkgsrc-1fd3dfd8413a53aeeff3836061fc964d5073bb24.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 going interactive breaks bulk building...)
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 dbac0d349ab..549526f188e 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.55 2005/05/17 04:45:08 atatat Exp $
+$NetBSD: distinfo,v 1.56 2005/05/24 20:40:56 kristerw Exp $
SHA1 (lsof_4.75.tar.bz2) = b5c8e05c81a6ddc53ac5d397bfd58c18be3d8f15
RMD160 (lsof_4.75.tar.bz2) = dd5ccdafe1009a9e5c5b20294e0b8fddb6d8687b
Size (lsof_4.75.tar.bz2) = 700801 bytes
SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f
+SHA1 (patch-ac) = e75fbe948f364814589ec255ac40e6e680637eee
diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac
new file mode 100644
index 00000000000..2cce98ff5ed
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.25 2005/05/24 20:40:56 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 # {