git: 03c2cf9f807e - main - graphics/cxxplot: Broken on 12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Nov 2022 00:22:48 UTC
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