diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /math/pari | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) | |
download | freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.zst freebsd-ports-gnome-aff42c7199b9182b398eeda522cb9bcb182895f8.zip |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 4d746f16cba9..d439890f305b 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -14,6 +14,7 @@ COMMENT= Mathematics library and advanced calculator package LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips64= fails to link: mpker.c:(.text+0x33bc): relocation truncated to fit: R_MIPS_TLS_GD against 'PARI_SIGINT_block' 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 |