aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/libbind/Makefile4
-rw-r--r--net/latd/Makefile8
-rw-r--r--security/krb5-17/Makefile4
-rw-r--r--security/krb5-appl/Makefile4
4 files changed, 19 insertions, 1 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile
index 2d61f69a1965..6316978b7245 100644
--- a/dns/libbind/Makefile
+++ b/dns/libbind/Makefile
@@ -27,6 +27,10 @@ OPTIONS= IPV6 "Compile with IPv6 support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/net/latd/Makefile b/net/latd/Makefile
index 2a5dd67cbe51..fb083d718fee 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -22,4 +22,10 @@ MAN1= llogin.1
MAN5= latd.conf.5
MAN8= latd.8 latcp.8 moprc.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
+.include <bsd.port.post.mk>
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