net/gnome-online-accounts: update to 3.54.10
Update to 3.54.10.
Overview of changes in 3.54.10
==============================
* Bugs fixed:
- #442 Unclear which part of "IMAP+SMTP" account test failed
- #450 adding nextcloud account which has a subfolder does not work
- !374 goadaemon: Handle broken account configs
net/gnome-online-accounts: update to 3.54.9
Update to 3.54.9
Overview of changes in 3.54.6
=============================
* Translation updates:
- Dutch (Nathan Follens)
- Slovak (Dušan Kazik)
- Thai (Aefgh Threenine)
- Uighur (Abduqadir Abliz)
Overview of changes in 3.54.7
=============================
* Bugs fixed:
- #417 Support for saving a Kerberos password after the first login
- #436 Changing expired kerberos password is not supported
- #437 Provided Files URI does not override undiscovered endpoint
- #439 DAV client rejects 204 status in OPTIONS request handler
[13 lines not shown]
emulators/playonbsd: Fix unwanted files in extract stage
Fix unwanted __pycache__ dir in extract stage instead of deletion in post
install.
PR: 287658
Reported by: diizzy
sysutils/rustic: Add new port
Rustic is a backup tool that provides fast, encrypted, deduplicated backups.
It reads and writes the restic repo format described in the design document and
can be used as a restic replacement in most cases.
It is implemented in Rust, a performant, memory-efficient, and reliable
cross-platform systems programming language.
Stability
Rustic currently is in beta state and misses regression tests. It is not
recommended to use it for production backups, yet.
https://rustic.cli.rs/
sysutils/rucola: Add new port
Terminal-based markdown note manager to view statistics, explore connections
and launch editing and viewing applications.
Features:
- Present users of a zettelkasten-like note system of interlinked markdown
files with high-level information & statistics about their notes.
- Show the same information about filtered subsets of notes, as well as their
relation with the entire note set.
- Allow the user to view and follow links and backlinks of a single note to
see connections within their note graph.
- Allow the user to make small edits such as renaming or moving notes from
within the application.
- Provide easy access to a powerful, external text editor for editing notes.
- Optionally compile notes to HTML-documents, including LaTeX compilation and
code highlighting, on the fly and show them in an external viewer.
- Provide all of this functionality from within a terminal user interface.
[2 lines not shown]
sysutils/u-boot-tools: update to 2025.10 and fix SOURCE_DATE_EPOCH build
This fixes the reproducible build when SOURCE_DATE_EPOCH is specified.
* moved to upstream-default gnutls since it doesn't correctly build with the USES=ssl and openssl flags
* added BUILD_DEPENDS on gdate from coreutils to handle SOURCE_DATE_EPOCH correctly
* cleaned up and simplified make target a bit
* removed CONFLICTS since it is nonexistent
Tested by building all dependent sysutils/u-boot* ports.
PR: 292260
Approved by: maintainer timeout (1+ month), lwhsu (mentor, implicitly)
Sponsored by: The FreeBSD Foundation
net/ipxe: update to g20260106 and fix SOURCE_DATE_EPOCH build
Switch to xorriso to generate ISO images because it handles
SOURCE_DATE_EPOCH correctly and fixes the build.
PR: 292259
Approved by: maintainer timeout (1+ month), lwhsu (mentor, implicitly)
Sponsored by: The FreeBSD Foundation
graphics/skia: update to 144, fix include path and pkgconf file
Approved by: lwhsu (mentor, implicitly)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55234
www/qt5-webengine: fix build with clang 21
With libc++ 21 www/qt5-webengine fails to build, with errors similar to:
In file included from gen/third_party/blink/renderer/platform/platform_jumbo_54.cc:7:
./../../../../kde-qtwebengine-5.15.19p0/src/3rdparty/chromium/third_party/blink/renderer/platform/image-encoders/image_encoder_utils.cc:63:5: error: static assertion expression is not an integral constant expression
[...]
../../../../kde-qtwebengine-5.15.19p0/src/3rdparty/chromium/base/metrics/histogram_macros_internal.h:45:12: note: integer value 8 is outside the valid range of values [0, 7] for the enumeration type 'RequestedImageMimeType'
45 | return static_cast<Enum>(
| ^
https://chromium.googlesource.com/chromium/src/+/bb340f66aaf44206fa5106509fb4e8c0719ee831
fixes these, but has to be slightly adjusted to make it apply to the
specific chromium version included in qt5-webengine.
PR: 293093
Approved by: jhale (maintainer)
MFH: 2026Q1
(cherry picked from commit f9807ebb6bda547e662d094b879e68d9ff96b06b)
www/qt5-webengine: fix build with clang 21
With libc++ 21 www/qt5-webengine fails to build, with errors similar to:
In file included from gen/third_party/blink/renderer/platform/platform_jumbo_54.cc:7:
./../../../../kde-qtwebengine-5.15.19p0/src/3rdparty/chromium/third_party/blink/renderer/platform/image-encoders/image_encoder_utils.cc:63:5: error: static assertion expression is not an integral constant expression
[...]
../../../../kde-qtwebengine-5.15.19p0/src/3rdparty/chromium/base/metrics/histogram_macros_internal.h:45:12: note: integer value 8 is outside the valid range of values [0, 7] for the enumeration type 'RequestedImageMimeType'
45 | return static_cast<Enum>(
| ^
https://chromium.googlesource.com/chromium/src/+/bb340f66aaf44206fa5106509fb4e8c0719ee831
fixes these, but has to be slightly adjusted to make it apply to the
specific chromium version included in qt5-webengine.
PR: 293093
Approved by: jhale (maintainer)
MFH: 2026Q1
filesystems/moosefs[2,3]-*: Adjust CONFLICTS in anticipation of moosefs 4.x
PR: 289966
Approved by: Piotr R. Konopelko (MooseFS) <piotr.konopelko at moosefs.com> (maintainer, implicit)