| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/91.6.0/releasenotes/
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/91.5.0/releasenotes/
|
|
|
|
| |
Rename the patch to facilitate pruning on update.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Changes: https://lists.freedesktop.org/archives/wayland-devel/2021-December/042064.html
PR: 258547
Exp-run by: antoine
Approved by: manu
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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;
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.12.0/releasenotes/
|
|
|
|
|
|
| |
PR: 255954
Reported by: dim
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=1694575
|
|
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/
MFH: 2021Q1 (when GA)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Details in https://bugzilla.mozilla.org/show_bug.cgi?id=1690152
Approved by: tier 2 blanket
|
|
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.6.1/releasenotes/
MFH: 2021Q1 (when GA)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
The macro is named MOZ_BIG_ENDIAN(), not MOZ_BIG_ENDIAN.
Approved by: tier 2 blanket
|
|
|
|
| |
PR: 251356
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/
MFH: 2020Q4 (under blanket: web browser alike)
|
|
|
|
|
|
|
|
| |
Upstream adopted memfd_create instead which requires FreeBSD >= 13.
Having ESR behave differently complicates maintenance, so drop
SHM_ANON for now.
PR: 243252
|
|
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.4.0/releasenotes/
MFH: 2020Q4 (under blanket: web browser alike)
|
|
|
|
| |
Phabricator: D26646
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/commit/4e60bb8
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/9a00981...b594641
Submitted by: Ka Ho Ng
Differential Revision: https://reviews.freebsd.org/D26547
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...9a00981
|
|
|
|
| |
https://www.thunderbird.net/en-US/thunderbird/78.3.0/releasenotes/ (soon)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c
PR: 248816
Submitted by: Ka Ho Ng
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
PR: 240884
Submitted by: tijl
Pointy hat to: jbeich
|
|
|
|
|
| |
PR: 240884
Submitted by: Greg V
|
|
|
|
| |
https://bugzilla.mozilla.org/show_bug.cgi?id=726479
|
|
|
|
|
| |
PR: 246363
Reported by: Tomasz "CeDeROM" CEDRO, Roman
|
|
|
|
|
|
|
| |
Announcement (soon):
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
MFH: 2020Q2 (when it'S ga, under blanket: web browser alike)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
https://www.thunderbird.net/en-US/thunderbird/68.4.1/releasenotes/
MFH: 2020Q1 (blanket: web browser alike)
|
|
|
|
|
|
| |
Apparently, it fixes random tab crashes.
Submitted by: tobik
|
|
|
|
| |
PR: 221700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Changes: https://www.thunderbird.net/thunderbird/68.2.0/releasenotes/
Security: e1c901e9-ed1e-415d-8272-f171bfc265bd
|