pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sequoia-sq
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 27 09:51:17 UTC 2026
Modified Files:
pkgsrc/security/sequoia-sq: Makefile
Log Message:
sequoia-sq: clang -> tool dependency
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/sequoia-sq/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sequoia-sq/Makefile
diff -u pkgsrc/security/sequoia-sq/Makefile:1.16 pkgsrc/security/sequoia-sq/Makefile:1.17
--- pkgsrc/security/sequoia-sq/Makefile:1.16 Wed Jan 7 08:48:46 2026
+++ pkgsrc/security/sequoia-sq/Makefile Tue Jan 27 09:51:17 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2026/01/07 08:48:46 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/01/27 09:51:17 wiz Exp $
DISTNAME= sequoia-sq-1.3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITLAB:=sequoia-pgp/}
GITLAB_PROJECT= sequoia-sq
@@ -12,6 +12,9 @@ HOMEPAGE= https://sequoia-pgp.gitlab.io/
COMMENT= Sequoia-PGP command line tool
LICENSE= gnu-gpl-v2
+# bindgen needs libclang
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
+
# See, https://github.com/briansmith/ring/issues/1999
.include "../../mk/compiler/i386-sse2.mk"
@@ -26,7 +29,6 @@ USE_TOOLS+= pkg-config
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.nettle}/lib
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
INSTALLATION_DIRS+= share/bash-completion/completions
@@ -40,7 +42,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/target/release/build/sequoia-sq-*/out/shell-completions/_sq ${DESTDIR}${PREFIX}/share/zsh/site-functions
.include "../../lang/rust/cargo.mk"
-.include "../../lang/clang/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/nettle/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index