diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /biology | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.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 'biology')
-rw-r--r-- | biology/avida/Makefile | 1 | ||||
-rw-r--r-- | biology/bedtools/Makefile | 1 | ||||
-rw-r--r-- | biology/bwa/Makefile | 1 | ||||
-rw-r--r-- | biology/crux/Makefile | 1 | ||||
-rw-r--r-- | biology/gmap/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 550715afe2a0..9bf8f93f4558 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 BROKEN_aarch64= invokes x86 asm BROKEN_armv6= invokes x86 asm +BROKEN_armv7= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile index cdf5283199a3..2e587e209cf0 100644 --- a/biology/bedtools/Makefile +++ b/biology/bedtools/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false> +BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test<false> USE_GITHUB= yes GH_ACCOUNT= arq5x diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile index 29e7ed076253..15ea7b3ad00f 100644 --- a/biology/bwa/Makefile +++ b/biology/bwa/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 # From 0.7.9a: Recheck for 0.7.17. BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type BROKEN_armv6= fails to compile: invalid conversion between vector type and integer type +BROKEN_armv7= fails to compile: invalid conversion between vector type and integer type BROKEN_mips= fails to compile: cc1: unrecognized command line option "-msse2" BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-msse2" BROKEN_powerpc64= fails to compile: ksw.c: emmintrin.h: No such file or directory diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 255c083ae918..583307dd4af9 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -16,6 +16,7 @@ LICENSE_COMB= multi BROKEN= No public distfiles BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found BROKEN_armv6= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" +BROKEN_armv7= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" USES= fortran gmake python tar:bzip2 USE_CSTD= gnu99 diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile index 070ce4c38210..162604683557 100644 --- a/biology/gmap/Makefile +++ b/biology/gmap/Makefile @@ -26,6 +26,7 @@ SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_armv6= Does not build: invokes x86 asm +BROKEN_armv7= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build: invokes x86 asm BROKEN_sparc64= Does not build: invokes x86 asm |