From johans@stack.nl  Thu Apr  7 18:55:10 2005
Return-Path: <johans@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D11EA16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <johans@stack.nl>
Reply-To: Johan van Selst <johans@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: lang/afnix: mark as broken in appropriate case
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 07 19:00:14 GMT 2005
>Closed-Date:    Fri Apr 08 07:22:03 GMT 2005
>Last-Modified:  Fri Apr 08 07:22:03 GMT 2005
>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 <bsd.port.pre.mk>
 
+.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:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Fri Apr 8 07:21:54 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79640 
>Unformatted:
