Date: Sat, 15 Jun 2024 07:44:26 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 283d3058fb65 - 2024Q2 - net-im/conduit: Add security/ca_root_nss to RUN_DEPENDS Message-ID: <202406150744.45F7iQ9B039503@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=283d3058fb6598d6c5bd778574268169d14f2808 commit 283d3058fb6598d6c5bd778574268169d14f2808 Author: Fabien Droux <fabien.droux@mailspec.com> AuthorDate: 2024-06-15 07:11:43 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-06-15 07:43:17 +0000 net-im/conduit: Add security/ca_root_nss to RUN_DEPENDS (cherry picked from commit f80c8e344d4d8d666424888cdc369ec43c908931) --- net-im/conduit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index 7fda3336d3b9..67168af012f1 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -1,6 +1,7 @@ PORTNAME= conduit DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= net-im PKGNAMEPREFIX= matrix- @@ -14,6 +15,7 @@ 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} +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cargo gmake USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406150744.45F7iQ9B039503>