ports/77123: [Update port] graphics/dynamechs: Mark it broken on !i386
Kay Lehmann
kay_lehmann at web.de
Sat Feb 5 08:20:16 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list