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 16:01:35 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: fix previous

Noted by jperkin


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 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.218 pkgsrc/lang/rust/Makefile:1.219
--- pkgsrc/lang/rust/Makefile:1.218     Thu Feb 18 15:41:03 2021
+++ pkgsrc/lang/rust/Makefile   Thu Feb 18 16:01:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.218 2021/02/18 15:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.219 2021/02/18 16:01:35 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+=           bsdtar
+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