summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-05-05 17:40:36 +0000
committerbad <bad@pkgsrc.org>1999-05-05 17:40:36 +0000
commit6a7aa420e4ca67d84dbb555353d0d78cd878e5d6 (patch)
tree073afe3664c82f0eebc99b5b9ed5e2b84444aab0 /sysutils/lsof
parentf1b536b577412f70338160f85f562d7a59ce1bef (diff)
downloadpkgsrc-6a7aa420e4ca67d84dbb555353d0d78cd878e5d6.tar.gz
Update lsof to 4.42_W.
Relevant changes in this version: improved file system search name reporting; updates Solaris 2.6 VxFS support; support for the latest NetBSD with default UVM support.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile6
-rw-r--r--sysutils/lsof/files/md54
-rw-r--r--sysutils/lsof/patches/patch-ab18
-rw-r--r--sysutils/lsof/patches/patch-ac17
4 files changed, 26 insertions, 19 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 57bc7ef0320..8facb4b2854 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 1999/05/05 16:40:20 bad Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/05 17:40:36 bad Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
-DISTNAME= lsof_4.41_W
-PKGNAME= lsof-4.41
+DISTNAME= lsof_4.42_W
+PKGNAME= lsof-4.42
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 9eefd4419fa..40d064b2798 100644
--- a/sysutils/lsof/files/md5
+++ b/sysutils/lsof/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.11 1999/03/28 22:05:36 frueauf Exp $
+$NetBSD: md5,v 1.12 1999/05/05 17:40:37 bad Exp $
-MD5 (lsof_4.41_W.tar.gz) = 4b57c6504bf1397fb64a21d5ff5e887d
+MD5 (lsof_4.42_W.tar.gz) = 30b4bf27f46f397d7be5dd0bc1cf1753
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
index 50b847d995e..fc40c262097 100644
--- a/sysutils/lsof/patches/patch-ab
+++ b/sysutils/lsof/patches/patch-ab
@@ -1,18 +1,8 @@
-$NetBSD: patch-ab,v 1.6 1999/03/28 17:29:53 christos Exp $
+$NetBSD: patch-ab,v 1.7 1999/05/05 17:40:37 bad Exp $
---- dialects/n+obsd/dlsof.h.orig Sat Feb 27 15:10:54 1999
-+++ dialects/n+obsd/dlsof.h Sun Mar 28 12:17:22 1999
-@@ -141,9 +141,6 @@
- #include <nfs/nfsnode.h>
- #include <sys/proc.h>
- #include <kvm.h>
--#undef TRUE
--#undef FALSE
--#include <sys/sysctl.h>
- #define P_ADDR kp_eproc.e_paddr
- #define P_COMM kp_proc.p_comm
- #define P_FD kp_proc.p_fd
-@@ -178,16 +175,28 @@
+--- dialects/n+obsd/dlsof.h.orig Mon Mar 29 14:15:29 1999
++++ dialects/n+obsd/dlsof.h Wed May 5 19:20:17 1999
+@@ -176,16 +176,28 @@
#undef KERNEL
#undef _KERNEL
diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac
new file mode 100644
index 00000000000..413c7883c8b
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 1999/05/05 17:40:38 bad Exp $
+
+--- dialects/n+obsd/dproc.c.orig Tue Nov 24 02:11:24 1998
++++ dialects/n+obsd/dproc.c Wed May 5 19:29:31 1999
+@@ -394,11 +394,11 @@
+ int i, j;
+ KA_T ka;
+ int n = 0;
+- struct pager_struct pg;
+ struct vm_map_entry vmme, *e;
+ struct vmspace vmsp;
+
+ #if !defined(UVM)
++ struct pager_struct pg;
+ struct vm_object vmo;
+ #endif /* !defined(UVM) */
+