diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 22:00:43 +0800 |
commit | cde052fc4ba53619634fb3076aa69943a321415b (patch) | |
tree | 363784d85948547564ab0295cb0bed163f1f3567 /math | |
parent | 781b1a57b21169ebc865d817c094656b858d8b79 (diff) | |
download | freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.gz freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.tar.zst freebsd-ports-gnome-cde052fc4ba53619634fb3076aa69943a321415b.zip |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/drgeo/Makefile | 2 | ||||
-rw-r--r-- | math/libmesh/Makefile | 2 | ||||
-rw-r--r-- | math/libqalculate/Makefile | 2 | ||||
-rw-r--r-- | math/pari/Makefile | 2 | ||||
-rw-r--r-- | math/rexx-regmath/Makefile | 2 | ||||
-rw-r--r-- | math/stp/Makefile | 5 |
6 files changed, 13 insertions, 2 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 9eec9611843c..e69bfc360d82 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -13,6 +13,8 @@ COMMENT= GTK interactive geometry software LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: ./geo/libgeo.a: multiple definition of drgeoDialogData + LIB_DEPENDS= libguile.so:lang/guile GNU_CONFIGURE= yes diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile index 25e220fcbaf8..304dae01a2f8 100644 --- a/math/libmesh/Makefile +++ b/math/libmesh/Makefile @@ -13,6 +13,8 @@ COMMENT= Numerical simulation of partial differential equations LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to link: libcontrib_opt.a: relocation truncated to fit: R_PPC64_GOT_TLSLD16 against .LANCHOR1 + LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= autoreconf eigen:3 gmake libtool diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 15c47cb102c6..7931cba885d9 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -13,6 +13,8 @@ COMMENT= Multi-purpose desktop calculator (backend library) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: umachine.h:347: 'char16_t' does not name a type + LIB_DEPENDS= libicuuc.so:devel/icu \ libcurl.so:ftp/curl \ libgmp.so:math/gmp \ diff --git a/math/pari/Makefile b/math/pari/Makefile index 388522930a58..4d746f16cba9 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -14,6 +14,8 @@ COMMENT= Mathematics library and advanced calculator package LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to link: intnum.o: relocation truncated to fit: R_PPC64_GOT_TLSGD16 against symbol 'avma' defined in .tbss section in init.o + LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 readline diff --git a/math/rexx-regmath/Makefile b/math/rexx-regmath/Makefile index 9647bc75dd42..c38ac434bac5 100644 --- a/math/rexx-regmath/Makefile +++ b/math/rexx-regmath/Makefile @@ -14,6 +14,8 @@ COMMENT= Two mathematics libraries for Rexx LICENSE= MPL10 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" + BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina USES= zip diff --git a/math/stp/Makefile b/math/stp/Makefile index d32029329b4e..3f3a37c286f8 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -12,6 +12,9 @@ COMMENT= Decision Procedure for Bitvectors and Arrays LICENSE= MIT +BROKEN_aarch64= fails to compile: undefined reference to sbrk +BROKEN_powerpc64= fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name() + LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libboost_system.so:devel/boost-libs @@ -19,6 +22,4 @@ USES= bison:build cmake:noninja perl5 tar:xz USE_PERL5= build CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a -BROKEN_aarch64= Fails to compile: undefined reference to sbrk - .include <bsd.port.mk> |