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: nia
Date: Sun Sep 27 18:38:35 UTC 2020
Modified Files:
pkgsrc/lang/rust: rust.mk
Log Message:
rust: Switch RUST_TYPE default back to "src", per requests from various devs
If you would still like to avoid the lengthy bootstrapping process, set
RUST_TYPE= bin
in your mk.conf.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/lang/rust/rust.mk:1.6
--- pkgsrc/lang/rust/rust.mk:1.5 Wed Jul 8 14:46:14 2020
+++ pkgsrc/lang/rust/rust.mk Sun Sep 27 18:38:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.5 2020/07/08 14:46:14 jperkin Exp $
+# $NetBSD: rust.mk,v 1.6 2020/09/27 18:38:35 nia Exp $
#
# This file determines the type of rust package to use.
#
@@ -36,11 +36,7 @@
RUST_REQ?= 1.20.0
RUST_RUNTIME?= no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64)
-RUST_TYPE?= bin
-.else
RUST_TYPE?= src
-.endif
.if ${RUST_TYPE} == "bin"
. if ${RUST_RUNTIME} == "no"
Home |
Main Index |
Thread Index |
Old Index