git: 9352e14ce169 - main - science/agrum: Broken on 12

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 24 Mar 2023 07:01:02 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9352e14ce169236912c5c3c9ec7dd233976ef876

commit 9352e14ce169236912c5c3c9ec7dd233976ef876
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-24 06:52:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-24 06:52:29 +0000

    science/agrum: Broken on 12
    
    Reported by:    fallout
---
 science/agrum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index 05e734198bec..fa53c8d5cf13 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -9,6 +9,8 @@ WWW=		https://agrum.gitlab.io/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12=	requires modern C++ compiler: error: invalid value 'c++2b'
+
 USES=		cmake compiler:c++20-lang shebangfix # the 'act' executable uses 'python' and is broken, when act is broken CMakeLists.txt builds with default configuration which is fine
 USE_LDCONFIG=	yes