git: 4d07db345e11 - main - devel/cppcheck: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 06:57:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d07db345e11b4b2a87d197a00918caff2a6a415 commit 4d07db345e11b4b2a87d197a00918caff2a6a415 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 06:52:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 06:57:13 +0000 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 --- devel/cppcheck/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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