pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: bump minimum Rust version require...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24c174ddb75c
branches:  trunk
changeset: 321317:24c174ddb75c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Mar 20 00:30:07 2019 +0000

description:
firefox: bump minimum Rust version required to 1.31.0

No PKGREVISION, build fix for those with older versions of Rust
installed. (I was hanging on with 1.30.1 until now.)

diffstat:

 www/firefox/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 417eb9f4f21d -r 24c174ddb75c www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Mar 19 23:52:00 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Mar 20 00:30:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.128 2019/03/15 12:52:42 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.129 2019/03/20 00:30:07 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -230,7 +230,7 @@
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1
 .include "../../lang/clang/buildlink3.mk"
 BUILDLINK_DEPMETHOD.rust=      build
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.24.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.31.0
 .include "../../lang/rust/buildlink3.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index