svn commit: r472032 - head/math/flint2

Mark Linimon linimon at FreeBSD.org
Sat Jun 9 00:35:58 UTC 2018


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
 


More information about the svn-ports-all mailing list