From 59d9dee50a0525ddb5c5267d88991ed6d481ed23 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 20 Mar 2010 15:04:45 +0000 Subject: - Mark BROKEN on HEAD: fails to build with new utmpx Reported by: pointyhat --- security/fwbuilder/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'security/fwbuilder') 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 + .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, -- cgit v1.2.3