aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-16 07:51:46 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-16 07:51:46 +0800
commita172ee45adfa36ff29d4ccf26420c6d1b1d3e875 (patch)
treec31a1bd6037239ca0274886c5cebd511b1db1869
parent46b11d22173c47213c196d78c681016338c48016 (diff)
downloadfreebsd-ports-gnome-a172ee45adfa36ff29d4ccf26420c6d1b1d3e875.tar.gz
freebsd-ports-gnome-a172ee45adfa36ff29d4ccf26420c6d1b1d3e875.tar.zst
freebsd-ports-gnome-a172ee45adfa36ff29d4ccf26420c6d1b1d3e875.zip
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
-rw-r--r--benchmarks/bonnie++/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>