aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuki Makino <tatsuki_makino@hotmail.com>2023-04-18 08:44:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-05-26 03:48:41 +0000
commitea1e7e4df533eadce4c3ee65e99cda8a662220c1 (patch)
tree3357f80fd266251af174195934492e7a64cd611f
parent51556db532a13eb88fa01eede27ccdc40801c942 (diff)
downloadports-ea1e7e4df533eadce4c3ee65e99cda8a662220c1.tar.gz
ports-ea1e7e4df533eadce4c3ee65e99cda8a662220c1.zip
www/firefox: respect media.cubeb.backend
PR: 270436
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/firefox/files/patch-bug142715210
2 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index ebdd5bb796de..a245d8d21af9 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,5 +1,6 @@
PORTNAME= firefox
DISTVERSION= 113.0.2
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
diff --git a/www/firefox/files/patch-bug1427152 b/www/firefox/files/patch-bug1427152
new file mode 100644
index 000000000000..49bd5a581ac8
--- /dev/null
+++ b/www/firefox/files/patch-bug1427152
@@ -0,0 +1,10 @@
+--- modules/libpref/Preferences.cpp.orig 2023-05-11 21:42:41 UTC
++++ modules/libpref/Preferences.cpp
+@@ -6126,6 +6126,7 @@ static const PrefListEntry sDynamicPrefOverrideList[]{
+ PREF_LIST_ENTRY("logging.config.LOG_FILE"),
+ PREF_LIST_ENTRY("media.audio_loopback_dev"),
+ PREF_LIST_ENTRY("media.decoder-doctor."),
++ PREF_LIST_ENTRY("media.cubeb.backend"),
+ PREF_LIST_ENTRY("media.cubeb.output_device"),
+ PREF_LIST_ENTRY("media.getusermedia.fake-camera-name"),
+ PREF_LIST_ENTRY("media.hls.server.url"),