aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:04:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:04:45 +0000
commit59d9dee50a0525ddb5c5267d88991ed6d481ed23 (patch)
tree038de83987552191df7a4cd92f9dbc2136f4ddbe /security
parent80b7e09305fa6af89949027155c61a50256c76bc (diff)
downloadports-59d9dee50a0525ddb5c5267d88991ed6d481ed23.tar.gz
ports-59d9dee50a0525ddb5c5267d88991ed6d481ed23.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251273
Diffstat (limited to 'security')
-rw-r--r--security/fwbuilder/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index ab986486fad8..d47072542e45 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -63,10 +63,15 @@ PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
+
.if ${OSVERSION} >= 800107
MAKE_ENV+= CCACHE_DISABLE=yes
.endif
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-install:
@${STRIP_CMD} ${PREFIX}/bin/fwbuilder
@${ECHO} If you are upgrading from a previous version of fwbuilder,