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: Thu Feb 1 17:13:19 UTC 2024
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: reflect correct minimum NSS and Rust for 122
Fix builds for those of us who don't always have the latest. While
here, drop a now redundant API_DEPENDS requirement.
To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 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.273 pkgsrc/www/firefox/mozilla-common.mk:1.274
--- pkgsrc/www/firefox/mozilla-common.mk:1.273 Sun Dec 31 09:03:55 2023
+++ pkgsrc/www/firefox/mozilla-common.mk Thu Feb 1 17:13:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.273 2023/12/31 09:03:55 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.274 2024/02/01 17:13:18 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -231,7 +231,7 @@ BUILDLINK_API_DEPENDS.libevent+= libeven
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.34
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.94
+BUILDLINK_API_DEPENDS.nss+= nss>=3.95
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
@@ -242,9 +242,8 @@ BUILDLINK_API_DEPENDS.libwebp+= libwebp>
.include "../../graphics/libwebp/buildlink3.mk"
BUILDLINK_DEPMETHOD.clang= build
.include "../../lang/clang/buildlink3.mk"
-RUST_REQ= 1.66.0
+RUST_REQ= 1.70.0
.include "../../lang/rust/rust.mk"
-BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.13.0
.include "../../multimedia/libvpx/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"
# TODO: check again, pkgsrc has hunspell 1.7
Home |
Main Index |
Thread Index |
Old Index