Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 00:28:28 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56422: [patch] mark benchmarks/bonnie++ broken for gcc 3.3
Message-ID:  <200309020528.h825SSMr012847@lonesome.lonesome.com>
Resent-Message-ID: <200309041130.h84BUAMZ038628@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56422
>Category:       ports
>Synopsis:       [patch] mark benchmarks/bonnie++ broken for gcc 3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 04:30:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #2: Mon Aug 25 22:44:23 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Although the port's author has upgraded to gcc 3.2, he has
	not yet upgraded to 3.3.  The code does seem to be actively
	maintained, so hopefully this instance of BROKEN won't last long.
>How-To-Repeat:
	bento logs
>Fix:

--- bonnie++/Makefile.dist	Wed Feb 26 01:45:44 2003
+++ bonnie++/Makefile	Tue Sep  2 00:25:25 2003
@@ -19,6 +19,12 @@
 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 @@
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309020528.h825SSMr012847>