pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 31 20:28:35 UTC 2026

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: recent releases require Rust >= 1.90


To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 pkgsrc/www/firefox/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.312 pkgsrc/www/firefox/mozilla-common.mk:1.313
--- pkgsrc/www/firefox/mozilla-common.mk:1.312  Sat May 30 18:07:14 2026
+++ pkgsrc/www/firefox/mozilla-common.mk        Sun May 31 20:28:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.312 2026/05/30 18:07:14 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.313 2026/05/31 20:28:35 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -274,7 +274,7 @@ BUILDLINK_API_DEPENDS.libwebp+=     libwebp>
 .include "../../graphics/libwebp/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-RUST_REQ=      1.82.0
+RUST_REQ=      1.90.0
 .include "../../lang/rust/rust.mk"
 .include "../../multimedia/libvpx/buildlink3.mk"
 .include "../../net/libIDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index