From afb0b665e6656b1994b53f8dca3960d61f737be8 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 13 Mar 2010 22:30:27 +0000 Subject: [PATCH] Mark BROKEN on 8.x: does not build --- textproc/openvanilla-modules/Makefile | 4 ++++ www/zerowait-httpd/Makefile | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 3eaac4aa32e0..271b8a009884 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -37,6 +37,10 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX} OV_INCLUDE=${LOCALBASE}/include .include +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if !defined(WITHOUT_OVIMArray) PLIST_SUB+= OVIMArray="" .else diff --git a/www/zerowait-httpd/Makefile b/www/zerowait-httpd/Makefile index 29888b8d59d0..af2d2c181f74 100644 --- a/www/zerowait-httpd/Makefile +++ b/www/zerowait-httpd/Makefile @@ -25,4 +25,10 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -.include +.include + +.if ${OSVERSION} >= 800108 +BROKEN= does not build +.endif + +.include