diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-22 06:00:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-22 06:00:39 +0000 |
commit | 25eb217e585efd226d9ba0a498ffb77cff945a34 (patch) | |
tree | 6150683b2dc571c315963c9a4303a2c8c9da4a24 /net/yaz++ | |
parent | 4fa4647165a76999fc9c5b2c4d511754a301d310 (diff) | |
download | ports-25eb217e585efd226d9ba0a498ffb77cff945a34.tar.gz ports-25eb217e585efd226d9ba0a498ffb77cff945a34.zip |
Mark as broken on recent versions of 5.x due to the usual gcc3.3
reasons. Noified maintainer.
Notes
Notes:
svn path=/head/; revision=96409
Diffstat (limited to 'net/yaz++')
-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> |