aboutsummaryrefslogtreecommitdiff
path: root/biology/bedtools/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
commitf1696c0036d9217bb6826834f7a36d1edc5503a2 (patch)
tree9332e3d29b9f67e05c02052339c1fc25be6de3b5 /biology/bedtools/Makefile
parent3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff)
downloadports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz
ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.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)
Notes
Notes: svn path=/head/; revision=456719
Diffstat (limited to 'biology/bedtools/Makefile')
-rw-r--r--biology/bedtools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile
index 2e587e209cf0..6d4928122d65 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