From d856cc1084ebb64a9bfd745bdcc0d07cb45ed1d2 Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 18 Apr 2010 21:46:39 +0000 Subject: Mark BROKEN on 9.x: does not build --- security/openssh-portable/Makefile | 4 ++++ sysutils/fusefs-curlftpfs/Makefile | 8 +++++++- sysutils/fuser/Makefile | 3 +++ sysutils/k8temp/Makefile | 8 +++++++- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index b17fcf6d52f8..35bb19cd291a 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -70,6 +70,10 @@ OPTIONS= PAM "Enable pam(3) support" on \ .include +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + .if defined(WITH_X509) && ( defined(WITH_HPN) || defined(WITH_LPK)) BROKEN= X509 patch incompatible with HPN and LPK patches .endif diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 36126b14c564..956844bf27a1 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -24,4 +24,10 @@ USE_GNOME= glib20 MAN1= ${PORTNAME}.1 PLIST_FILES= bin/curlftpfs -.include +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile index 27efa05e810a..58068ffaba60 100644 --- a/sysutils/fuser/Makefile +++ b/sysutils/fuser/Makefile @@ -34,6 +34,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra::patch-msdosfs.c .if ${OSVERSION} >= 800101 EXTRA_PATCHES+= ${FILESDIR}/extra::patch-nfs.c .endif +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile index 1dcb2e75e2a9..495002f572a4 100644 --- a/sysutils/k8temp/Makefile +++ b/sysutils/k8temp/Makefile @@ -23,4 +23,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8 -.include +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include -- cgit