ports/91416: Update port: graphics/pixie mark broken on sparc64 6

Igor Pokrovsky ip at doom.homeunix.org
Fri Jan 6 19:30:05 UTC 2006


>Number:         91416
>Category:       ports
>Synopsis:       Update port: graphics/pixie mark broken on sparc64 6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 19:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Dec 15 07:51:52 MSK 2005 root at doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL-p3 i386


	
>Description:
Mark BROKEN on sparc64 6.
Reason: Internal gcc error.
	
>How-To-Repeat:
	
>Fix:

	

--- pixie.diff begins here ---
Index: pixie/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/pixie/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- pixie/Makefile	19 Dec 2005 15:46:47 -0000	1.20
+++ pixie/Makefile	6 Jan 2006 19:14:07 -0000
@@ -44,6 +44,10 @@
 NOT_FOR_ARCHS=	alpha
 .endif
 
+.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64"
+BROKEN=	"doesn't compile because of internal gcc failure"
+.endif
+
 post-patch:
 	@${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \
 		${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g'
--- pixie.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list