Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  7 Apr 2005 20:56:02 +0200 (CEST)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79640: lang/afnix: mark as broken in appropriate case
Message-ID:  <20050407185602.4B1AB17017@mud.stack.nl>
Resent-Message-ID: <200504071900.j37J0EGj019257@freefall.freebsd.org>

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

>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 <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:
>Unformatted:



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