From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 7 19:00:15 2005 Return-Path: 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 47E4D16A4CE for ; Thu, 7 Apr 2005 19:00:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0723D43D2D for ; Thu, 7 Apr 2005 19:00:15 +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 j37J0ER8019258 for ; Thu, 7 Apr 2005 19:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j37J0EGj019257; Thu, 7 Apr 2005 19:00:14 GMT (envelope-from gnats) Resent-Date: Thu, 7 Apr 2005 19:00:14 GMT Resent-Message-Id: <200504071900.j37J0EGj019257@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 D11EA16A4CE for ; Thu, 7 Apr 2005 18:55:10 +0000 (GMT) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C20443D2F for ; Thu, 7 Apr 2005 18:55:10 +0000 (GMT) (envelope-from johans@stack.nl) Received: by skynet.stack.nl (Postfix, from userid 65534) id 69D143F98; Thu, 7 Apr 2005 20:55:28 +0200 (CEST) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by skynet.stack.nl (Postfix) with ESMTP id 1440D3F5F for ; Thu, 7 Apr 2005 20:55:28 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 4B1AB17017; Thu, 7 Apr 2005 20:56:02 +0200 (CEST) Message-Id: <20050407185602.4B1AB17017@mud.stack.nl> Date: Thu, 7 Apr 2005 20:56:02 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79640: lang/afnix: mark as broken in appropriate case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 07 Apr 2005 19:00:15 -0000 >Number: 79640 >Category: ports >Synopsis: lang/afnix: mark as broken in appropriate case >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: Thu Apr 07 19:00:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: afnix does not compile on FreeBSD-CURRENT on sparc64 I cannot reproduce this, so mark it broken untill I get a chance to fix >How-To-Repeat: >Fix: diff -u afnix/Makefile afnix/Makefile --- afnix/Makefile Thu Feb 24 04:01:21 2005 +++ afnix/Makefile Thu Apr 7 20:50:49 2005 @@ -26,6 +26,10 @@ .include +.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 FreeBSD >= 6.x" +.endif + do-configure: @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o >Release-Note: >Audit-Trail: >Unformatted: