git: e7eae61ccb9c - main - net-im/conduit: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 06:29:12 UTC
The branch main has been updated by yuri:

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

commit e7eae61ccb9c16bf2fc776d7c61801b4c4fbc4f2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 06:28:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 06:29:10 +0000

    net-im/conduit: Broken on powerpc64le
    
    Reported by:    fallout
---
 net-im/conduit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile
index a49378ac0eb9..9bcb3d5fd394 100644
--- a/net-im/conduit/Makefile
+++ b/net-im/conduit/Makefile
@@ -12,6 +12,8 @@ WWW=		https://conduit.rs/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416
+
 BUILD_DEPENDS=	${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}
 
 USES=		cargo gmake