diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
commit | dab2f82d314ea77904914b8462ccdf838abcc776 (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /textproc/senna | |
parent | e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff) |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=439999
Diffstat (limited to 'textproc/senna')
-rw-r--r-- | textproc/senna/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index 46d73b51a08e..de257bcdb1ef 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SFJP/senna/46945 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Embeddable Fulltext Search Engine +BROKEN_aarch64= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX +BROKEN_armv6= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX BROKEN_powerpc64= does not build: relocation truncated to fit: R_PPC64_TOC16_DS BROKEN_sparc64= does not build |