git: de7a1dec96e8 - main - devel/qcoro: limit BROKEN to 12.3/libc++ (12.4 is fine)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 22:37:36 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5d
commit de7a1dec96e8accfbebc48c8d1fcd8cf257a7f5d
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-18 22:09:32 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-18 22:37:19 +0000
devel/qcoro: limit BROKEN to 12.3/libc++ (12.4 is fine)
---
devel/qcoro/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile
index ebe2af46e180..6728c306e363 100644
--- a/devel/qcoro/Makefile
+++ b/devel/qcoro/Makefile
@@ -27,6 +27,9 @@ CMAKE_ARGS= -DUSE_QT_VERSION=${FLAVOR:S/qt//}
PLIST_SUB= QT_VER=${FLAVOR:S/qt//}
+# 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= requires recent C++ compiler
+.endif
.include <bsd.port.mk>