pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Switch RUST_TYPE default back to "src"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd050f387627
branches:  trunk
changeset: 439713:dd050f387627
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 27 18:38:35 2020 +0000

description:
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.

diffstat:

 lang/rust/rust.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r ff78c0f1df22 -r dd050f387627 lang/rust/rust.mk
--- a/lang/rust/rust.mk Sun Sep 27 16:32:01 2020 +0000
+++ b/lang/rust/rust.mk Sun Sep 27 18:38:35 2020 +0000
@@ -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