diff options
author | crees <crees@FreeBSD.org> | 2011-08-17 15:25:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-17 15:25:27 +0800 |
commit | 5f4cc251490414d1cb57ba05ef6e80cbcce14556 (patch) | |
tree | e3bcf78c6364fdbfdcc0a646404337cfcc8a0e6e /sysutils | |
parent | 3f3097217a16826bab4c1c49697b7fee51e8f3d8 (diff) | |
download | freebsd-ports-gnome-5f4cc251490414d1cb57ba05ef6e80cbcce14556.tar.gz freebsd-ports-gnome-5f4cc251490414d1cb57ba05ef6e80cbcce14556.tar.zst freebsd-ports-gnome-5f4cc251490414d1cb57ba05ef6e80cbcce14556.zip |
Update to 4.85D to support latest 9.0-BETA1
PR: ports/159798
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 8 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 855cd4829e1c..559e1c06c095 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.85C +PORTVERSION= 4.85D PORTREVISION= 1 PORTEPOCH= 5 CATEGORIES= sysutils @@ -70,6 +70,12 @@ post-extract: # ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p # ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p +post-patch: +.if (${OSVERSION} >= 900039) + ${REINPLACE_CMD} -e 's/cpumask_t/cpuset_t/' \ + ${WRKSRC}/dialects/freebsd/machine.h +.endif + do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 8db191c45f6d..5c81a1167352 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.85C.freebsd.tar.bz2) = 8fcfc4e66bd3c774715afaed4496e53f38a2cf397ff3cbfcf44d6b62ade2bff8 -SIZE (lsof_4.85C.freebsd.tar.bz2) = 477945 +SHA256 (lsof_4.85D.freebsd.tar.bz2) = 9a37942f54ae715ecec5f092ea0ce59190dbb11b827316b7c3e86a4483caf14d +SIZE (lsof_4.85D.freebsd.tar.bz2) = 479129 |