mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 4.56.4.
This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg).
This commit is contained in:
parent
c6180f4256
commit
94f6e78181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44056
2 changed files with 15 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= lsof
|
PORTNAME= lsof
|
||||||
PORTVERSION= 4.56.3
|
PORTVERSION= 4.56.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||||
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
|
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
|
||||||
|
@ -19,7 +19,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||||
ftp://ftp.sunet.se/pub/unix/admin/lsof/ \
|
ftp://ftp.sunet.se/pub/unix/admin/lsof/ \
|
||||||
ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/
|
ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/
|
||||||
#DISTNAME= ${PORTNAME}_${PORTVERSION}_W
|
#DISTNAME= ${PORTNAME}_${PORTVERSION}_W
|
||||||
DISTNAME= ${PORTNAME}_4.57C.freebsd
|
DISTNAME= ${PORTNAME}_4.57D.freebsd
|
||||||
|
|
||||||
MAINTAINER= obrien@FreeBSD.org
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
|
|
||||||
|
@ -31,12 +31,6 @@ CONFIGURE_ENV= LSOF_CC="${CC}"
|
||||||
FREEBSD_SYS?= /usr/src/sys
|
FREEBSD_SYS?= /usr/src/sys
|
||||||
MAN8= lsof.8
|
MAN8= lsof.8
|
||||||
|
|
||||||
.if defined(PACKAGE_BUILDING)
|
|
||||||
.if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h)
|
|
||||||
BROKEN= 'please install kernel source for official package builds'
|
|
||||||
.endif
|
|
||||||
.endif
|
|
||||||
|
|
||||||
SRCBALL_NAME= ${DISTNAME:S/_W$//}
|
SRCBALL_NAME= ${DISTNAME:S/_W$//}
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
@ -66,8 +60,16 @@ do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
|
||||||
@${CHMOD} 0444 ${PREFIX}/share/lsof/00*
|
@${CHMOD} 0444 ${PREFIX}/share/lsof/00*
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 500019
|
||||||
.if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h)
|
.if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h)
|
||||||
post-install:
|
.if defined(PACKAGE_BUILDING)
|
||||||
|
BROKEN= 'please install kernel source for official package builds'
|
||||||
|
.endif
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${ECHO} ""
|
||||||
@${ECHO} "************************************************************"
|
@${ECHO} "************************************************************"
|
||||||
@${ECHO} "* W a r n i n g *"
|
@${ECHO} "* W a r n i n g *"
|
||||||
@${ECHO} "* A more capable version of LSOF is built if you have *"
|
@${ECHO} "* A more capable version of LSOF is built if you have *"
|
||||||
|
@ -76,6 +78,8 @@ post-install:
|
||||||
@${ECHO} "* /usr/src/sys, you may set the FREEBSD_SYS variable *"
|
@${ECHO} "* /usr/src/sys, you may set the FREEBSD_SYS variable *"
|
||||||
@${ECHO} "* to the correct path. *"
|
@${ECHO} "* to the correct path. *"
|
||||||
@${ECHO} "************************************************************"
|
@${ECHO} "************************************************************"
|
||||||
|
@${ECHO} ""
|
||||||
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (lsof_4.57C.freebsd.tar.gz) = e5f68722c716bc497af45b250bb3eb38
|
MD5 (lsof_4.57D.freebsd.tar.gz) = e42cb1d4643bb4915ab887ecabcd47e2
|
||||||
|
|
Loading…
Add table
Reference in a new issue