diff options
author | atatat <atatat@pkgsrc.org> | 2001-10-09 13:57:46 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2001-10-09 13:57:46 +0000 |
commit | a127ceeb4edd4a33449c90fcaba23709b2996984 (patch) | |
tree | a8817e28ad420a798f651fc879e6204e7af5028e /sysutils/lsof | |
parent | ffdd7ac071fa63b549c5de31c5049ea911e1feeb (diff) | |
download | pkgsrc-a127ceeb4edd4a33449c90fcaba23709b2996984.tar.gz |
Update to lsof release 4.58 (no obvious NetBSD related changes) and
add a patch to "detect" uvm after Chuck's recent work.
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 | 15 |
3 files changed, 22 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index a319cc4822e..9148145136c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2001/09/29 06:18:10 tron Exp $ +# $NetBSD: Makefile,v 1.47 2001/10/09 13:57:46 atatat Exp $ # -DISTNAME= lsof_4.57_W -PKGNAME= lsof-4.57 +DISTNAME= lsof_4.58_W +PKGNAME= lsof-4.58 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 864e404fe23..911c2c7febd 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.7 2001/08/21 09:51:56 wiz Exp $ +$NetBSD: distinfo,v 1.8 2001/10/09 13:57:46 atatat Exp $ -SHA1 (lsof_4.57_W.tar.gz) = 129a679184dc441e7958b088a55c17eab1dba042 -Size (lsof_4.57_W.tar.gz) = 854407 bytes +SHA1 (lsof_4.58_W.tar.gz) = fa69cf858fe213fabb0e923d10b330d8eba771cb +Size (lsof_4.58_W.tar.gz) = 858630 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 +SHA1 (patch-ab) = 9277c6a0ad438b160e285f8470c7951f97b2293f diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab new file mode 100644 index 00000000000..1bbd67fcbf8 --- /dev/null +++ b/sysutils/lsof/patches/patch-ab @@ -0,0 +1,15 @@ +--- 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 # } |