diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 08:20:19 +0800 |
commit | f42944e0f05c726f0a91b53ee53df9beea420f77 (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /math | |
parent | e8e911ddfa3fd492c743323c8e600e25f5bd29d9 (diff) | |
download | freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.tar.gz freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.tar.zst freebsd-ports-gnome-f42944e0f05c726f0a91b53ee53df9beea420f77.zip |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/coq/Makefile | 5 | ||||
-rw-r--r-- | math/jakarta-commons-math3/Makefile | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index 6303a1752909..58260aa16ec3 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -18,6 +18,9 @@ BUILD_DEPENDS= camlp5:devel/ocaml-camlp5 \ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_armv6= fails to compile: Fatal error: exception Invalid_argument("index out of bounds") +BROKEN_powerpc= fails to link + USES= gmake gettext-runtime USE_EMACS= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtksourceview2 pango @@ -32,8 +35,6 @@ CONFIGURE_ARGS= -prefix ${PREFIX} \ MAKE_ENV= VERBOSE=1 ALL_TARGET= world -BROKEN_powerpc= does not link - OPTIONS_DEFINE= DOCS IDE OPTIONS_DEFAULT= IDE OPTIONS_SUB= yes diff --git a/math/jakarta-commons-math3/Makefile b/math/jakarta-commons-math3/Makefile index 7f449daf7442..49d4819e9611 100644 --- a/math/jakarta-commons-math3/Makefile +++ b/math/jakarta-commons-math3/Makefile @@ -17,6 +17,8 @@ COMMENT= Java library of self-contained mathematics and statistics components LICENSE= APACHE20 +BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details + USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ |