Date: Sat, 9 Jun 2018 00:35:57 +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: r472032 - head/math/flint2 Message-ID: <201806090035.w590ZvtO006747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Jun 9 00:35:57 2018 New Revision: 472032 URL: https://svnweb.freebsd.org/changeset/ports/472032 Log: Mark as broken on tier-2 archs: invokes x86 assembler. Approved by: portmgr (tier-2 blanket) Modified: head/math/flint2/Makefile Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Sat Jun 9 00:30:35 2018 (r472031) +++ head/math/flint2/Makefile Sat Jun 9 00:35:57 2018 (r472032) @@ -14,6 +14,13 @@ COMMENT= Fast library for number theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: invokes x86 assembler +BROKEN_armv6= fails to compile: invokes x86 assembler +BROKEN_armv7= fails to compile: invokes x86 assembler +BROKEN_mips= fails to compile: invokes x86 assembler +BROKEN_mips64= fails to compile: invokes x86 assembler +BROKEN_powerpc64= fails to compile: invokes x86 assembler + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806090035.w590ZvtO006747>