diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 14:00:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 14:00:39 +0800 |
commit | a296a86dc81c9e53dc7f1b9649bf229b708aa26b (patch) | |
tree | 14abb855b82a3d019c7346cbfb29ef741889a7c0 /net | |
parent | bcb684093958c7d3404f482a8fd92300074dfa03 (diff) | |
download | freebsd-ports-gnome-a296a86dc81c9e53dc7f1b9649bf229b708aa26b.tar.gz freebsd-ports-gnome-a296a86dc81c9e53dc7f1b9649bf229b708aa26b.tar.zst freebsd-ports-gnome-a296a86dc81c9e53dc7f1b9649bf229b708aa26b.zip |
Mark as broken on recent versions of 5.x due to the usual gcc3.3
reasons. Noified maintainer.
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz++/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include <bsd.port.post.mk> |