aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 23:04:45 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 23:04:45 +0800
commit3c94694bbdccab70b3fd03939d43f871b697dd40 (patch)
tree00fa5bd9eccfc740f66f80209e6ec447e5a98ac6 /security
parentf487e718b331a6c3534cd11e64891b67840291bd (diff)
downloadfreebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.tar.gz
freebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.tar.zst
freebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
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,