diff options
author | obrien <obrien@FreeBSD.org> | 1997-06-02 22:49:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-06-02 22:49:55 +0800 |
commit | 4a087eb0c4474c81f043f57a63b4c032733fab3b (patch) | |
tree | 18b18468a18b8e725da353445e24082c94aa0347 /sysutils | |
parent | e7d66d4cbe52bae1facbcee151783b1933533b52 (diff) | |
download | freebsd-ports-gnome-4a087eb0c4474c81f043f57a63b4c032733fab3b.tar.gz freebsd-ports-gnome-4a087eb0c4474c81f043f57a63b4c032733fab3b.tar.zst freebsd-ports-gnome-4a087eb0c4474c81f043f57a63b4c032733fab3b.zip |
Upgrade to version 4.09. This one works for -CURRENT.
Note from Vic:
There is a June 1 change to /usr/src/sys/sys/proc.h that lengthens the
proc structure. If you have updated your kernel sources, but haven't built
and installed a new kernel yet, then lsof report the open files belonging
to exactly one process, usually its own child process.
So, you'll either need to check out the previous copy of proc.h. Or
install that new kernel.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 11 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 1f8a47caa908..837004b57087 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,11 +3,11 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.11 1997/05/25 01:01:20 obrien Exp $ +# $Id: Makefile,v 1.12 1997/05/26 10:28:04 obrien Exp $ # -DISTNAME= lsof_4.08_W -PKGNAME= lsof-4.08 +DISTNAME= lsof_4.09_W +PKGNAME= lsof-4.09 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ @@ -17,11 +17,6 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ MAINTAINER= obrien@NUXI.com -OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} >= 300000 -BROKEN= "outdated WRT -CURRENT's headers" -.endif - WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index abcf4f8913be..12e4a083320d 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.08_W.tar.gz) = 6d314e6bd748d8a03f5ea86bcfe80200 +MD5 (lsof_4.09_W.tar.gz) = 5a140df4a39a7da2869f310bee98642e |