aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2023-08-24 20:59:29 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2023-08-24 20:59:29 +0000
commit58b3862e67cb314301fe445f91f96b08242b2b00 (patch)
tree134e27e62b72adec91c11df9c0c18aceafacbd45
parent3d913d22f1a4de8028581227075f02afb8d71a0d (diff)
downloadports-58b3862e67cb314301fe445f91f96b08242b2b00.tar.gz
ports-58b3862e67cb314301fe445f91f96b08242b2b00.zip
www/firefox: update to 117.0 (rc2)
while here, tag patches so I don't lose track Release Notes (soon): https://www.mozilla.org/en-US/firefox/117.0/releasenotes/
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn5
-rw-r--r--www/firefox/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc5
4 files changed, 15 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 4de237ef04d8..0ca96afd6008 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,9 +1,10 @@
PORTNAME= firefox
DISTVERSION= 117.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
- MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 1672d14d103d..8e56e7a40813 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692633856
-SHA256 (firefox-117.0.source.tar.xz) = fd1f968731d190167f319a6b1fe2db73f6c79e0d651075332b0f561a6c4659bd
-SIZE (firefox-117.0.source.tar.xz) = 511181236
+TIMESTAMP = 1692906603
+SHA256 (firefox-117.0.source.tar.xz) = fa524cb9a63334d74ef996f3cbaf1559b5836f6c8ef6e890fa20846029242ac7
+SIZE (firefox-117.0.source.tar.xz) = 505712192
diff --git a/www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn b/www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn
index a6b48ed2d169..331a94015301 100644
--- a/www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn
+++ b/www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn
@@ -1,3 +1,8 @@
+commit 93615ae859d1d819b33bbe0e32c5260a467b3625
+Author: Christoph Moench-Tegeder <cmt@burggraben.net>
+
+ enable pipewire on bsd
+
diff --git third_party/libwebrtc/BUILD.gn third_party/libwebrtc/BUILD.gn
index 6eb14773b0a7..d63fd1d5529f 100644
--- third_party/libwebrtc/BUILD.gn
diff --git a/www/firefox/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc b/www/firefox/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc
index fecacd30e209..e83c56760a7c 100644
--- a/www/firefox/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc
+++ b/www/firefox/files/patch-third__party_libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc
@@ -1,3 +1,8 @@
+commit 3524023ca1d2184ab9a5a7cc61695923e6834cc1
+Author: Christoph Moench-Tegeder <cmt@burggraben.net>
+
+ avoid linux-only includes
+
diff --git third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc
index 6a019c64b4b3..18bb43d797dd 100644
--- third_party/libwebrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc