diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:02:09 +0800 |
commit | 25c8f764976003c00a77c5280fc74d6d1476af67 (patch) | |
tree | 5dd9aee4bf74937f7e727a864c96506755b57f20 /textproc | |
parent | 62e5fcba13bb7cb95958850b78ed62555bd0102c (diff) | |
download | freebsd-ports-gnome-25c8f764976003c00a77c5280fc74d6d1476af67.tar.gz freebsd-ports-gnome-25c8f764976003c00a77c5280fc74d6d1476af67.tar.zst freebsd-ports-gnome-25c8f764976003c00a77c5280fc74d6d1476af67.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jing/Makefile | 1 | ||||
-rw-r--r-- | textproc/randlm/Makefile | 1 | ||||
-rw-r--r-- | textproc/senna/Makefile | 1 | ||||
-rw-r--r-- | textproc/trang/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile index 344182636321..7b247b29711a 100644 --- a/textproc/jing/Makefile +++ b/textproc/jing/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/copying.txt BROKEN_armv6= fails to build: modbuild.xml: Java returned: 1 +BROKEN_armv7= fails to build: modbuild.xml: Java returned: 1 USE_GITHUB= yes GH_ACCOUNT= relaxng diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 8704148c964d..90f88a4c932f 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -26,6 +26,7 @@ INSTALL_TARGET= install-strip BROKEN_aarch64= fails to compile: invalid output constraint =a in asm BROKEN_armv6= fails to compile: invalid output constraint =a in asm +BROKEN_armv7= fails to compile: BloomMap.cpp:275:58: error: ordered comparison between pointer and zero ('int *' and 'int') BROKEN_powerpc64= fails to compile: error: 'itr' does not name a type post-patch: diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index e9b6944ef183..1e202efb8d45 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -12,6 +12,7 @@ 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_armv7= 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 diff --git a/textproc/trang/Makefile b/textproc/trang/Makefile index 3123ef09875d..64c2dddd5841 100644 --- a/textproc/trang/Makefile +++ b/textproc/trang/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/trang/copying.txt BROKEN_armv6= fails to build: modbuild.xml: Java returned: 1 +BROKEN_armv7= fails to build: modbuild.xml: Java returned: 1 USE_GITHUB= yes GH_ACCOUNT= relaxng |