diff options
author | obrien <obrien@FreeBSD.org> | 2005-01-18 02:26:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-01-18 02:26:32 +0800 |
commit | 6119e3b54a91b2d3e7ea10e265a16365b7c71253 (patch) | |
tree | 745eb60bb52a68419917150ecb1c8cf4b275ca3f /sysutils/lsof | |
parent | f169783dca4b9bec767af61b6705b4d09dda8c33 (diff) | |
download | freebsd-ports-gnome-6119e3b54a91b2d3e7ea10e265a16365b7c71253.tar.gz freebsd-ports-gnome-6119e3b54a91b2d3e7ea10e265a16365b7c71253.tar.zst freebsd-ports-gnome-6119e3b54a91b2d3e7ea10e265a16365b7c71253.zip |
Upgrade to revision 4.74.
+ Updated lsof for FreeBSD 6.0 and higher for a change in
<sys/vnode.h>.
+ Added support for the FreeBSD 6.0-CURRENT f_vnode
pointer in the file structure.
+ Added FreeBSD support for the *effnlink member of the inode
structure. This makes the lsof LTnlink test run faster.
+ Corrects two FreeBSD 4.10 RPC/XDR type definitions.
+ Updated for FreeBSD 4.11. The support compiles but
hasn't been tested.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5b9b08f04d18..14bc5d44c08e 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.73.2 +PORTVERSION= 4.74 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -22,7 +22,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ -FIXUP_RELEASE= yes +#FIXUP_RELEASE= .if defined(FIXUP_RELEASE) DISTNAME= ${PORTNAME}_4.74C.freebsd .else diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 735b34644499..4db10099f791 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.74C.freebsd.tar.bz2) = c26bb49766d71019b546872dc8ca4671 -SIZE (lsof_4.74C.freebsd.tar.bz2) = 443866 +MD5 (lsof_4.74.tar.bz2) = f3259008d6cca746da6bb48278a56e59 +SIZE (lsof_4.74.tar.bz2) = 732392 |