pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sequoia-sq: finish package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 28 16:56:57 2024 +0100
Changeset:	045e6eef1182a26d52c48cc2ae524d0864ad577a

Modified Files:
	sequoia-sq/Makefile

Log Message:
sequoia-sq: finish package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=045e6eef1182a26d52c48cc2ae524d0864ad577a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sequoia-sq/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/sequoia-sq/Makefile b/sequoia-sq/Makefile
index 1421d21f55..a450fc6eca 100644
--- a/sequoia-sq/Makefile
+++ b/sequoia-sq/Makefile
@@ -5,12 +5,12 @@ DISTNAME=	sequoia-sq-0.33.0
 #PKGNAME=	${DISTNAME:S,-v,-,}
 CATEGORIES=	security
 #MASTER_SITES=	${MASTER_SITE_GITLAB:=sequoia-pgp/sequoia-sq/-/archive/v0.33.0/}
-MASTER_SITES=  ${MASTER_SITE_GITLAB:=sequoia-pgp/}
+MASTER_SITES=	${MASTER_SITE_GITLAB:=sequoia-pgp/}
 GITLAB_PROJECT=	sequoia-sq
 GITLAB_RELEASE=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://sequoia-pgp.gitlab.io/sq-user-guide/	
+HOMEPAGE=	https://sequoia-pgp.gitlab.io/sq-user-guide/
 COMMENT=	Sequoia-PGP command line tool
 LICENSE=	gnu-gpl-v2
 
@@ -22,8 +22,11 @@ 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
 
 .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