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 to bsdtar from gtar
details: https://anonhg.NetBSD.org/pkgsrc/rev/5648cd2499e0
branches: trunk
changeset: 447257:5648cd2499e0
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 18 15:41:03 2021 +0000
description:
rust: switch to bsdtar from gtar
diffstat:
lang/rust/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6048ebaf1abf -r 5648cd2499e0 lang/rust/Makefile
--- a/lang/rust/Makefile Thu Feb 18 15:23:13 2021 +0000
+++ b/lang/rust/Makefile Thu Feb 18 15:41:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2021/02/14 08:24:30 he Exp $
+# $NetBSD: Makefile,v 1.218 2021/02/18 15:41:03 wiz Exp $
DISTNAME= rustc-1.49.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -443,7 +443,7 @@
#BOOTSTRAP_NAME= ${PKGNAME_NOREV:C/rust/rust-nightly/}-${RUST_ARCH}
BOOTSTRAP_NAME= ${PKGNAME_NOREV}-${RUST_ARCH}
BOOTSTRAP_TMPDIR= ${WRKDIR}/${BOOTSTRAP_NAME}
-USE_TOOLS+= gtar
+#USE_TOOLS+= bsdtar
# The NetBSD part is so far untested, because I could not convince
# the rust build to use the gcc wrapper when building natively,
Home |
Main Index |
Thread Index |
Old Index