devel/jujutsu: update to version 0.44.0
This update stabilizes the support for fetching and pushing tags.
Tags can be tracked or untracked just like bookmarks. Tracked tags are
pushed by default.
There are many new features and bug fixes and some breaking changes.
For the complete list of changes see:
https://github.com/jj-vcs/jj/releases/tag/v0.44.0
databases/kyotocabinet: fix missing prototype warnings
No upstream response in 14 days, let's get this locally, because
else we get all sort of warnings in downstream ports using kc.
PR: 296665
Approved by: sunpoet (maintainer timeout)
MFH: 2026Q3
(cherry picked from commit 76a04c511595baf51d75ec318be553ef827205ef)
databases/kyotocabinet: fix missing prototype warnings
No upstream response in 14 days, let's get this locally, because
else we get all sort of warnings in downstream ports using kc.
PR: 296665
Approved by: sunpoet (maintainer timeout)
MFH: 2026Q3
graphics/rawtherapee: Update 5.12 => 5.13
Extend patch for rtengine/LibRaw.cmake to properly forward our local
CXXFLAGS (available through ${CMAKE_CXX_FLAGS} inside cmake) to the
libraw build, else it will build against GCC's default Standard C++
Library, which might be libstdc++, which then breaks when doing the
final link against the common libc++ based system (GNU libstdc++ and
LLVM's libc++ have incompatible ABIs).
Switch to using the system libfmt, which is version 12 and good.
Changelog: https://rawtherapee.com/downloads/5.13/
PR: 297513
Reported by: mandree (maintainer)
Approved by: osa, vvd (Mentors, implicit)
Pull Request: https://github.com/freebsd/freebsd-ports/pull/581
devel/llvm-devel: new snapshot
First snapshot of the LLVM 24 development cycle.
Attempt to fix compilation on 32-bit targets.
Sponsored by: DARPA, AFRL
devel/xwpe: Update to 1.6.9 and take maintainership
Port changes:
- switch to new upstream at Codeberg.org
- update WWW and package description
- remove obsolete patches and post-patch target
- add new dependencies for the modern UI and features
Changelog: https://codeberg.org/mendezr/xwpe/src/tag/v1.6.9/CHANGELOG
PR: 296205
Reported by: Juan M. Méndez Rey <juan.mendezr at proton.me> (new maintainer)
net-im/mautrix-whatsapp: Update to 0.2607.0
Changelog: https://github.com/mautrix/whatsapp/blob/v0.2607.0/CHANGELOG.md
- Added support for the extra passkey authentication step when logging in.
- Added support for newer versions of poll messages from WhatsApp.
- Fixed poll votes in DMs.
PR: 296902
Reported by: Jordan Ostreff <jordan at ostreff.info>
Approved by: Julian Weigt <juw at posteo.de> (maintainer, timeout >3 weeks)