git: dbb2ed965a7e - main - devel/concurrencpp: Broken on 11

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 18 19:38:19 UTC 2021


The branch main has been updated by yuri:

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

commit dbb2ed965a7e2658f838945e3fcaf944e3667296
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-18 19:00:24 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-18 19:37:08 +0000

    devel/concurrencpp: Broken on 11
    
    Reported by:    fallout
---
 devel/concurrencpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 2ac84cc48431..5eb8b44fb24d 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_11=	fatal error: 'semaphore' file not found
+
 USES=		cmake compiler:c++17-lang # should be compiler:c++20-lang
 
 USE_GITHUB=	yes


More information about the dev-commits-ports-main mailing list