ports/79640: lang/afnix: mark as broken in appropriate case

Johan van Selst johans at stack.nl
Thu Apr 7 19:00:15 UTC 2005


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



More information about the freebsd-ports-bugs mailing list