diff options
author | erh <erh> | 2004-11-12 05:41:36 +0000 |
---|---|---|
committer | erh <erh> | 2004-11-12 05:41:36 +0000 |
commit | 9d857144124fcff78074afddcd67692d19a27f50 (patch) | |
tree | dd37a151b6f3c20d3c973090f08ece2954e136ce /sysutils/lsof | |
parent | 3019d10a70529f3a4cf3c030452d2594861f2c3d (diff) | |
download | pkgsrc-9d857144124fcff78074afddcd67692d19a27f50.tar.gz |
Check for actual existance of sys/bufq.h instead of just relying on uname.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ac | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 319d09a2f9f..dc59f443ec8 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2004/11/07 18:16:27 kim Exp $ +$NetBSD: distinfo,v 1.45 2004/11/12 05:41:36 erh Exp $ SHA1 (lsof_4.73.tar.bz2) = 3e8112f854fc83f5e5dfdc9271c8d27d31aefc6c Size (lsof_4.73.tar.bz2) = 725530 bytes SHA1 (patch-aa) = 36790019394b4088c226222d4aefaec50430bcf3 SHA1 (patch-ab) = 339dde4ed2d24fbfcfadb52f0cc5dfe2b1861170 -SHA1 (patch-ac) = c4f10dfb62e0f6106cc086e6a3f1df28a0e11e26 +SHA1 (patch-ac) = f8ea499518695f5dbed2536c89373840fc3272c9 diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac index a0ea0839f9c..ae3be3d5edf 100644 --- a/sysutils/lsof/patches/patch-ac +++ b/sysutils/lsof/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.18 2004/11/07 18:16:27 kim Exp $ +$NetBSD: patch-ac,v 1.19 2004/11/12 05:41:36 erh Exp $ ---- Configure.orig 2004-10-19 15:36:21.000000000 -0400 -+++ Configure 2004-11-07 13:13:33.000000000 -0500 -@@ -2298,7 +2298,11 @@ +--- Configure.orig 2004-10-19 19:36:21.000000000 +0000 ++++ Configure 2004-11-12 05:35:16.000000000 +0000 +@@ -2298,7 +2298,15 @@ ;; 2.99.9) LSOF_TSTBIGF=" " @@ -11,11 +11,15 @@ $NetBSD: patch-ac,v 1.18 2004/11/07 18:16:27 kim Exp $ + ;; + 2.99.1[0-9]) + LSOF_TSTBIGF=" " -+ LSOF_VERS="2991" ++ LSOF_VERS="2990" ++ if test -r ${LSOF_INCLUDE}/sys/bufq.h ++ then ++ LSOF_VERS="2991" ++ fi ;; 2*) LSOF_VERS=2000 -@@ -2316,7 +2320,7 @@ +@@ -2316,7 +2324,7 @@ # Test for legal NetBSD version. case $LSOF_VERS in # { |