Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2022 00:22:48 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03c2cf9f807e - main - graphics/cxxplot: Broken on 12
Message-ID:  <202211140022.2AE0Mma1001645@gitrepo.freebsd.org>

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

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

commit 03c2cf9f807ecdb68ed6ebb409ccc878d0ec5aab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-13 23:37:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-14 00:22:46 +0000

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

diff --git a/graphics/cxxplot/Makefile b/graphics/cxxplot/Makefile
index cfcdb202ccf6..266825aa874b 100644
--- a/graphics/cxxplot/Makefile
+++ b/graphics/cxxplot/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/USNavalResearchLaboratory/cxxplot
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN_FreeBSD_12=	build error: 'concepts' file not found
+
 USES=		cmake:testing compiler:c++20-lang gl qt:5
 USE_QT=		core gui opengl printsupport widgets buildtools:build qmake:build
 USE_GL=		gl opengl



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