pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jan 12 15:37:32 UTC 2021
Modified Files:
pkgsrc/lang/rust: cargo.mk
Log Message:
rust: Disable SSP checks which will always fail.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/rust/cargo.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/cargo.mk
diff -u pkgsrc/lang/rust/cargo.mk:1.23 pkgsrc/lang/rust/cargo.mk:1.24
--- pkgsrc/lang/rust/cargo.mk:1.23 Tue Oct 20 19:03:07 2020
+++ pkgsrc/lang/rust/cargo.mk Tue Jan 12 15:37:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.23 2020/10/20 19:03:07 tnn Exp $
+# $NetBSD: cargo.mk,v 1.24 2021/01/12 15:37:32 jperkin Exp $
#
# Common logic that can be used by packages that depend on cargo crates
# from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -21,6 +21,8 @@
MASTER_SITES?= -${MASTER_SITE_CRATESIO}${PKGBASE}/${PKGVERSION_NOREV}/download
+CHECK_SSP_SUPPORTED= no
+
.include "../../lang/rust/rust.mk"
USE_TOOLS+= bsdtar digest
Home |
Main Index |
Thread Index |
Old Index