Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 22:37:36 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: de7a1dec96e8 - main - devel/qcoro: limit BROKEN to 12.3/libc++ (12.4 is fine)
Message-ID:  <202302182237.31IMbaVG085329@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=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>



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