From 92d0cbeefeacd76fd9b9c84082154ce321036189 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 17 Mar 2010 06:51:26 +0000 Subject: [PATCH] - Mark BROKEN: fails to build with new utmpx Reported by: pointyhat --- editors/emacs21/Makefile | 4 ++++ net/freeradius/Makefile | 4 ++++ security/krb5-16/Makefile | 4 ++++ security/krb5/Makefile | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 06b2fef630fc..3fb2093105b6 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -60,6 +60,10 @@ LATEST_LINK= emacs21 .include +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if ${ARCH} == "ia64" CFLAGS:= ${CFLAGS:C/-O.?/-O0/g} CONFIGURE_ENV= CFLAGS="${CFLAGS}" diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index a646a12d435c..910c8f92bc48 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -63,6 +63,10 @@ OPTIONS+= PGSQL "With PostgreSQL database support" off \ .include +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + # Default requirements for rc script _REQUIRE= NETWORKING SERVERS diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 75ae16913d57..3797e905e520 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -47,6 +47,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ .include +.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/Makefile b/security/krb5/Makefile index 75ae16913d57..3797e905e520 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -47,6 +47,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ .include +.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