diff options
-rw-r--r-- | sysutils/xfsprogs/Makefile | 9 | ||||
-rw-r--r-- | sysutils/xfsprogs/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 7c24b8fb3b26..f515e52fae2d 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfsprogs -PORTVERSION= 2.8.10 +PORTVERSION= 2.8.21 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ @@ -35,12 +35,11 @@ MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8 xfs_bmap.8 xfs_check.8 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +.if ${OSVERSION} < 700000 +BROKEN= "Does not compile on less than FreeBSD 7.x" .endif post-extract: - echo "Blah" ${LN} -sf ${WRKDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC} pre-configure: @@ -49,6 +48,8 @@ pre-configure: post-configure: ${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' + ${FIND} ${WRKSRC}/include -name "builddefs" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|LIBRT =|LIBRT = -lrt|g' post-patch: ${FIND} ${WRKDIR} -name "*.m4" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/sysutils/xfsprogs/distinfo b/sysutils/xfsprogs/distinfo index 990e8388f295..0462ceff0eca 100644 --- a/sysutils/xfsprogs/distinfo +++ b/sysutils/xfsprogs/distinfo @@ -1,3 +1,3 @@ -MD5 (xfsprogs_2.8.10-1.tar.gz) = b8b0996b48e93020242dec2f5df80223 -SHA256 (xfsprogs_2.8.10-1.tar.gz) = f2cfe23ae337aa3d51fd74ceb51b51947cebf8e608783ecc7e42eda547277709 -SIZE (xfsprogs_2.8.10-1.tar.gz) = 922425 +MD5 (xfsprogs_2.8.21-1.tar.gz) = a40b7d656c9ddb775c3f221433cbf08a +SHA256 (xfsprogs_2.8.21-1.tar.gz) = d0450b00ad9e321484802f83f913fd04ec608d80146d07861ee8019b00ebdf58 +SIZE (xfsprogs_2.8.21-1.tar.gz) = 978987 |