git: 8d7003b29864 - main - net/rsocket-cpp: Broken

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 07 Dec 2021 09:01:47 UTC
The branch main has been updated by yuri:

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

commit 8d7003b2986497b89210590b6ed155cd5f69ccee
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-07 09:01:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-07 09:01:26 +0000

    net/rsocket-cpp: Broken
---
 net/rsocket-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile
index e2bb5dd10b92..9bfbe9ebdaa2 100644
--- a/net/rsocket-cpp/Makefile
+++ b/net/rsocket-cpp/Makefile
@@ -9,6 +9,8 @@ COMMENT=	C++ implementation of RSocket
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		build fails with latest devel/folly, no upstream support provided: https://github.com/rsocket/rsocket-cpp/issues/906
+
 BUILD_DEPENDS=	libfmt>0:devel/libfmt
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \
 		libdouble-conversion.so:devel/double-conversion \