From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 13 18:00:40 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9C516A420 for ; Tue, 13 Sep 2005 18:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C79E43D5A for ; Tue, 13 Sep 2005 18:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8DI0dxC067547 for ; Tue, 13 Sep 2005 18:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8DI0dLk067546; Tue, 13 Sep 2005 18:00:39 GMT (envelope-from gnats) Resent-Date: Tue, 13 Sep 2005 18:00:39 GMT Resent-Message-Id: <200509131800.j8DI0dLk067546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1002F16A41F for ; Tue, 13 Sep 2005 17:55:01 +0000 (GMT) (envelope-from johans@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD3D43D45 for ; Tue, 13 Sep 2005 17:55:00 +0000 (GMT) (envelope-from johans@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id DBDC0A3048 for ; Tue, 13 Sep 2005 19:54:59 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 801) id 98E816365; Tue, 13 Sep 2005 19:54:59 +0200 (CEST) Message-Id: <20050913175459.98E816365@hammer.stack.nl> Date: Tue, 13 Sep 2005 19:54:59 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86081: lang/yap: mark not broken for amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:00:40 -0000 >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 -.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: