From 5f8cfeecdfe3b38a23300470e9b836ada7916daa Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 31 Jan 2017 03:40:46 +0000 Subject: Mark various ports broken on aarch64 and armv6. Approved by: portmgr (tier-2 blanket) --- math/amath/Makefile | 3 +++ math/asir2000/Makefile | 2 ++ math/stp/Makefile | 2 ++ 3 files changed, 7 insertions(+) (limited to 'math') diff --git a/math/amath/Makefile b/math/amath/Makefile index 38ef590abd9a..71e06704dd53 100644 --- a/math/amath/Makefile +++ b/math/amath/Makefile @@ -23,4 +23,7 @@ do-install: do-test: ${WRKSRC}/${PORTNAME} test +BROKEN_aarch64= Fails to compile: must define endianness +BROKEN_armv6= Fails to configure: what cpu is this ?! + .include diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index df5febf13122..8ed76a77eb8d 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -35,6 +35,8 @@ ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}${EXTRACT_SUFX} GC_SRC= gc-${GC_VERSION}.tar.gz WRKSRC= ${WRKDIR}/asir2000 +BROKEN_aarch64= Fails to compile: the collector has not been ported to this machine/OS combination + LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata \ fctrtest fff glib gr ifplot katsura launch mat nf num primdec \ primdec_lex primdec_mod ratint robot solve sp sturm sym weight xm diff --git a/math/stp/Makefile b/math/stp/Makefile index 1cd015245801..b012dd4f1fb4 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -19,4 +19,6 @@ USES= bison:build cmake perl5 tar:xz USE_PERL5= build CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a +BROKEN_aarch64= Fails to compile: undefined reference to sbrk + .include -- cgit