Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2005 19:54:59 +0200 (CEST)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86081: lang/yap: mark not broken for amd64
Message-ID:  <20050913175459.98E816365@hammer.stack.nl>
Resent-Message-ID: <200509131800.j8DI0dLk067546@freefall.freebsd.org>

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

>Number:         86081
>Category:       ports
>Synopsis:       lang/yap: mark not broken for amd64
>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:   Tue Sep 13 18:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-BETA4 amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 6.0-BETA4 FreeBSD 6.0-BETA4 #2: Fri Sep 9 18:52:55 CEST 2005 root@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64


	
>Description:
	
	Not sure why this is marked broken: it compiles and runs
	like a charm on my amd64. Didn't find pointyhat errors either.

>How-To-Repeat:
	
>Fix:

	

--- yap/Makefile	Tue Sep 13 19:47:08 2005
+++ yap/Makefile	Tue Sep 13 19:53:38 2005
@@ -28,8 +28,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		"Does not compile on !i386"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN=		"Does not compile on !i386 and !amd64"
 .endif
 
 post-extract:
>Release-Note:
>Audit-Trail:
>Unformatted:



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