Date: Mon, 15 Jan 2024 06:29:33 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: 234300d59466 - 2024Q1 - net-im/conduit: Broken on powerpc64le Message-ID: <202401150629.40F6TXhs097183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=234300d59466c06e4b01e3cbfd451f1c8f3f9784 commit 234300d59466c06e4b01e3cbfd451f1c8f3f9784 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:30 +0000 net-im/conduit: Broken on powerpc64le Reported by: fallout (cherry picked from commit e7eae61ccb9c16bf2fc776d7c61801b4c4fbc4f2) --- net-im/conduit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index 633d7d1491d4..db6b82288f1c 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401150629.40F6TXhs097183>