Date: Thu, 24 Aug 2023 21:00:50 GMT From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58b3862e67cb - main - www/firefox: update to 117.0 (rc2) Message-ID: <202308242100.37OL0opJ052375@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=58b3862e67cb314301fe445f91f96b08242b2b00 commit 58b3862e67cb314301fe445f91f96b08242b2b00 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2023-08-24 20:59:29 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2023-08-24 20:59:29 +0000 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/ --- www/firefox/Makefile | 3 ++- www/firefox/distinfo | 6 +++--- .../files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn | 5 +++++ ...libwebrtc_modules_desktop__capture_linux_wayland__egl__dmabuf.cc | 5 +++++ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308242100.37OL0opJ052375>