aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 06:52:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 06:57:13 +0000
commit4d07db345e11b4b2a87d197a00918caff2a6a415 (patch)
tree6488ed27adc8eb3f2fa7fd466f7e2649e8ce8e91
parent4b87c88e29a4bc388f2abb490e14c9497ee13226 (diff)
downloadports-4d07db345e11b4b2a87d197a00918caff2a6a415.tar.gz
ports-4d07db345e11b4b2a87d197a00918caff2a6a415.zip
devel/cppcheck: Mark BROKEN on 14
Fails to compile: /usr/include/c++/v1/vector:372:5: error: static_assert failed due to requirement 'is_same<TaggedAllocator<Token *, 9>, std::allocator<Token *>>::value' "[allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator" static_assert(is_same<allocator_type, __rebind_alloc<__alloc_traits, value_type> >::value, Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/cppcheck/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 1c724afa7a81..5065e238bf84 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
+BROKEN_FreeBSD_14= fails to compile: static_assert failed due to requirement
+
USES= compiler:c++11-lib cmake shebangfix tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= danmar