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:   wiz
Date:           Thu Feb 18 15:41:03 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: switch to bsdtar from gtar


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/lang/rust/Makefile

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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.217 pkgsrc/lang/rust/Makefile:1.218
--- pkgsrc/lang/rust/Makefile:1.217     Sun Feb 14 08:24:30 2021
+++ pkgsrc/lang/rust/Makefile   Thu Feb 18 15:41:03 2021
@@ -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 @@ GENERATE_PLIST+=    ${FIND} ${DESTDIR}${PRE
 #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