Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  4 Jan 2007 11:29:49 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107508: [MAINTAINER] benchmarks/imb: broken on 4.x
Message-ID:  <20070104102949.A871839DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200701041030.l04AUMIC003977@freefall.freebsd.org>

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

>Number:         107508
>Category:       ports
>Synopsis:       [MAINTAINER] benchmarks/imb: broken on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 04 10:30:22 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Mark it broken on 4.x.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2006123004/imb-3.0.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- imb-3.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/benchmarks/imb/Makefile /home/trasz/imb/Makefile
--- /usr/ports/benchmarks/imb/Makefile	Mon Dec  4 17:23:34 2006
+++ /home/trasz/imb/Makefile	Thu Jan  4 11:29:13 2007
@@ -36,6 +36,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on 4.x
+.endif
+
 .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
 WITH_OPENMPI=	yes
 .endif
--- imb-3.0.patch ends here ---

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



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