aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
Commit message (Collapse)AuthorAgeFilesLines
* www/firefox-esr: update to 91.9.1Christoph Moench-Tegeder2022-05-202-5/+4
| | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.9.1/releasenotes/ (cherry picked from commit a9388d6df4a2427065944aa23b2abcc4c08d6ad3)
* www/firefox{,-esr}, mail/thunderbird: remote LTO from default optionsChristoph Moench-Tegeder2022-05-031-0/+1
| | | | | | | | | | When rust's internal LLVM does not match the LLVM used for building gecko ports, LTO-built binaries will be unstable, exhibit crashes and other undesirable behaviour. Rust 1.60 created such a situation. Disabling LTO will allow these ports to be used, and keeping it off will safe on build and debug time. (cherry picked from commit fc0a979a30ea24c8d28d8a3893bb5ac0549e56cb)
* www/firefox-esr: update to 91.9.0 (rc1)Christoph Moench-Tegeder2022-04-262-4/+4
| | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.9.0/releasenotes/ (cherry picked from commit ba04d23279720466ddec634760fd0a87b153ebf2)
* www/firefox-esr: update to 91.8.0 (rc1)Christoph Moench-Tegeder2022-03-302-6/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.8.0/releasenotes/
* multimedia/dav1d: update to 1.0.0Jan Beich2022-03-182-1/+47
| | | | | 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.
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-151-0/+1
|
* www/firefox-esr: update to 91.7.1 (rc2)Christoph Moench-Tegeder2022-03-132-6/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.7.1/releasenotes/
* www/firefox-esr: update to 91.7.0 (rc3)Christoph Moench-Tegeder2022-03-052-5/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.7.0/releasenotes/
* www/firefox-esr: update to 91.7.0 (rc2)Christoph Moench-Tegeder2022-03-012-4/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.7.0/releasenotes/
* www/firefox-esr: update to 91.7.0 (rc1)Christoph Moench-Tegeder2022-02-282-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.7.0/releasenotes/
* lang/rust: Relink consumersTobias Kortkamp2022-02-031-0/+1
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* www/firefox-esr: update to 91.6.0 (rc1)Christoph Moench-Tegeder2022-02-013-30/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.6.0/releasenotes/
* www/firefox-esr: update to 91.5.1Christoph Moench-Tegeder2022-01-282-5/+4
| | | | https://www.mozilla.org/en-US/firefox/91.5.1/releasenotes/
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-0/+1
|
* www/firefox-esr: update to 91.5.0Christoph Moench-Tegeder2022-01-113-54/+4
| | | | | 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.
* www/firefox-esr: update to 91.4.1Christoph Moench-Tegeder2021-12-162-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.4.1/releasenotes/
* 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
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-0/+1
|
* www/firefox-esr: update to 91.4.0 (rc1)Christoph Moench-Tegeder2021-11-262-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/91.4.0/releasenotes/
* www/firefox: unbreak PipeWire support after 8691df3a5142Jan Beich2021-11-212-1/+74
| | | | | | | | | 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-212-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | 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-0213-1562/+190
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/91.3.0/releasenotes/
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-1/+1
|
* 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
* multimedia/aom: force rebuild consumers after 6f68add3f9abJan Beich2021-10-141-1/+1
| | | | | | | | | | $ ffmpeg ... -c:v libaom-av1 ... [libaom-av1 @ 0x804a89900] 3.2.0 [libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height Conversion failed! https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/
* multimedia/libvpx: update 1.11.0Jan Beich2021-10-091-0/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
* 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.15.0 (rc1)Christoph Moench-Tegeder2021-09-292-6/+5
| | | | | Releasenotes (soon): https://www.mozilla.org/en-US/firefox/78.15.0/releasenotes/
* *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-191-0/+1
|
* www/firefox-esr: update to 78.14.0 (rc1)Christoph Moench-Tegeder2021-09-012-6/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.14.0/releasenotes/
* lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-281-1/+1
|
* www/firefox-esr: cleanup extra DISTVERSIONChristoph Moench-Tegeder2021-08-061-1/+0
| | | | Reported by: jbeich
* www/firefox-esr: bump to 78.13.0 rc2Christoph Moench-Tegeder2021-08-052-4/+6
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.13.0/releasenotes/
* www/firefox-esr: restore PORTEPOCH after 5eb7705d3f91Jan Beich2021-08-041-0/+1
| | | | | | | $ pkg version -t 78.12.0,1 78.13.0 > Reported by: erwin (Ports with version numbers going backwards)
* www/firefox-esr: update to 78.13.0 (rc1)Christoph Moench-Tegeder2021-08-032-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.13.0/releasenotes/
* www/firefox-esr: update to 78.12.0 (rc1)Christoph Moench-Tegeder2021-07-083-3214/+5
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.12.0/releasenotes/
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-271-1/+1
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* www/firefox-esr: update to 78.11.0esr (GA)Christoph Moench-Tegeder2021-06-012-4/+5
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/
* www/firefox-esr: update to 78.11.0 (rc1)Christoph Moench-Tegeder2021-05-242-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.11.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
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-111-0/+1
|
* www/firefox-esr: update to 78.10.1 (rc1)Christoph Moench-Tegeder2021-05-032-5/+4
| | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.10.1/releasenotes/
* gecko: switch to llvm12Jan Beich2021-04-231-0/+1
| | | | May help with LTO and -march=native issues.
* www/firefox-esr: update to 78.10.0Christoph Moench-Tegeder2021-04-202-5/+4
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/78.10.0/releasenotes/