summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-0/+767
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "mail/thunderbird: Fix build with rust 1.63.0"Piotr Kubaj2022-08-251-767/+0
| | | | | | This reverts commit 1bdfb58fea2259d7ba36cc99109e9e4f59897e6e. PR: 265915
* mail/thunderbird: Fix build with rust 1.63.0Mikael Urankar2022-08-251-0/+767
| | | | - Fix packed_simd with the relevant parts of https://hg.mozilla.org/releases/mozilla-beta/raw-rev/c37c77a20f96
* 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.
* 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) Notes: svn path=/head/; revision=565915
* 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
* 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 Notes: svn path=/head/; revision=563867
* 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) Notes: svn path=/head/; revision=560774
* 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
* 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) Notes: svn path=/head/; revision=555149
* 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
* 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) Notes: svn path=/head/; revision=552731
* mail/thunderbird: remove a patch file only useful for FreeBSD 11.3Rene Ladan2020-10-171-60/+0
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552586
* 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
* 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) Notes: svn path=/head/; revision=549075
* 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 Notes: svn path=/head/; revision=548882
* 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
* 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) Notes: svn path=/head/; revision=542931
* 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
* 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) Notes: svn path=/head/; revision=533707
* 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