aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-06-16 22:38:41 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-06-16 22:38:41 +0000
commit1bee714575cfa3e9cfe216953e7f2f86b17e14ec (patch)
tree4ba1fcb82fd5b54e97807174a177369de4e3ed39 /sysutils/xfsprogs
parent7fc9dd75820004cfc36be567c12182b3d112dd83 (diff)
downloadports-1bee714575cfa3e9cfe216953e7f2f86b17e14ec.tar.gz
ports-1bee714575cfa3e9cfe216953e7f2f86b17e14ec.zip
Notes
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r--sysutils/xfsprogs/Makefile9
-rw-r--r--sysutils/xfsprogs/distinfo6
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