From 8a0956d5636fac00919119bf7f6176242a68b02b Mon Sep 17 00:00:00 2001 From: atatat Date: Tue, 9 Oct 2001 13:57:46 +0000 Subject: Update to lsof release 4.58 (no obvious NetBSD related changes) and add a patch to "detect" uvm after Chuck's recent work. --- sysutils/lsof/Makefile | 6 +++--- sysutils/lsof/distinfo | 7 ++++--- sysutils/lsof/patches/patch-ab | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 sysutils/lsof/patches/patch-ab (limited to 'sysutils') 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 # } -- cgit v1.2.3