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: js
Date: Sat Aug 10 10:50:42 UTC 2024
Modified Files:
pkgsrc/lang/rust: rust.mk
Log Message:
Introduce RUST_TYPE=native
So far, it seems it needs no changes whatsoever and I could successfully build
py-cryptography with native rustc + cargo on Fedora, so let's document this as
a possible value so we can standardize on one value for a native Rust
toolchain, should special handling become necessary in the future.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/rust/rust.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/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.9 pkgsrc/lang/rust/rust.mk:1.10
--- pkgsrc/lang/rust/rust.mk:1.9 Sun Jul 7 11:00:37 2024
+++ pkgsrc/lang/rust/rust.mk Sat Aug 10 10:50:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.9 2024/07/07 11:00:37 wiz Exp $
+# $NetBSD: rust.mk,v 1.10 2024/08/10 10:50:42 js Exp $
#
# This file determines the type of rust package to use.
#
@@ -14,7 +14,7 @@
# Official Rust binaries are only published for certain platforms,
# including Darwin, FreeBSD, Linux, and NetBSD x86_64.
#
-# Possible values: src bin
+# Possible values: src bin native
# Default: src
#
# === Package-settable variables ===
Home |
Main Index |
Thread Index |
Old Index