Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 22:37:37 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3c59ad12628 - main - graphics/cxxplot: limit BROKEN to 12.3/libc++ (12.4 is fine)
Message-ID:  <202302182237.31IMbb5S085348@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit f3c59ad126286176b917c87be349e49e20f30059
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-18 22:11:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-18 22:37:19 +0000

    graphics/cxxplot: limit BROKEN to 12.3/libc++ (12.4 is fine)
---
 graphics/cxxplot/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/cxxplot/Makefile b/graphics/cxxplot/Makefile
index 266825aa874b..69ee281c35ec 100644
--- a/graphics/cxxplot/Makefile
+++ b/graphics/cxxplot/Makefile
@@ -11,7 +11,10 @@ WWW=		https://github.com/USNavalResearchLaboratory/cxxplot
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
+.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/concepts)
 BROKEN_FreeBSD_12=	build error: 'concepts' file not found
+.endif
 
 USES=		cmake:testing compiler:c++20-lang gl qt:5
 USE_QT=		core gui opengl printsupport widgets buildtools:build qmake:build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302182237.31IMbb5S085348>