diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
commit | 81d559e229a6e0ba412844e131343f0dfc078e39 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /biology | |
parent | 86dbf215014e2a48eec8de22391aa98bd59a3e38 (diff) | |
download | freebsd-ports-graphics-81d559e229a6e0ba412844e131343f0dfc078e39.tar.gz freebsd-ports-graphics-81d559e229a6e0ba412844e131343f0dfc078e39.tar.zst freebsd-ports-graphics-81d559e229a6e0ba412844e131343f0dfc078e39.zip |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bedtools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile index 2e587e209cf..6d4928122d6 100644 --- a/biology/bedtools/Makefile +++ b/biology/bedtools/Makefile @@ -13,8 +13,9 @@ COMMENT= Toolset for genome arithmetic 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> +BROKEN_FreeBSD_12_aarch64= fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed +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 |