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 | |
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')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 7 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 19 |
3 files changed, 6 insertions, 26 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9148145136c..0b262009ace 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2001/10/09 13:57:46 atatat Exp $ +# $NetBSD: Makefile,v 1.48 2001/10/22 12:39:17 atatat Exp $ # -DISTNAME= lsof_4.58_W -PKGNAME= lsof-4.58 +DISTNAME= lsof_4.59_W +PKGNAME= lsof-4.59 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index c352c135c31..6537e1d60d7 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.9 2001/10/09 14:11:06 atatat Exp $ +$NetBSD: distinfo,v 1.10 2001/10/22 12:39:18 atatat Exp $ -SHA1 (lsof_4.58_W.tar.gz) = fa69cf858fe213fabb0e923d10b330d8eba771cb -Size (lsof_4.58_W.tar.gz) = 858630 bytes +SHA1 (lsof_4.59_W.tar.gz) = 0ebe1710e8b2ae54f255f77c8f0199f4ec1d3c3a +Size (lsof_4.59_W.tar.gz) = 867497 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 -SHA1 (patch-ab) = dc35be1a23a60bf37436e709f1bc77a7ef15d59f 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 # } |