ports/75750: mark games/wormux broken on amd64

Anton Yudin toha at toha.org.ua
Mon Jan 3 16:20:30 UTC 2005


>Number:         75750
>Category:       ports
>Synopsis:       mark games/wormux broken on amd64
>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:   Mon Jan 03 16:20:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yudin
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD pandemonium 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 14 19:08:07 EET 2004 root at pandemonium:/obj/obj/usr/src/sys/NKERNEL i386


>Description:
	games/wormux does not compile on amd64.
	Pointed by Kris.
>How-To-Repeat:
>Fix:
	Mark port as broken on amd64.

diff -ruN games/wormux.original/Makefile games/wormux/Makefile
--- games/wormux.original/Makefile	Thu Dec 23 10:00:53 2004
+++ games/wormux/Makefile	Mon Jan  3 18:04:46 2005
@@ -33,6 +33,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "amd64"
+BROKEN=		"Does not compile on amd64"
+.endif
+
 post-install:
 .for dir in ${PREFIX}/share/${PORTNAME}
 	@${FIND} ${dir} ! -type d | \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list