From 32b8b154e0a1b634b27081eca368b4d372e7aba4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 15 Oct 2003 23:51:46 +0000 Subject: Mark broken for gcc 3.3. The author seems to be tracking gcc updates (the port works on 3.2) so perhaps this will be short-term. PR: ports/56422 --- benchmarks/bonnie++/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index d8115e211166..a5d777e8ad65 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -19,6 +19,12 @@ COMMENT= Performance Test of Filesystem I/O USE_REINPLACE= yes GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} >= 501103 +BROKEN= "Does not build with gcc 3.3; author is aware of the problem" +.endif + MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1 MAN8= bonnie++.8 getc_putc.8 zcav.8 @@ -29,4 +35,4 @@ post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR} -.include +.include -- cgit