summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/thunderberird: update to 91.6.0 (rc1)Christoph Moench-Tegeder2022-02-051-26/+0
| | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/91.6.0/releasenotes/
* mail/thunderbird: update to 91.5.0Christoph Moench-Tegeder2022-01-121-50/+0
| | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/91.5.0/releasenotes/
* www/firefox: replace 571ee96df4f6 with upstream fixJan Beich2021-12-261-8/+9
| | | | Rename the patch to facilitate pruning on update.
* mail/thunderbird: use libc for res_* functionsChristoph Moench-Tegeder2021-12-121-0/+25
| | | | | | | | | | | | | | | thunderbird's javascript code needs more than basic DNS resolution (e.g. SRV, TXT, MX lookups) - more than javascript natively has (welcome to the web) and builds it's own bindings for libc to use the resolver(3) interface. Unlike linux, where the resolver routines live in libresolv, FreeBSD has these routines in libc. I'm referencing libc.so.7 directly, as this is enough to make this code work on 13/amd64 (others should work too) - the official way of using libc.so would be much more work (and reimplementing parts of the dynamic linker in javascript takes the cake, or something). This is enough to make adding and using new CalDAV calendars possible; other problems might linger and possibly require a better solution.
* 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>
* mail/thunderbird: fix build on powerpc64Piotr Kubaj2021-10-101-7/+4
| | | | | | | | | | | 12537 /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-91.2.0/dom/media/flac/FlacDecoder.cpp:21:20: error: no matching member function for call to 'SupportsMimeType' 12538 platform->SupportsMimeType("audio/flac"_ns, 12539 ~~~~~~~~~~^~~~~~~~~~~~~~~~ 12540 /wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/PDMFactory.h:85:15: note: candidate function not viable: no known conversion from 'nullptr_t' to 'const mozilla::PDMFactory::MediaCodecsSupported' (aka 'const EnumSet<mozilla::PDMFactory::MediaCodecs>') for 2nd argument 12541 static bool SupportsMimeType(const nsACString& aMimeType, 12542 ^ 12543 /wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/PDMFactory.h:47:8: note: candidate function not viable: requires single argument 'aMimeType', but 2 arguments were provided 12544 bool SupportsMimeType(const nsACString& aMimeType) const;
* mail/thunderbird: update to 91.2.0Christoph Moench-Tegeder2021-10-0612-1540/+287
| | | | | | | | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/91.2.0/releasenotes/ This brings in Thunderbird 91esr: - the calendar is not optional anymore - gtk2 is not directly required anymore - integrated PDF viewer - and much more: https://support.mozilla.org/en-US/kb/new-thunderbird-91
* 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
* mail/thunderbird: update to 78.12.0 (rc1)Christoph Moench-Tegeder2021-07-081-3208/+0
| | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.12.0/releasenotes/
* mail/thunderbird: fix build with clang/libc++12Christoph Moench-Tegeder2021-05-181-0/+33
| | | | | | PR: 255954 Reported by: dim Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=1694575
* update thunderbird to 78.8.0 (rc1)Christoph Moench-Tegeder2021-02-183-171/+1
| | | | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/ MFH: 2021Q1 (when GA)
* 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
* mail/thunderbird: 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
* update thunderbird to 78.6.1 (rc1)Christoph Moench-Tegeder2021-01-081-34/+0
| | | | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.6.1/releasenotes/ MFH: 2021Q1 (when GA)
* 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)
* 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
* gecko: apply the rest of the upstream fix for rust 1.48Jan Beich2020-11-251-63/+3159
| | | | PR: 251356
* 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
* mail/thunderbird: update to 78.5.0 (rc1)Christoph Moench-Tegeder2020-11-141-30905/+0
| | | | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/ MFH: 2020Q4 (under blanket: web browser alike)
* 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
* mail/thunderbird: update to 78.4.0 (rc1)Christoph Moench-Tegeder2020-10-191-182/+0
| | | | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.4.0/releasenotes/ MFH: 2020Q4 (under blanket: web browser alike)
* mail/thunderbird: remove a patch file only useful for FreeBSD 11.3Rene Ladan2020-10-171-60/+0
| | | | Phabricator: D26646
* 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
* gecko: update OSS patchesJan Beich2020-10-101-2/+3
| | | | Changes: https://github.com/kinetiknz/cubeb/commit/4e60bb8
* gecko: update OSS patchesJan Beich2020-10-101-38/+58
| | | | Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f
* gecko: update OSS patchesJan Beich2020-10-081-4/+1
| | | | Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508
* 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
* gecko: update OSS patchesJan Beich2020-09-241-144/+202
| | | | Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...9a00981
* mail/thunderbird: update to 78.3.0 (rc1)Christoph Moench-Tegeder2020-09-191-49/+0
| | | | https://www.thunderbird.net/en-US/thunderbird/78.3.0/releasenotes/ (soon)
* update mail/thunderbird to 78.2.2Christoph Moench-Tegeder2020-09-1825-1308/+26848
| | | | | | | | | | | | | See https://support.mozilla.org/en-US/kb/new-thunderbird-78 for major changes in Thunderbird 78, the release announcement in https://blog.thunderbird.net/2020/07/whats-new-in-thunderbird-78/ and https://blog.thunderbird.net/2020/09/openpgp-in-thunderbird-78/ info for OpenPGP users. Also check UPDATING 20200918. Current release notes are in https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/ PR: 249346 Submitted by: jbeich
* gecko: update OSS patchesJan Beich2020-08-301-6/+28
| | | | Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4
* 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
* 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)
* mail/thunderbird: update to 68.11.0 (rc1)Christoph Moench-Tegeder2020-07-231-15/+0
| | | | | | | | | Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/68.11.0/releasenotes/ drop patch-bug1640982 in favour of upstream resolution MFH: 2020Q3 (blanket: web browser alike, once it's GA)
* 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
* 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
* www/firefox: also check posix_fallocate error in WaylandShmPool::ResizeJan Beich2020-05-291-0/+9
| | | | | PR: 240884 Submitted by: Greg V
* gecko: drop x11/startup-notification dependencyJan Beich2020-05-151-0/+237
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=726479
* 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
* update thunderbird to 68.8.0 (rc1)Christoph Moench-Tegeder2020-05-021-61/+0
| | | | | | | Announcement (soon): https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/ MFH: 2020Q2 (when it'S ga, under blanket: web browser alike)
* 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
* 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)
* 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
* mail/thunderbird: update to 68.4.1Christoph Moench-Tegeder2020-01-101-170/+0
| | | | | | https://www.thunderbird.net/en-US/thunderbird/68.4.1/releasenotes/ MFH: 2020Q1 (blanket: web browser alike)
* www/firefox: backport upstream sndio fixesJan Beich2019-12-271-0/+113
| | | | | | Apparently, it fixes random tab crashes. Submitted by: tobik
* gecko: drop close_fds workaround after r518640Jan Beich2019-11-291-29/+0
| | | | PR: 221700
* lang/rust: Update to 1.39.0Tobias Kortkamp2019-11-071-0/+170
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Partially apply D20792 in preparation for PPC_ABI support - Add LibreSSL 3.0.x support [1] Thanks to Mikaƫl Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html PR: 241411 [1] Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22240
* mail/thunderbird: update to 68.2.0Jan Beich2019-10-211-103/+0
| | | | | Changes: https://www.thunderbird.net/thunderbird/68.2.0/releasenotes/ Security: e1c901e9-ed1e-415d-8272-f171bfc265bd