Skip site navigation (1)Skip section navigation (2)
Date:      21 Oct 2005 17:58:41 -0200
From:      Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        garga@FreeBSD.org
Subject:   ports/87810: Update port: benchmarks/dbench broken on amd64
Message-ID:  <20051021195841.51809.qmail@capeta.freebsdbrasil.com.br>
Resent-Message-ID: <200510212000.j9LK0USY080757@freefall.freebsd.org>

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

>Number:         87810
>Category:       ports
>Synopsis:       Update port: benchmarks/dbench broken on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 21 20:00:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jean Milanez Melo
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386


	
>Description:
	- Port is marked as broken on amd64.
>How-To-Repeat:
	
>Fix:

	

--- dbench.diff begins here ---
diff -ruN dbench.old/Makefile dbench/Makefile
--- dbench.old/Makefile	Tue Oct 18 15:34:16 2005
+++ dbench/Makefile	Fri Oct 21 17:56:02 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	dbench
 PORTVERSION=	3.03
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://samba.org/ftp/tridge/dbench/
 
@@ -19,6 +20,10 @@
 
 .if ${OSVERSION} < 500000
 BROKEN=	"Doesn't build on FreeBSD < 5.x"
+.endif
+
+.if ${ARCH} == amd64
+BROKEN= "Doesn't build on arch amd64"
 .endif
 
 .include <bsd.port.post.mk>
--- dbench.diff ends here ---


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



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