Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2021 08:36:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 07f5f8d1a4e4 - 2021Q4 - devel/concurrencpp: Broken on FreeBSD 12
Message-ID:  <202112070836.1B78alBw075049@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07f5f8d1a4e4dbf5937de0542d7ad0299f0f1e31

commit 07f5f8d1a4e4dbf5937de0542d7ad0299f0f1e31
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-10-11 07:35:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-07 08:36:44 +0000

    devel/concurrencpp: Broken on FreeBSD 12
    
    Reported by:    fallout
    
    (cherry picked from commit bff97e5ad7f54a896bd8936ed6899934e4542c78)
---
 devel/concurrencpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 2ac84cc48431..c137acff6364 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -9,6 +9,8 @@ COMMENT=	C++ concurrency library: tasks, executors, timers, C++20 coroutines
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_12=	fatal error: 'semaphore' file not found (missing C++ include <semaphore>)
+
 USES=		cmake compiler:c++17-lang # should be compiler:c++20-lang
 
 USE_GITHUB=	yes



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