pkgsrc-WIP-changes archive

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

Add support for mktool to the coming Rust packages



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Oct 11 13:13:50 2024 +0200
Changeset:	62009f96db8cefe30fe19b38543a17a22c206df9

Modified Files:
	rust180/cargo.mk
	rust181/cargo.mk

Log Message:
Add support for mktool to the coming Rust packages

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

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

diffstat:
 rust180/cargo.mk | 2 +-
 rust181/cargo.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/rust180/cargo.mk b/rust180/cargo.mk
index 2b75450d19..b57d01de95 100644
--- a/rust180/cargo.mk
+++ b/rust180/cargo.mk
@@ -25,7 +25,7 @@ CHECK_SSP_SUPPORTED=	no
 
 .include "../../lang/rust/rust.mk"
 
-USE_TOOLS+=		bsdtar
+USE_TOOLS+=		bsdtar digest
 CARGO_VENDOR_DIR=	${WRKDIR}/vendor
 CARGO_WRKSRC?=		${WRKSRC}
 
diff --git a/rust181/cargo.mk b/rust181/cargo.mk
index 2b75450d19..b57d01de95 100644
--- a/rust181/cargo.mk
+++ b/rust181/cargo.mk
@@ -25,7 +25,7 @@ CHECK_SSP_SUPPORTED=	no
 
 .include "../../lang/rust/rust.mk"
 
-USE_TOOLS+=		bsdtar
+USE_TOOLS+=		bsdtar digest
 CARGO_VENDOR_DIR=	${WRKDIR}/vendor
 CARGO_WRKSRC?=		${WRKSRC}
 


Home | Main Index | Thread Index | Old Index