Date: Fri, 6 Jan 2006 22:18:17 +0300 (MSK) From: Igor Pokrovsky <ip@doom.homeunix.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91416: Update port: graphics/pixie mark broken on sparc64 6 Message-ID: <200601061918.k06JIHCG025947@doom.homeunix.org> Resent-Message-ID: <200601061930.k06JU4Ni014141@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601061918.k06JIHCG025947>