git: be9f120a6a6e - main - devel/qcoro: mark BROKEN on FreeBSD 12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 21:23:37 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=be9f120a6a6e56627179d8df123056844d8fad47 commit be9f120a6a6e56627179d8df123056844d8fad47 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-05-08 21:21:43 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-05-08 21:21:43 +0000 devel/qcoro: mark BROKEN on FreeBSD 12 The results from the cluster for previous commit to this port are in: it's broken. Since we do not have a 'compiler:c++20-lang' setting yet, we can't demand a compiler that understands <concepts>, not easily. On FreeBSD 13 and later, we have Clang 13 or later and it just happens to work out. --- devel/qcoro/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile index 5c808d929670..d90350d08295 100644 --- a/devel/qcoro/Makefile +++ b/devel/qcoro/Makefile @@ -20,6 +20,8 @@ GH_ACCOUNT= danvratil CMAKE_OFF= QCORO_BUILD_EXAMPLES CMAKE_ARGS= -DUSE_QT_VERSION=5 +BROKEN_FreeBSD_12= requires recent C++ compiler + PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= b4abc5874103.patch:-p1