pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust rust: PYTHON_FOR_BUILD_ONLY. Bump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a6b8eaf0a99
branches:  trunk
changeset: 327519:1a6b8eaf0a99
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jan 03 03:12:30 2019 +0000

description:
rust: PYTHON_FOR_BUILD_ONLY. Bump.

diffstat:

 lang/rust/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 08ee906bd0b5 -r 1a6b8eaf0a99 lang/rust/Makefile
--- a/lang/rust/Makefile        Thu Jan 03 01:05:46 2019 +0000
+++ b/lang/rust/Makefile        Thu Jan 03 03:12:30 2019 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index