diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-09-28 10:57:38 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-09-28 10:57:38 +0000 |
commit | 7483a3fcd1e6071f2f4e39a283dad0592a26709d (patch) | |
tree | 6222286c4a0f22e9105460c84ba6bef97222cf4c /sysutils/lsof | |
parent | ad89c10c06ae21d1b860beee05881b53907caefe (diff) | |
download | pkgsrc-7483a3fcd1e6071f2f4e39a283dad0592a26709d.tar.gz |
Update lsof to 4.37.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 11 | ||||
-rw-r--r-- | sysutils/lsof/files/md5 | 5 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-aa | 12 |
3 files changed, 12 insertions, 16 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index dbf2ea80b7b..4551cd94227 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:27 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/28 10:57:38 frueauf Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.36_W -PKGNAME= lsof-4.36 +DISTNAME= lsof_4.37_W +PKGNAME= lsof-4.37 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ @@ -11,13 +11,10 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ -PATCH_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/patches/4.36/ -PATCHFILES= fd_lookup_patch - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rcd.cc.purdue.edu/abe/ -CONFLICTS= lsof-4.29 lsof-4.31 lsof-4.33 +CONFLICTS= lsof-4.29 lsof-4.31 lsof-4.33 lsof-4.36 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} DIST_SUBDIR= lsof diff --git a/sysutils/lsof/files/md5 b/sysutils/lsof/files/md5 index e1646b79d52..ef6ea235f87 100644 --- a/sysutils/lsof/files/md5 +++ b/sysutils/lsof/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.5 1998/08/14 20:52:38 frueauf Exp $ +$NetBSD: md5,v 1.6 1998/09/28 10:57:38 frueauf Exp $ -MD5 (lsof/lsof_4.36_W.tar.gz) = ef3ca33905707de8c8c9845902956230 -MD5 (lsof/fd_lookup_patch) = bcd43338c20cbd9e11bd778ac8750a8b +MD5 (lsof/lsof_4.37_W.tar.gz) = 12fb610e5335d92a500b5f73a2ca0822 diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa index 276c30be52b..147259edada 100644 --- a/sysutils/lsof/patches/patch-aa +++ b/sysutils/lsof/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 11:14:05 agc Exp $ +$NetBSD: patch-aa,v 1.4 1998/09/28 10:57:39 frueauf Exp $ ---- Configure.orig Fri May 22 20:58:12 1998 -+++ Configure Thu Jun 11 17:15:28 1998 -@@ -1527,7 +1527,7 @@ +--- Configure.orig Tue Sep 15 02:56:33 1998 ++++ Configure Thu Sep 17 15:47:27 1998 +@@ -1400,7 +1400,7 @@ then - if test -r /etc/mk.conf + if test -r /etc/mk.conf # { then - grep -q "^UVM[ ]*=" /etc/mk.conf + grep -q "^UVM[ ]*[\?|\+]*=" /etc/mk.conf - if test $? -eq 0 + if test $? -eq 0 # { then NETBSD_UVM="Y" |