svn commit: r443826 - head/lang/rust
Jean-Sébastien Pédron
dumbbell at FreeBSD.org
Sun Jun 18 12:20:02 UTC 2017
Author: dumbbell
Date: Sun Jun 18 12:20:01 2017
New Revision: 443826
URL: https://svnweb.freebsd.org/changeset/ports/443826
Log:
lang/rust: Fix value of ${CARGO_BOOTSTRAP_DIR_aarch64}
It was pointing to the wrong directory.
Reported by: jbeich@
Modified:
head/lang/rust/Makefile
Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile Sun Jun 18 11:01:35 2017 (r443825)
+++ head/lang/rust/Makefile Sun Jun 18 12:20:01 2017 (r443826)
@@ -54,7 +54,7 @@ RUSTC_BOOTSTRAP= ${RUST_BOOTSTRAP_DIR_${ARCH}:U${RUST
RUST_STD_BOOTSTRAP= ${RUST_BOOTSTRAP_DIR_${ARCH}:U${RUST_BOOTSTRAP_DIR}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
CARGO_BOOTSTRAP_DIR?= ${RUST_BOOTSTRAP_DIR}
-CARGO_BOOTSTRAP_DIR_aarch64?= ${RUST_BOOTSTRAP_DIR}
+CARGO_BOOTSTRAP_DIR_aarch64?= ${RUST_BOOTSTRAP_DIR_aarch64}
CARGO_BOOTSTRAP_VERSION?= 0.18.0
CARGO_BOOTSTRAP_VERSION_aarch64?=0.18.0
CARGO_BOOTSTRAP= ${CARGO_BOOTSTRAP_DIR_${ARCH}:U${CARGO_BOOTSTRAP_DIR}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}${EXTRACT_SUFX}
More information about the svn-ports-head
mailing list