diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-21 00:17:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-21 00:17:50 +0800 |
commit | a00d5eb210d629ee2a3a9827a229727011490c43 (patch) | |
tree | 76af15f326db2619f09bf65157ff808775254cc6 /security | |
parent | 7e21df05ab1a7cfc56ef68b4462544ca8b0670f8 (diff) | |
download | freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.gz freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.zst freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-17/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index e8a311345908..8ddbd22a2c1f 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -45,6 +45,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(WITH_KRB5_DOC) BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \ dvips:${PORTSDIR}/print/dvipsk-tetex diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index e8a311345908..8ddbd22a2c1f 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -45,6 +45,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(WITH_KRB5_DOC) BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \ dvips:${PORTSDIR}/print/dvipsk-tetex |