1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00: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:
David E. O'Brien 2001-06-16 06:27:18 +00:00
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

View File

@ -7,7 +7,7 @@
#
PORTNAME= lsof
PORTVERSION= 4.56.3
PORTVERSION= 4.56.4
CATEGORIES= sysutils
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
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/NEW/
#DISTNAME= ${PORTNAME}_${PORTVERSION}_W
DISTNAME= ${PORTNAME}_4.57C.freebsd
DISTNAME= ${PORTNAME}_4.57D.freebsd
MAINTAINER= obrien@FreeBSD.org
@ -31,12 +31,6 @@ CONFIGURE_ENV= LSOF_CC="${CC}"
FREEBSD_SYS?= /usr/src/sys
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$//}
post-extract:
@ -66,8 +60,16 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
@${CHMOD} 0444 ${PREFIX}/share/lsof/00*
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500019
.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} "* W a r n i n g *"
@${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} "* to the correct path. *"
@${ECHO} "************************************************************"
@${ECHO} ""
.endif
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (lsof_4.57C.freebsd.tar.gz) = e5f68722c716bc497af45b250bb3eb38
MD5 (lsof_4.57D.freebsd.tar.gz) = e42cb1d4643bb4915ab887ecabcd47e2