Received: by mail.netbsd.org (Postfix, from userid 605) id B841784DAE; Thu, 3 Jan 2019 03:12:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3766484DA7 for ; Thu, 3 Jan 2019 03:12:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4L8WTkBI7nUy for ; Thu, 3 Jan 2019 03:12:30 +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 8D2E184CEF for ; Thu, 3 Jan 2019 03:12:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E642FB16; Thu, 3 Jan 2019 03:12:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546485150140410" MIME-Version: 1.0 Date: Thu, 3 Jan 2019 03:12:30 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20190103031230.7E642FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1546485150140410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Jan 3 03:12:30 UTC 2019 Modified Files: pkgsrc/lang/rust: Makefile Log Message: rust: PYTHON_FOR_BUILD_ONLY. Bump. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/lang/rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546485150140410 Content-Disposition: inline Content-Length: 797 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.71 pkgsrc/lang/rust/Makefile:1.72 --- pkgsrc/lang/rust/Makefile:1.71 Thu Jan 3 01:05:46 2019 +++ pkgsrc/lang/rust/Makefile Thu Jan 3 03:12:30 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2019/01/03 01:05:46 tnn Exp $ +# $NetBSD: Makefile,v 1.72 2019/01/03 03:12:30 tnn Exp $ DISTNAME= rustc-1.31.1-src +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/ @@ -18,6 +19,7 @@ USE_TOOLS+= bash ggrep gmake perl:build BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake HAS_CONFIGURE= yes +PYTHON_FOR_BUILD_ONLY= yes CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= src/bootstrap/configure.py CONFIGURE_ARGS+= --prefix=${PREFIX} --_----------=_1546485150140410--