Received: by mail.netbsd.org (Postfix, from userid 605) id 5926984D61; Thu, 18 Feb 2021 16:01:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9314884D44 for ; Thu, 18 Feb 2021 16:01:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TmXj1x8rLAC8 for ; Thu, 18 Feb 2021 16:01:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EB44A84C86 for ; Thu, 18 Feb 2021 16:01:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E50FCFA95; Thu, 18 Feb 2021 16:01:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161366409594400" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 16:01:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210218160135.E50FCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161366409594400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_161366409594400 Content-Disposition: inline Content-Length: 851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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, --_----------=_161366409594400--