Date: Tue, 8 Nov 2016 02:48:00 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425664 - head/biology/avida Message-ID: <201611080248.uA82m0Pe060272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 02:48:00 2016 New Revision: 425664 URL: https://svnweb.freebsd.org/changeset/ports/425664 Log: Mark broken on the rest of the tier-2 archs: invokes x86 asm. Modified: head/biology/avida/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Tue Nov 8 02:45:15 2016 (r425663) +++ head/biology/avida/Makefile Tue Nov 8 02:48:00 2016 (r425664) @@ -12,7 +12,10 @@ COMMENT= Auto-adaptive genetic system de LICENSE= GPLv3 -BROKEN_sparc64= missing atomics implementation +BROKEN_arm64= invokes x86 asm +BROKEN_mips= invokes x86 asm +BROKEN_mips64= invokes x86 asm +BROKEN_sparc64= missing atomics implementation BROKEN_powerpc64= Does not build on powerpc64 USES= cmake:outsource ncurses
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080248.uA82m0Pe060272>