| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This reverts commit 1bdfb58fea2259d7ba36cc99109e9e4f59897e6e.
PR: 265915
|
|
|
|
| |
- Fix packed_simd with the relevant parts of https://hg.mozilla.org/releases/mozilla-beta/raw-rev/c37c77a20f96
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=565915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Details in https://bugzilla.mozilla.org/show_bug.cgi?id=1690152
Approved by: tier 2 blanket
Notes:
svn path=/head/; revision=563867
|
|
|
|
|
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/78.6.1/releasenotes/
MFH: 2021Q1 (when GA)
Notes:
svn path=/head/; revision=560774
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
The macro is named MOZ_BIG_ENDIAN(), not MOZ_BIG_ENDIAN.
Approved by: tier 2 blanket
Notes:
svn path=/head/; revision=558452
|
|
|
|
|
|
|
| |
PR: 251356
Notes:
svn path=/head/; revision=556251
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Phabricator: D26646
Notes:
svn path=/head/; revision=552586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/commit/4e60bb8
Notes:
svn path=/head/; revision=552018
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...1f3771f
Notes:
svn path=/head/; revision=551843
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508
Notes:
svn path=/head/; revision=551677
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...9a00981
Notes:
svn path=/head/; revision=549873
|
|
|
|
|
|
|
| |
https://www.thunderbird.net/en-US/thunderbird/78.3.0/releasenotes/ (soon)
Notes:
svn path=/head/; revision=549075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4
Notes:
svn path=/head/; revision=546956
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c
PR: 248816
Submitted by: Ka Ho Ng
Notes:
svn path=/head/; revision=546075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: 240884
Submitted by: tijl
Pointy hat to: jbeich
Notes:
svn path=/head/; revision=537140
|
|
|
|
|
|
|
|
| |
PR: 240884
Submitted by: Greg V
Notes:
svn path=/head/; revision=537006
|
|
|
|
|
|
|
| |
https://bugzilla.mozilla.org/show_bug.cgi?id=726479
Notes:
svn path=/head/; revision=535269
|
|
|
|
|
|
|
|
| |
PR: 246363
Reported by: Tomasz "CeDeROM" CEDRO, Roman
Notes:
svn path=/head/; revision=534914
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|