diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-01 01:56:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-01 01:56:51 +0000 |
commit | af272ead05ebe5f6c691e87f2f6c957079bd6ad8 (patch) | |
tree | 52bffd11443e0dafb8d27dda59716aecaa5782be /sysutils | |
parent | 49c69af9d503295d45188dd7cca22d5e3dbf76d6 (diff) | |
download | pkgsrc-af272ead05ebe5f6c691e87f2f6c957079bd6ad8.tar.gz |
Update lsof to 4.39.
The November 25, 1998 revision (4.38): adds FreeBSD 3.0 support;
has idrlogin.perl* scripts updated to recognize sshd processes;
adds support for Digital UNIX 5.0-BETA; adds support for OpenBSD
2.4; adds support for SCO OSR 5.0.5; changes Solaris 2.7 support
to Solaris 7 support; adds support for NEXTSTEP 3.3; adds support
for OpenStep 4.x; adds support for UnixWare 2.1.3; adds support
for Linux 2.0.36; updated NetBSD sources for UVM header file
change; corrects a bug in Sun format kernel name cache processing.
The December 29 1998 revision (4.39): fixes a device number
handling bug for Solaris 7; improves FreeBSD configuration; adds
+f[cfn] option for listing file structure values; makes minor
tweaks for additional Linux glibc evasion; supports AIX 4.3.2;
fixes a -c option processing bug.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 14 | ||||
-rw-r--r-- | sysutils/lsof/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/lsof/pkg/PLIST | 3 |
3 files changed, 9 insertions, 12 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 3cc1eb3af4a..c6acb06d9c4 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 1998/11/18 13:04:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/01/01 01:56:51 frueauf Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.37_W -PKGNAME= lsof-4.37 +DISTNAME= lsof_4.39_W +PKGNAME= lsof-4.39 +WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ @@ -14,19 +15,14 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ -CONFLICTS= lsof-4.29 lsof-4.31 lsof-4.33 lsof-4.36 +CONFLICTS= lsof-* -WRKSRC= ${WRKDIR}/${SRCBALL_NAME} DIST_SUBDIR= lsof HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure OPSYS!= uname -s -.if (${OPSYS} == "FreeBSD") -CONFIGURE_ARGS= -n freebsd -.elif (${OPSYS} == "NetBSD") CONFIGURE_ARGS= -n netbsd -.endif SRCBALL_NAME= ${DISTNAME:S/_W$//} diff --git a/sysutils/lsof/files/md5 b/sysutils/lsof/files/md5 index ef6ea235f87..f926d483e8e 100644 --- a/sysutils/lsof/files/md5 +++ b/sysutils/lsof/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1998/09/28 10:57:38 frueauf Exp $ +$NetBSD: md5,v 1.7 1999/01/01 01:56:51 frueauf Exp $ -MD5 (lsof/lsof_4.37_W.tar.gz) = 12fb610e5335d92a500b5f73a2ca0822 +MD5 (lsof/lsof_4.39_W.tar.gz) = 43d3b60e081e038d3a1dc559cc52a393 diff --git a/sysutils/lsof/pkg/PLIST b/sysutils/lsof/pkg/PLIST index d443d05db4e..19365366367 100644 --- a/sysutils/lsof/pkg/PLIST +++ b/sysutils/lsof/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/04/01 15:02:36 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/01/01 01:56:51 frueauf Exp $ sbin/lsof man/man1/lsof.1.gz share/lsof/00MANIFEST @@ -12,6 +12,7 @@ share/lsof/idrlogin.perl5 share/lsof/list_NULf.perl5 share/lsof/list_fields.awk share/lsof/list_fields.perl +share/lsof/shared.perl5 share/lsof/watch_a_file.perl share/lsof/xusers.awk @dirrm share/lsof |