From 25eb217e585efd226d9ba0a498ffb77cff945a34 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 22 Dec 2003 06:00:39 +0000 Subject: Mark as broken on recent versions of 5.x due to the usual gcc3.3 reasons. Noified maintainer. --- net/yaz++/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net/yaz++') diff --git a/net/yaz++/Makefile b/net/yaz++/Makefile index c8ef9911b099..1cf39f992931 100644 --- a/net/yaz++/Makefile +++ b/net/yaz++/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/ MAINTAINER= demon@FreeBSD.org -COMMENT= A C++ programmer's toolkit for the development of Z39.50v3 clients and servers +COMMENT= C++ toolkit for development of Z39.50v3 clients and servers LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz @@ -21,4 +21,10 @@ INSTALLS_SHLIB= yes MAN8= yaz-proxy.8 -.include +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include -- cgit v1.2.3