diff options
author | erh <erh@pkgsrc.org> | 1999-02-17 05:34:32 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 1999-02-17 05:34:32 +0000 |
commit | 7285d05c8077ff665d7fdf38f0beefeec9c4995d (patch) | |
tree | 564680a8f967957fac1d6f2cbc4142ee4e0bb931 /sysutils/lsof | |
parent | a3afe98821d873fed662308280a93aa35c2a5e79 (diff) | |
download | pkgsrc-7285d05c8077ff665d7fdf38f0beefeec9c4995d.tar.gz |
Update lsof to 4.40.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-aa | 4 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 15 |
4 files changed, 7 insertions, 22 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index c6acb06d9c4..f5db95243f7 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 1999/01/01 01:56:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.12 1999/02/17 05:34:32 erh Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.39_W -PKGNAME= lsof-4.39 +DISTNAME= lsof_4.40_W +PKGNAME= lsof-4.40 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/files/md5 b/sysutils/lsof/files/md5 index f926d483e8e..ee931a6f1ce 100644 --- a/sysutils/lsof/files/md5 +++ b/sysutils/lsof/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 1999/01/01 01:56:51 frueauf Exp $ +$NetBSD: md5,v 1.8 1999/02/17 05:34:33 erh Exp $ -MD5 (lsof/lsof_4.39_W.tar.gz) = 43d3b60e081e038d3a1dc559cc52a393 +MD5 (lsof/lsof_4.40_W.tar.gz) = 01cc0f15f47481fa7e247486a730f5ff diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa index 147259edada..593ca8a41d1 100644 --- a/sysutils/lsof/patches/patch-aa +++ b/sysutils/lsof/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 1998/09/28 10:57:39 frueauf Exp $ +$NetBSD: patch-aa,v 1.5 1999/02/17 05:34:33 erh Exp $ --- Configure.orig Tue Sep 15 02:56:33 1998 +++ Configure Thu Sep 17 15:47:27 1998 -@@ -1400,7 +1400,7 @@ +@@ -1463,7 +1463,7 @@ then if test -r /etc/mk.conf # { then diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab deleted file mode 100644 index 9f951db5219..00000000000 --- a/sysutils/lsof/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.3 1998/10/22 12:17:21 drochner Exp $ - -*** dialects/n+obsd/dproc.c.orig Thu Oct 22 13:57:22 1998 ---- dialects/n+obsd/dproc.c Thu Oct 22 13:55:52 1998 -*************** -*** 411,416 **** ---- 411,418 ---- - * Read the vm_map structure. Search its vm_map_entry structure list. - */ -+ #if !defined(UVM) - if (!vmsp.vm_map.is_main_map) - return; -+ #endif - for (i = 0; i < vmsp.vm_map.nentries; i++) { - |