aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-21 13:21:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-21 13:21:04 +0000
commit65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (patch)
tree8ca265fd86a85ec42e228ea09e9ba5fcee43954d /math
parentce4f36d22243aa164a0727e26899359c255b841f (diff)
downloadports-65f2e41ca338ea8b6ad58e068db6b8d7df069d6e.tar.gz
ports-65f2e41ca338ea8b6ad58e068db6b8d7df069d6e.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441395
Diffstat (limited to 'math')
-rw-r--r--math/asir2000/Makefile8
-rw-r--r--math/clp/Makefile2
-rw-r--r--math/vowpal_wabbit/Makefile2
3 files changed, 6 insertions, 6 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 8ed76a77eb8d..44ce4acad19d 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -18,10 +18,12 @@ LICENSE_NAME= Risa/Asir Limited Use License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN= does not build
-
LIB_DEPENDS= libpari.so:math/pari
+BROKEN= does not compile: paridecl.h: conflicting types for 'mulreal'
+NOT_FOR_ARCHS= aarch64
+NOT_FOR_ARCHS_REASON= fails to compile: the collector has not been ported to this machine/OS combination
+
MAKE_JOBS_UNSAFE= yes
USES= autoreconf readline tar:bz2
USE_XORG= x11 xaw xext xt
@@ -35,8 +37,6 @@ 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/clp/Makefile b/math/clp/Makefile
index fcba01a9a70c..6bba21f44379 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -13,7 +13,7 @@ COMMENT= Linear Programming Solver
LICENSE= EPL
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= fails to compile: CoinSignal.hpp: ISO C++ forbids declaration of '__decltype' with no type
USES= blaslapack fortran libtool tar:tgz pathfix
CXXFLAGS+= -ffast-math
diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile
index a5b7533e5c16..b5c8d00220ac 100644
--- a/math/vowpal_wabbit/Makefile
+++ b/math/vowpal_wabbit/Makefile
@@ -11,7 +11,7 @@ COMMENT= Fast out-of-core learning system
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= fails to compile: network.cc: 'atoi' was not declared in this scope
USES= compiler:c++11-lang libtool
GNU_CONFIGURE= yes