1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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
This commit is contained in:
Mark Linimon 2003-10-15 23:51:46 +00:00
parent 399a18f5ec
commit 32b8b154e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91375

View File

@ -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>