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.
This commit is contained in:
parent
af049c5ab8
commit
64179c9b34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126660
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue