diff options
author | atatat <atatat@pkgsrc.org> | 2001-10-22 12:39:17 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2001-10-22 12:39:17 +0000 |
commit | 2a6275afcbbc850784347b6cd7ba66785454fd63 (patch) | |
tree | 453bb3cbbd17cc22d6538ba700d4bd3500cfc251 /sysutils/lsof/patches | |
parent | 9682590d959275dd566dd553f154d2254de11e92 (diff) | |
download | pkgsrc-2a6275afcbbc850784347b6cd7ba66785454fd63.tar.gz |
Upgrade to lsof version 4.59, which obsoletes patch-ab. NetBSD
releated changes from the release notes for 4.59 include:
4.59 October 20, 2001
...
Added an additional UVM test to the NetBSD Configure
stanza. Andrew Brown <atatat@atatdot.net> supplied
the test; it recognizes NetBSD 1.5Y UVM changes to
the vnode structure recently committed by Chuck
Silvers.
...
Added an IP version selector to the -i option
parameters.
Diffstat (limited to 'sysutils/lsof/patches')
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab deleted file mode 100644 index 0c26d038c58..00000000000 --- a/sysutils/lsof/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.10 2001/10/09 14:05:15 atatat Exp $ - -Tweak the UVM detection to deal with the work Chuck did on 9/15/2001. - ---- Configure.orig Tue Sep 11 14:22:21 2001 -+++ Configure Sun Oct 7 17:02:48 2001 -@@ -1881,6 +1881,12 @@ - if test $? -eq 0 # { - then - NETBSD_UVM="Y" -+ else -+ grep -q "v_uobj;" ${LSOF_INCLUDE}/sys/vnode.h -+ if test $? -eq 0 # { -+ then -+ NETBSD_UVM="Y" -+ fi # } - fi # } - fi # } - fi # } |