From 0dcf7241ef282be16d3c73dbc9f019148b6f8b5d Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 16 Apr 2010 07:49:26 +0000 Subject: [PATCH] these should be last BROKEN -> ERRORS ok aja@ --- security/cyrus-sasl2/Makefile | 8 ++++---- x11/gnustep/back/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index fd854809841..349f92d5078 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2009/05/16 09:09:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.48 2010/04/16 07:49:26 jasper Exp $ COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) @@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--without-ldap .if ${FLAVOR:L:Mmysql} .if ${FLAVOR:L:Mpgsql} || ${FLAVOR:L:Msqlite} -BROKEN= ${BRKFLAVORMSG} +ERRORS+= ${BRKFLAVORMSG} .endif PKG_ARGS= -Dsql=1 LIB_DEPENDS+= lib/mysql/mysqlclient.>=10::databases/mysql @@ -90,7 +90,7 @@ CONFIGURE_ARGS+=--enable-sql \ .if ${FLAVOR:L:Mpgsql} .if ${FLAVOR:L:Mmysql} || ${FLAVOR:L:Msqlite} -BROKEN= ${BRKFLAVORMSG} +ERRORS+= ${BRKFLAVORMSG} .endif PKG_ARGS= -Dsql=1 LIB_DEPENDS+= pq.>=3:postgresql-client-*:databases/postgresql @@ -103,7 +103,7 @@ CFLAGS+= -I${LOCALBASE}/include/postgresql .if ${FLAVOR:L:Msqlite} .if ${FLAVOR:L:Mmysql} || ${FLAVOR:L:Mpgsql} -BROKEN= ${BRKFLAVORMSG} +ERRORS+= ${BRKFLAVORMSG} .endif PKG_ARGS= -Dsql=1 LIB_DEPENDS+= sqlite.>=8.6::databases/sqlite diff --git a/x11/gnustep/back/Makefile b/x11/gnustep/back/Makefile index fff91856403..17a1847f9ba 100644 --- a/x11/gnustep/back/Makefile +++ b/x11/gnustep/back/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2009/08/11 08:42:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2010/04/16 07:49:26 jasper Exp $ COMMENT= GNUstep gui backend @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--enable-graphics=xlib \ --with-name=back WANTLIB+= Xau Xdmcp Xft Xrender expat fontconfig .else -BROKEN= choose one backend FLAVOR: cairo, libart or xlib +ERRORS+= choose one backend FLAVOR: cairo, libart or xlib .endif .include