git: 69cb7ba0291c - main - devel/concurrencpp: limit BROKEN to 12.3/libc++ (12.4 is fine)

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 18 Feb 2023 22:37:35 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69cb7ba0291c42da06d9a42b2473b978a5e5c50d

commit 69cb7ba0291c42da06d9a42b2473b978a5e5c50d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-18 22:07:17 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-18 22:37:19 +0000

    devel/concurrencpp: limit BROKEN to 12.3/libc++ (12.4 is fine)
---
 devel/concurrencpp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 50facc6bc819..865f7c22f7a7 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -10,7 +10,10 @@ WWW=		https://github.com/David-Haim/concurrencpp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
+.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/semaphore)
 BROKEN_FreeBSD_12=	fatal error: 'semaphore' file not found (missing C++ include <semaphore>)
+.endif
 
 USES=		cmake compiler:c++20-lang