Date: Tue, 17 Jun 2025 03:49:06 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4eb8e8f9b615 - main - security/sequoia-chameleon-gnupg: add missing USES=llvm Message-ID: <202506170349.55H3n6v0069403@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb8e8f9b6154b899e8bc29658d3ec1092a32779 commit 4eb8e8f9b6154b899e8bc29658d3ec1092a32779 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-06-17 03:47:10 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-06-17 03:47:10 +0000 security/sequoia-chameleon-gnupg: add missing USES=llvm ...for libclang required by clang-sys crate Reported by: fallout Event: Kitchener-Waterloo Hackathon 202506 --- security/sequoia-chameleon-gnupg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sequoia-chameleon-gnupg/Makefile b/security/sequoia-chameleon-gnupg/Makefile index efb0db92baab..11356e0db288 100644 --- a/security/sequoia-chameleon-gnupg/Makefile +++ b/security/sequoia-chameleon-gnupg/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gpg-agent:security/gnupg TEST_DEPENDS= sq:security/sequoia-sq \ gpg2:security/gnupg -USES= cargo sqlite ssl +USES= cargo llvm sqlite ssl USE_GITLAB= yes GL_ACCOUNT= sequoia-pgphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506170349.55H3n6v0069403>
