Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 09:15:59 +0100
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386
Message-ID:  <1107591359.0@bippes.finkenkrug.ev>
Resent-Message-ID: <200502050820.j158KFNg043271@freefall.freebsd.org>

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

>Number:         77123
>Category:       ports
>Synopsis:       [Update port] graphics/dynamechs: Mark it broken on !i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 05 08:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.3-STABLE #2: Sat Jan  8 18:28:41 CET 2005
    root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


I am getting some pointyhats because dynamechs fails on 
platform that are not i386. Since I can't test it I think the best
solution is to mark it broken on all non-i386-platforms.


>How-To-Repeat:





>Fix:


--- dynamechs-Makefile-noni386.patch begins here ---
--- Makefile.orig	Sat Feb  5 09:09:05 2005
+++ Makefile	Sat Feb  5 09:09:58 2005
@@ -30,6 +30,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} != "i386"
+BROKEN=		"Does not compile on !i386"
+.endif
+
 do-configure:
 	@${CP} -f ${FILESDIR}/make.platform.freebsd ${WRKSRC}/make/
 
--- dynamechs-Makefile-noni386.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?1107591359.0>