ports/87810: Update port: benchmarks/dbench broken on amd64

Jean Milanez Melo jmelo at freebsdbrasil.com.br
Fri Oct 21 20:00:31 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list