Skip to content

Commit

Permalink
www/firefox: update to 132.0 (rc1)
Browse files Browse the repository at this point in the history
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/132.0beta/releasenotes/

(cherry picked from commit 605106a)
  • Loading branch information
moench-tegeder committed Oct 21, 2024
1 parent 333db3c commit 359299f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
8 changes: 4 additions & 4 deletions www/firefox/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= firefox
DISTVERSION= 131.0.3
DISTVERSION= 132.0
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
Expand All @@ -11,12 +11,12 @@ COMMENT= Web browser based on the browser portion of Mozilla
WWW= https://www.mozilla.com/firefox

BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nss>=3.104:security/nss \
nss>=3.105:security/nss \
icu>=73.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=9.0.0:print/harfbuzz \
harfbuzz>=10.0.1:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
png>=1.6.43:graphics/png \
png>=1.6.44:graphics/png \
dav1d>=1.0.0:multimedia/dav1d \
libvpx>=1.14.1:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions www/firefox/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1728855804
SHA256 (firefox-131.0.3.source.tar.xz) = 7a7df3f97737453efaa243ca9dbaf95d0f0f833c5dc8afacb5704ee16ef060d0
SIZE (firefox-131.0.3.source.tar.xz) = 568937752
TIMESTAMP = 1729545206
SHA256 (firefox-132.0.source.tar.xz) = 8908b144895b354460c6975291b75ea804b07bf9bb0ee386eafeaf3c82c55c7e
SIZE (firefox-132.0.source.tar.xz) = 564734500
22 changes: 13 additions & 9 deletions www/firefox/files/patch-libwebrtc-generated
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
commit da3b4d2fa4d2a502149450e93d2ceaee9eb8d8e4
commit 92b3c1de6620a3031f08835ef1d374b60fb46a2c
Author: Christoph Moench-Tegeder <[email protected]>
Date: Wed Sep 18 20:59:22 2024 +0000

regenerate FreeBSD libwebrtc patch for Firefox 131
regenerate FreeBSD libwebrtc patch for Firefox 132

diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build
index 2dbd5881583e..332ca04819ee 100644
Expand Down Expand Up @@ -7503,7 +7502,7 @@ index f1716e6b6267..7d3b6bae0048 100644
-
Library("frame_encryptor_interface_gn")
diff --git third_party/libwebrtc/api/crypto/options_gn/moz.build third_party/libwebrtc/api/crypto/options_gn/moz.build
index fae93b139253..5726c9c835be 100644
index a9e9b0cd9473..5726c9c835be 100644
--- third_party/libwebrtc/api/crypto/options_gn/moz.build
+++ third_party/libwebrtc/api/crypto/options_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
Expand All @@ -7528,7 +7527,7 @@ index fae93b139253..5726c9c835be 100644

FINAL_LIBRARY = "xul"

@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]:
@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":

DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
Expand All @@ -7547,6 +7546,10 @@ index fae93b139253..5726c9c835be 100644
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
- OS_LIBS += [
- "log"
- ]
-
-if CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["WEBRTC_MAC"] = True
Expand Down Expand Up @@ -58055,10 +58058,10 @@ index a4fb8b3162bd..f70faede2fba 100644
Library("desktop_capture_gn")
diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build
deleted file mode 100644
index 0a76b27ceb41..000000000000
index 88222c2ec906..000000000000
--- third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build
+++ /dev/null
@@ -1,78 +0,0 @@
@@ -1,79 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Expand Down Expand Up @@ -58108,6 +58111,7 @@ index 0a76b27ceb41..000000000000
- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_cgimage.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_iosurface.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_provider.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mac/sck_picker_handle.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mac/screen_capturer_mac.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mac/screen_capturer_sck.mm",
- "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm",
Expand Down Expand Up @@ -99208,7 +99212,7 @@ index b99c992d4953..b1f2505dadb4 100644

Library("video_stream_buffer_controller_gn")
diff --git third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build
index a51248556ab1..23e6fa0a8b70 100644
index b1d59382d51a..b102d5288fbe 100644
--- third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build
+++ third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
Expand All @@ -99233,7 +99237,7 @@ index a51248556ab1..23e6fa0a8b70 100644

FINAL_LIBRARY = "xul"

@@ -48,190 +58,32 @@ if not CONFIG["MOZ_DEBUG"]:
@@ -51,190 +61,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":

DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
Expand Down

0 comments on commit 359299f

Please sign in to comment.