aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr/files
Commit message (Collapse)AuthorAgeFilesLines
* devel/rust-cbindgen: update to 0.24.3Jan Beich2022-06-171-0/+27
| | | | | | | | Changes: https://github.com/eqrion/cbindgen/releases/tag/v0.24.0 Changes: https://github.com/eqrion/cbindgen/releases/tag/v0.24.1 Changes: https://github.com/eqrion/cbindgen/releases/tag/v0.24.2 Changes: https://github.com/eqrion/cbindgen/releases/tag/v0.24.3 Reported by: GitHub (watch releases)
* multimedia/dav1d: update to 1.0.0Jan Beich2022-03-181-0/+45
| | | | | Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0 Reported by: Repology
* www/firefox www/firefox-esr mail/thunderbird: fix build with libc++ 14Dimitry Andric2022-03-161-0/+69
| | | | | | | | | | | | | | | | | | | | | | Mozilla attempts to redefine several internal libc++ functions, such as __throw_out_of_range(). With libc++ 14 and higher, this now leads to compile errors: In file included from /wrkdirs/usr/ports/www/firefox/work/.build/dist/system_wrappers/deque:3: /usr/include/c++/v1/deque:1865:9: error: call to '__throw_out_of_range' is ambiguous _VSTD::__throw_out_of_range("deque"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/__config:824:15: note: expanded from macro '_VSTD' ^ /wrkdirs/usr/ports/www/firefox/work/.build/dist/include/mozilla/throw_gcc.h:97:59: note: candidate function MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_out_of_range( ^ /usr/include/c++/v1/stdexcept:264:6: note: candidate function void __throw_out_of_range(const char*__msg) ^ To work around this issue, avoid redefining those internal libc++ functions, if _LIBCPP_VERSION is set.
* www/firefox-esr: update to 91.6.0 (rc1)Christoph Moench-Tegeder2022-02-011-26/+0
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.6.0/releasenotes/
* www/firefox-esr: update to 91.5.0Christoph Moench-Tegeder2022-01-111-50/+0
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/91.5.0/releasenotes/
* www/firefox: replace 571ee96df4f6 with upstream fixJan Beich2021-12-261-8/+9
| | | | Rename the patch to facilitate pruning on update.
* graphics/wayland: update to 1.20.0Jan Beich2021-12-101-0/+25
| | | | | | | Changes: https://lists.freedesktop.org/archives/wayland-devel/2021-December/042064.html PR: 258547 Exp-run by: antoine Approved by: manu
* www/firefox: unbreak PipeWire support after 8691df3a5142Jan Beich2021-11-211-0/+73
| | | | | | | | | libpipewire is used on demand via dlopen(). Currently, only enabled for WebRTC getUserMedia (screen capture) under Wayland. https://searchfox.org/mozilla-release/rev/e2929d8cad28/third_party/libwebrtc/webrtc/modules/desktop_capture/screen_capturer_linux.cc#28 PR: 259621
* www/firefox-esr: expose PipeWire support after c58401d4dda5Jan Beich2021-11-211-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | Should work on wlroots-based compositors. For example, # pkg install firefox sway pam_xdg xdg-desktop-portal-wlr xdg-desktop-portal # sysrc seatd_enable=YES # service seatd start # echo 'session optional pam_xdg.so notroot runtime' >>/etc/pam.d/system $ exit # log out to pick up XDG_RUNTIME_DIR <new login> $ export XDG_CURRENT_DESKTOP=sway $ export MOZ_ENABLE_WAYLAND=1 $ dbus-daemon --session --fork --address=unix:runtime=yes $ sway <GUI session> $ dbus-update-activation-environment --all $ daemon -f pipewire $ firefox https://mozilla.github.io/webrtc-landing/gum_test.html <click on "Screen Capture"> <select "Use operating system settings"> <click on "Allow" button> <select via cursor the desired screen (output display)> <notice the screen mirrored on the web page>
* www/firefox-esr: fix build on powerpc64*Piotr Kubaj2021-11-081-7/+4
| | | | Copy the patch from mail/thunderbird.
* www/firefox-esr: fix build on i386Christoph Moench-Tegeder2021-11-071-0/+93
| | | | | | same fix as firefox in edae8a1c040482b1cc559eee4f6d626288d54965 Reported by: ports-fallout
* www/firefox-esr: update to 91.3.0Christoph Moench-Tegeder2021-11-0211-1554/+183
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/91.3.0/releasenotes/
* www/firefox-esr: Unbreak build with Rust 1.56.0Tobias Kortkamp2021-10-251-0/+21
| | | | | | | | | | | | | | error[E0557]: feature has been removed --> /wrkdirs/usr/ports/www/firefox-esr/work/firefox-78.15.0/third_party/rust/packed_simd/src/lib.rs:202:41 | 202 | #![cfg_attr(use_const_generics, feature(const_generics))] | ^^^^^^^^^^^^^^ feature has been removed | = note: removed in favor of `#![feature(adt_const_params]` and `#![feature(generic_const_exprs)]` http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-10-19_17h56m28s/logs/errors/firefox-esr-78.15.0_2,1.log PR: 259251
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-4/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* www/firefox-esr: update to 78.12.0 (rc1)Christoph Moench-Tegeder2021-07-081-3208/+0
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.12.0/releasenotes/
* www/firefox-esr: fix build with clang/libc++12Christoph Moench-Tegeder2021-05-181-0/+33
| | | | | | Reported by: dim Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=1694575 PR: 255953
* update firefox-esr to 78.8.0 (rc2)Christoph Moench-Tegeder2021-02-174-173/+3
| | | | | | | | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/ Removed patches applied upstream, massaged patches where surrounding code changed. MFH: 2021Q1 (when GA) Notes: svn path=/head/; revision=565791
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-0/+73
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* www/firefox-esr: fix runtime crashes on powerpc64*Piotr Kubaj2021-02-031-0/+97
| | | | | | | | | Details in https://bugzilla.mozilla.org/show_bug.cgi?id=1690152 Approved by: tier 2 blanket Notes: svn path=/head/; revision=563866
* www/firefox-esr: update to 78.6.1Jan Beich2021-01-061-34/+0
| | | | | | | Changes: https://www.mozilla.org/firefox/78.6.1/releasenotes/ Notes: svn path=/head/; revision=560548
* devel/rust-cbindgen: update to 0.16.0 (like r558794)Jan Beich2020-12-311-0/+34
| | | | | | | | | | With fixes for firefox-esr and thunderbird. Changes: https://github.com/eqrion/cbindgen/compare/v0.15.0...v0.16.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=559688
* mail/thunderbird, www/firefox-esr: correct patch for powerpc64Piotr Kubaj2020-12-191-1/+1
| | | | | | | | | The macro is named MOZ_BIG_ENDIAN(), not MOZ_BIG_ENDIAN. Approved by: tier 2 blanket Notes: svn path=/head/; revision=558452
* gecko: apply the rest of the upstream fix for rust 1.48Jan Beich2020-11-251-63/+3159
| | | | | | | PR: 251356 Notes: svn path=/head/; revision=556251
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-0/+112
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* www/firefox-esr: revert r522464 to improve stabilityJan Beich2020-11-131-80/+0
| | | | | | | | | | | Upstream adopted memfd_create instead which requires FreeBSD >= 13. Having ESR behave differently complicates maintenance, so drop SHM_ANON for now. PR: 243252 Notes: svn path=/head/; revision=555054
* update firefox-esr to 78.5.0 (rc1)Christoph Moench-Tegeder2020-11-111-30905/+0
| | | | | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.5.0/releasenotes/ MFH: 2020Q4 (under blanket: web browser) Notes: svn path=/head/; revision=554887
* www/firefox-esr: remove a patch only useful on FreeBSD 11.3Rene Ladan2020-10-171-60/+0
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552591
* www/firefox-esr: update to 78.4.0Jan Beich2020-10-151-182/+0
| | | | | | | Changes: https://www.mozilla.org/firefox/78.4.0/releasenotes/ Notes: svn path=/head/; revision=552365
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-0/+31087
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* gecko: update OSS patchesJan Beich2020-10-101-2/+3
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/commit/4e60bb8 Notes: svn path=/head/; revision=552018
* gecko: update OSS patchesJan Beich2020-10-101-38/+58
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f Notes: svn path=/head/; revision=551843
* gecko: update OSS patchesJan Beich2020-10-081-4/+1
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508 Notes: svn path=/head/; revision=551677
* gecko: update OSS patchesJan Beich2020-09-251-82/+117
| | | | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/9a00981...b594641 Submitted by: Ka Ho Ng Differential Revision: https://reviews.freebsd.org/D26547 Notes: svn path=/head/; revision=549983
* gecko: update OSS patchesJan Beich2020-09-241-144/+202
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...9a00981 Notes: svn path=/head/; revision=549873
* www/firefox-esr: update to 78.3.0 (esr78)Jan Beich2020-09-1524-1316/+26793
| | | | | | | Changes: https://www.mozilla.org/firefox/78.3.0/releasenotes/ Notes: svn path=/head/; revision=548733
* gecko: update OSS patchesJan Beich2020-08-301-6/+28
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4 Notes: svn path=/head/; revision=546956
* gecko: update OSS patchesJan Beich2020-08-241-3/+4
| | | | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c PR: 248816 Submitted by: Ka Ho Ng Notes: svn path=/head/; revision=546075
* gecko: add native OSS support, replacing ALSA as fallbackJan Beich2020-08-211-0/+1192
| | | | | | | | | | | | | | OSS is always built but during runtime only selected by default if neither pulseaudio, jackit or sndio are installed. In particular, Gnome and KDE users would still be offered PulseAudio by default due to integration with multi-app volume widgets, current song bars, screensharing with audio, etc. that prefer to talk over DBus. Those can opt out via media.cubeb.backend=oss in about:config. Submitted by: Ka Ho Ng <khng300@gmail.com> (based on) Notes: svn path=/head/; revision=545611
* www/firefox-esr: update to 68.12.0Jan Beich2020-08-181-15/+0
| | | | | | | Changes: https://www.mozilla.org/firefox/68.12.0/releasenotes/ Notes: svn path=/head/; revision=545204
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-0/+15
| | | | | | | | | | | | | | | | | - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 Notes: svn path=/head/; revision=542412
* www/firefox: don't abort WaylandShmPool::Resize if posix_fallocate succeedsJan Beich2020-05-311-1/+1
| | | | | | | | | PR: 240884 Submitted by: tijl Pointy hat to: jbeich Notes: svn path=/head/; revision=537140
* www/firefox: also check posix_fallocate error in WaylandShmPool::ResizeJan Beich2020-05-291-0/+9
| | | | | | | | PR: 240884 Submitted by: Greg V Notes: svn path=/head/; revision=537006
* gecko: drop x11/startup-notification dependencyJan Beich2020-05-151-0/+237
| | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=726479 Notes: svn path=/head/; revision=535269
* www/firefox-esr: backport NSS 3.52 support after r533597 (like r534912)Jan Beich2020-05-111-0/+70
| | | | | | | | PR: 246363 Reported by: Tomasz "CeDeROM" CEDRO, Roman Notes: svn path=/head/; revision=534914
* www/firefox-esr: update to 68.8.0Jan Beich2020-04-301-61/+0
| | | | | | | | Changes: https://www.mozilla.org/firefox/68.8.0/releasenotes/ Security: aec18162-eaf3-4e73-a38e-3fd98bc47869 Notes: svn path=/head/; revision=533409
* lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-0/+61
| | | | | | | | | | | | | | | | - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 Notes: svn path=/head/; revision=532685
* www/firefox: fix build on aarch64Mikael Urankar2020-03-311-4/+7
| | | | | | | | | | | | | | | The interface has changed a bit on -current: In file included from Unified_cpp_gfx_skia1.cpp:137: /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/gfx/skia/skia/src/core/SkCpu.cpp:81:13: error: use of undeclared identifier 'ID_AA64ISAR0_CRC32' if (ID_AA64ISAR0_CRC32(id_aa64isar0) == ID_AA64ISAR0_CRC32_BASE) { PR: 243653 Reviewed by: jbeich Approved by: jbeich , manu (mentor, implicit) Notes: svn path=/head/; revision=529979
* www/firefox: unbreak native Wayland if XDG_RUNTIME_DIR on ZFSJan Beich2020-02-281-0/+34
| | | | | | | | | | | XDG_RUNTIME_DIR should be on tmpfs(5) for optimal performance but if users want on permanent storage like ZFS don't abort. PR: 240884 Reported by: jsm Notes: svn path=/head/; revision=527346
* www/firefox-esr: update to 68.4.0Jan Beich2019-12-311-170/+0
| | | | | | | | Changes: https://www.mozilla.org/firefox/68.4.0/releasenotes/ Security: a4d0f92b-2188-40aa-9aa3-005b0a89cc72 Notes: svn path=/head/; revision=521577
* www/firefox: backport upstream sndio fixesJan Beich2019-12-271-0/+113
| | | | | | | | | Apparently, it fixes random tab crashes. Submitted by: tobik Notes: svn path=/head/; revision=521037