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: ryoon
Date: Thu Aug 17 20:43:43 UTC 2023
Modified Files:
pkgsrc/www/firefox: Makefile distinfo mozilla-common.mk options.mk
Log Message:
firefox: Update to 116.0.3
* Make speech-dispatcher denendency as optional and disabled by default.
Changelog:
116.0.3:
Fixed
* Fixed an issue for OPFS users (especially those using the Adobe Photoshop)
that broke access to files that were locally cached in a previous version.
(bug 1847989, bug 1847619)
* Fixed an issue that was breaking screensharing for some users on Wayland. (
bug 1841851)
* Fixed an issue where a fullscreen notification was persistently being shown
to a user, even after disabling it. (bug 1847901)
* Fixed an issue where Firefox would hang when doing a Google search. (bug
1847066)
116.0.2:
Fixed
* Fixed an issue that was causing keystrokes to be scrambled for users using
ZoneAlarm anti-keylogger. (bug 1847033)
116.0.1:
Fixed
* Fixed an issue which caused chart elements to render incorrectly for
Windows users. (bug 1846613)
To generate a diff of this commit:
cvs rdiff -u -r1.566 -r1.567 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.503 -r1.504 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.260 -r1.261 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/firefox/options.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/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.566 pkgsrc/www/firefox/Makefile:1.567
--- pkgsrc/www/firefox/Makefile:1.566 Wed Aug 16 10:41:35 2023
+++ pkgsrc/www/firefox/Makefile Thu Aug 17 20:43:43 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.566 2023/08/16 10:41:35 abs Exp $
+# $NetBSD: Makefile,v 1.567 2023/08/17 20:43:43 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 116.0
-MOZ_BRANCH_MINOR=
+MOZ_BRANCH_MINOR= .3
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.503 pkgsrc/www/firefox/distinfo:1.504
--- pkgsrc/www/firefox/distinfo:1.503 Fri Aug 11 14:00:03 2023
+++ pkgsrc/www/firefox/distinfo Thu Aug 17 20:43:43 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.503 2023/08/11 14:00:03 tnn Exp $
+$NetBSD: distinfo,v 1.504 2023/08/17 20:43:43 ryoon Exp $
-BLAKE2s (firefox-116.0.source.tar.xz) = 4c4470859eb0d87391a31c9a004d3309d218b2b385768369b1078d2c9e515498
-SHA512 (firefox-116.0.source.tar.xz) = 4370c65a99bf8796524aca11ea8e99fa4f875176a5805ad49f35ae149080eb54be42e7eae84627e87e17b88b262649e48f3b30b317170ac7c208960200d1005d
-Size (firefox-116.0.source.tar.xz) = 515487160 bytes
+BLAKE2s (firefox-116.0.3.source.tar.xz) = 22e0a147eaeab2c65516f3bd7277ba7ff45e232d7f2ba56179f6f5a6c88bd6c0
+SHA512 (firefox-116.0.3.source.tar.xz) = 194c50e9ba5a918c37fbef8cd72ffb98e5e9f51955d8172b6666a758b5f20777ca0a7f79dff0328305fb6dafefb102ab002e326f47d0965a4dc6d3e9287c42b9
+Size (firefox-116.0.3.source.tar.xz) = 520884220 bytes
BLAKE2s (nodejs-output-116.0.tgz) = 3d453c6500fa7c93997c795a937b581aa4494b54293218b6657758a2102fee97
SHA512 (nodejs-output-116.0.tgz) = 16354fc33c3ccf4a8f392a410fc94d4851391621f2e4e3e15bfbb75027e0a9ae7f9f771391988f1ac177cb5d0deab70a4abdc71bfe4bfe39ac3e428a40e909a0
Size (nodejs-output-116.0.tgz) = 219731 bytes
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.260 pkgsrc/www/firefox/mozilla-common.mk:1.261
--- pkgsrc/www/firefox/mozilla-common.mk:1.260 Fri Aug 11 14:00:03 2023
+++ pkgsrc/www/firefox/mozilla-common.mk Thu Aug 17 20:43:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.260 2023/08/11 14:00:03 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.261 2023/08/17 20:43:43 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -226,7 +226,6 @@ CONFIGURE_ENV.NetBSD+= ac_cv_thread_keyw
# In unspecified case, clock_gettime(CLOCK_MONOTONIC, ...) fails.
CONFIGURE_ENV.NetBSD+= ac_cv_clock_monotonic=
-.include "../../audio/speech-dispatcher/buildlink3.mk"
.include "../../sysutils/pciutils/buildlink3.mk"
.include "../../mk/atomic64.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.74 pkgsrc/www/firefox/options.mk:1.75
--- pkgsrc/www/firefox/options.mk:1.74 Sat Jul 22 09:00:24 2023
+++ pkgsrc/www/firefox/options.mk Thu Aug 17 20:43:43 2023
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.74 2023/07/22 09:00:24 nia Exp $
+# $NetBSD: options.mk,v 1.75 2023/08/17 20:43:43 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc
-PKG_SUPPORTED_OPTIONS+= dbus
+PKG_SUPPORTED_OPTIONS+= dbus speechd
PKG_SUPPORTED_OPTIONS+= alsa pulseaudio sunaudio jack
.if ${OPSYS} == "Linux"
@@ -93,4 +93,11 @@ CONFIGURE_ARGS+= --enable-webrtc
CONFIGURE_ARGS+= --disable-webrtc
.endif
+.if !empty(PKG_OPTIONS:Mspeechd)
+.include "../../audio/speech-dispatcher/buildlink3.mk"
+CONFIGURE_ARGS+= --enable-synth-speechd
+.else
+CONFIGURE_ARGS+= --disable-synth-speechd
+.endif
+
CONFIGURE_ARGS+= --audio-backends=${AUDIO_BACKENDS:ts,}
Home |
Main Index |
Thread Index |
Old Index