diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
commit | 5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch) | |
tree | b4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /security | |
parent | e463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff) |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251275
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 | ||||
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index b2e8ad12af5a..007ad0ba1fd2 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -35,6 +35,10 @@ PLIST= ${WRKDIR}/PLIST .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 97d04838278b..04d101cea4e1 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -59,6 +59,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .ifdef(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .else |