The place for ports
security/vaultwarden: Update to 1.35.2
devel/mimalloc: Update to 3.2.6
multimedia/ringrtc: Fix build on aarch64
net/amnezia-kmod: update to v2.0.9<br />
<br />
PR: 292310<br />
Reported by: Vladimir Grebenschikov <vova@zote.me> (maintainer)
net/lldap: update to 0.6.2<br />
<br />
PR: 292254<br />
Approved by: lwhsu (mentor)<br />
Differential Revision: https://reviews.freebsd.org/D54378
www/wasm-bindgen-cli: Update to v0.2.100<br />
<br />
Approved by: lwhsu (mentor)<br />
Differential Revision: https://reviews.freebsd.org/D54377
misc/crush: Update to 0.31.0<br />
<br />
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.31.0<br />
<br />
Reported by: GitHub (watch releases)
x11/contour: Update to 0.6.2.8008<br />
<br />
While here, add patch to fix build with clang/libc++ 19.<br />
<br />
libc++ 19 only provides std::char_traits for character types, which<br />
causes compile errors when crispy::fnv is instantiated with non-char<br />
types.<br />
<br />
Restricting string-related overloads to char-only types, and adding a<br />
generic trivially-copyable value hashing overload restore successful<br />
builds on clang/libc++ 19.<br />
<br />
Changelog: https://github.com/contour-terminal/contour/releases/tag/v0.6.2.8008<br />
<br />
Reported by: portscout
audio/libopusenc: maintenance update to 0.3<br />
<br />
PR: 292210
net-mgmt/aircrack-ng: fix build on powerpc64<br />
<br />
simd-intrinsics.c:2912:25: error: '__builtin_altivec_vsrd' requires the '-mcpu=power8' and '-mvsx' options
x11/contour: fix build on powerpc*<br />
<br />
Workaround for clang crash:<br />
Assertion failed: (isValid()), function getFilename, file /usr/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h, line 328.
devel/R-cran-pak: fix build on big-endian<br />
<br />
curl.c:165:38: error: use of undeclared identifier 'BSWAP_32'<br />
165 | return rcurl_read(&x, 1, 1, con) ? BSWAP_32(x) : R_EOF;<br />
| ^<br />
1 error generated.
misc/bedrust: fix build on powerpc64<br />
<br />
Little-endian is misdetected:<br />
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:107:5: error: call to undeclared function 'vec_vsx_ld'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]<br />
107 | vec_vsx_ld(0, (const unsigned char*) data);<br />
| ^<br />
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:106:30: error: initializing '__vector unsigned char const' (vector of 16 'unsigned char' values) with an expression of incompatible type 'int'<br />
106 | const vector unsigned char unaligned_data =<br />
| ^<br />
107 | vec_vsx_ld(0, (const unsigned char*) data);<br />
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
2 errors generated.
multimedia/vvdec: fix build on powerpc64<br />
<br />
/wrkdirs/usr/ports/multimedia/vvdec/work/vvdec-3.1.0/source/Lib/CommonLib/x86/sse41/../InterPredX86.h:199:20: error: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]
emulators/mame: fix build on powerpc*<br />
<br />
../../../../../src/emu/video/rgbutil.cpp:365:16: error: out-of-line definition of 'bilinear_filter' does not match any declaration in 'rgbaint_t'<br />
365 | u32 rgbaint_t::bilinear_filter(const u32 &rgb00, const u32 &rgb01, const u32 &rgb10, const u32 &rgb11, u8 u, u8 v)<br />
| ^~~~~~~~~~~~~~~<br />
In file included from ../../../../../src/emu/video/rgbutil.cpp:13:<br />
../../../../../src/emu/video/rgbutil.h:429:29: note: type of 1st parameter of member declaration does not match definition ('u32' (aka 'unsigned int') vs 'const u32 &' (aka 'const unsigned int &'))<br />
429 | static u32 bilinear_filter(u32 rgb00, u32 rgb01, u32 rgb10, u32 rgb11, u8 u, u8 v) noexcept;<br />
| ^<br />
Archiving libpce.a...<br />
rm -f ../../../../freebsd/bin/x64/Release/mame_mame/libpce.a<br />
../../../../../src/emu/video/rgbutil.cpp:408:17: error: out-of-line definition of 'bilinear_filter_rgbaint' does not match any declaration in 'rgbaint_t'<br />
408 | void rgbaint_t::bilinear_filter_rgbaint(const u32 &rgb00, const u32 &rgb01, const u32 &rgb10, const u32 &rgb11, u8 u, u8 v)<br />
| ^~~~~~~~~~~~~~~~~~~~~~~<br />
In file included from ../../../../../src/emu/video/rgbutil.cpp:13:<br />
../../../../../src/emu/video/rgbutil.h:430:31: note: type of 1st parameter of member declaration does not match definition ('u32' (aka 'unsigned int') vs 'const u32 &' (aka 'const unsigned int &'))<br />
430 | void bilinear_filter_rgbaint(u32 rgb00, u32 rgb01, u32 rgb10, u32 rgb11, u8 u, u8 v) noexcept;<br />
| ^
misc/ggml: fix build on powerpc64*<br />
<br />
c++: error: unknown argument: '-mpowerpc64'
misc/onnxruntime: fix build on powerpc64<br />
<br />
VSX is required:<br />
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/FgemmKernelpower.h:155:27: error: use of undeclared identifier 'vec_splat'<br />
ABroadcast[Row] = vec_splat(AElements[Row], Lane);
www/pydio-cells: update to 4.4.17<br />
<br />
Changelog: https://github.com/pydio/cells/releases/tag/v4.4.17
devel/mimalloc: Update to 3.1.6
graphics/cptutils: update 1.84 → 1.85
devel/osc: update 1.21.0 → 1.23.0
multimedia/bitstream: update 1.5 → 1.6<br />
<br />
Bump revision of dependent port net/multicat
ftp/py-aioftp: update 0.26.2 → 0.27.2
mail/thunderbird-esr: update to 140.7.0 (rc1)<br />
<br />
Release Notes:<br />
https://www.thunderbird.net/en-US/thunderbird/140.7.0esr/releasenotes/
mail/thunderbird: update to 147.0 (rc1)<br />
<br />
Release Notes:<br />
https://www.thunderbird.net/en-US/thunderbird/147.0/releasenotes/
science/afni: Update to 26.0.00
devel/py-pathspec: update to 1.0.3<br />
<br />
Changes: https://github.com/cpburnz/python-pathspec/blob/v1.0.3/CHANGES.rst<br />
Reported by: repology
sysutils/keyd: Update 2.5.0 => 2.6.0, take maintainership<br />
<br />
Changelog:<br />
https://github.com/rvaiya/keyd/blob/v2.6.0/docs/CHANGELOG.md<br />
<br />
While here pet portclippy.<br />
<br />
PR: 292252<br />
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
net-mgmt/librenms: bump PORTREVISION<br />
<br />
PR: 292266
net-mgmt/librenms: Allow for use of mariadb<br />
<br />
Remove the run-time dependency upon a mysql client.<br />
<br />
This update allows the mysql client to be removed and replaced by a<br />
mariadb client.<br />
PR: 292266
sysutils/vpnc-scripts: Fix invalid ps(1) argument<br />
<br />
PR: 292298<br />
Submitted by: John Baldwin <jhb@FreeBSD.org>
[NEW PORT] sysutils/sdmon: Utility to get SD card health data<br />
<br />
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org><br />
PR: 292278
[NEW PORT] sysutils/witr: Witr (why-is-this-running)<br />
<br />
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org><br />
PR: 292143
filesystems/zerofs: Update 0.22.10<br />
<br />
Add archivers/zstd to dependencies.<br />
Add RUSTFLAGS.<br />
<br />
PR: 291242<br />
Approved by: submitter is maintainer
devel/R-cran-lifecycle: Update to 1.0.5<br />
<br />
Reported by: portscout
net-im/signal-desktop: Update to 7.84.0
multimedia/ringrtc: Update to 2.61.0
devel/R-cran-lifecycle: Update to 1.0.5<br />
<br />
Reported by: portscout
devel/onetbb: Improve port<br />
<br />
- Only build unit tests when requested to make overall build faster<br />
- Adjust port Makefile to more closely follow Porters Handbook<br />
- Remove USES= tar:tgz (incorrect)<br />
- Replace USES= localbase with localbase:ldflags<br />
- Use a separate section for USE_GITHUB<br />
<br />
PR: 292088
x11-fm/xfe: Update to 2.1.2
multimedia/uxplay: Update to 1.72.3
misc/freebsd-doc-*: Update to rev. f01d6d9 from FreeBSD docset<br />
<br />
Approved by: doceng (implicit)
sysutils/py-hcloud: update to 2.14.0<br />
<br />
Changes: https://github.com/hetznercloud/hcloud-python/blob/v2.14.0/CHANGELOG.md<br />
Reported by: repology, portscout
databases/pgbarman: update to 3.17.0<br />
<br />
Updated and regenerated patches.<br />
<br />
Changes: https://github.com/EnterpriseDB/barman/blob/release/3.17.0/RELNOTES.md<br />
Reported by: portscout
devel/py-pathspec: update to 1.0.2<br />
<br />
Changes: https://github.com/cpburnz/python-pathspec/blob/v1.0.2/CHANGES.rst<br />
Reported by: repology
[NEW PORT] security/py-k5test: Library for setting up self-contained Kerberos 5 environments<br />
<br />
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org><br />
PR: 278820
sysutils/hw-probe: Upgrade port to 1.6.6<br />
<br />
PR: 290230<br />
Approved by: danfe (maintainer timeout)
devel/pydbus-common: Merge into devel/py-dbus
devel/py-dbus: Decouple from pydbus-common and enable testing<br />
<br />
These ports were split more than 10 years ago in a1fb7d3e4ebf09080fe48ea40b2cb801a56cf710<br />
to support both Python 2 and Python 3. Later the py3-dbus variant got removed,<br />
so there is no point in having devel/pydbus-common now.<br />
<br />
git archeology by: jhale
sysutils/libtpms: Update 0.10.1 => 0.10.2<br />
<br />
Changelog:<br />
https://github.com/stefanberger/libtpms/releases/tag/v0.10.2<br />
<br />
PR: 292279
www/py-freenit: Update 0.3.21 => 0.3.22<br />
<br />
Changelog:<br />
https://github.com/freenit-framework/backend/releases/tag/0.3.22<br />
<br />
PR: 292277
www/privoxy: Update 4.0.0 => 4.1.0, improve port<br />
<br />
Changelog:<br />
https://lists.privoxy.org/pipermail/privoxy-announce/2026-January/000012.html<br />
<br />
Improve port:<br />
- Add zstd option and enable it by default.<br />
- Enable the already existing COMPRESSION option by default.<br />
It doesn't add additional dependencies and some users may want it.<br />
- Declare licenses.<br />
- Parametrize "privoxy" with "${PORTNAME}".<br />
- Replace "CPPFLAGS" and "LDFLAGS" with USES feature "localbase".<br />
- Change pkg-message to suggest using "onestart" instead of "forcestart"<br />
to start Privoxy manually. There is no need for "forcestart".<br />
- Replace PORTVERSION with DISTVERSION.<br />
- Switch to *_CONFIGURE_ENABLE and *_CONFIGURE_WITH.<br />
- Use ${ETCDIR} instead of ${PREFIX}/etc/privoxy.<br />
- Merge MKDIR calls.<br />
- Move install DOCS to do-install-DOCS-on (and merge INSTALL_DATA).<br />
- Move install PRIVOXY_TOOLS to do-install-PRIVOXY_TOOLS-on (and merge<br />
INSTALL_SCRIPT).<br />
- Optimize do-install (merge INSTALL_DATA).<br />
- Sort pkg-plist.<br />
<br />
PR: 292213<br />
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
devel/libblake3: Update to 1.8.3
textproc/harper: Update to 1.4.1
misc/codex: Update to 0.79.0<br />
<br />
Changelog:<br />
- https://github.com/openai/codex/releases/tag/rust-v0.78.0<br />
- https://github.com/openai/codex/releases/tag/rust-v0.79.0<br />
<br />
Reported by: GitHub (watch releases)
sysutils/dust: Update to 1.2.4
math/R-cran-zoo: Update to 1.8.15
math/R-cran-sf: Update to 1.0.23
math/R-cran-numbers: Update to 0.9.2
math/R-cran-maxLik: Update to 1.5.2.2
math/R-cran-mathjaxr: Update to 2.0.0
math/R-cran-gss: Update to 2.2.10
math/R-cran-geepack: Update to 1.3.13
math/R-cran-VGAM: Update to 1.1.14
graphics/R-cran-ggplot2: Update to 4.0.1
finance/R-cran-timeSeries: Update to 4052.112
finance/R-cran-fGarch: Update to 4052.93
finance/R-cran-fBasics: Update to 4052.98
devel/p5-Test2-Tools-LoadModule: Update to 0.009
devel/rebar3: Update to 3.26.0
multimedia/kdenlive: Fix deps after mlt7 deflavorization<br />
<br />
Reported by: nimaje on #freebsd-desktop<br />
Fixes: eeaf1af2560a - multimedia/mlt7*: Update to 7.36.1
audio/mac: Update to 11.91<br />
<br />
https://www.monkeysaudio.com/versionhistory.html
graphics/gmic-qt: Update to 3.6.6<br />
<br />
https://discuss.pixls.us/t/on-the-road-to-3-7/52265
multimedia/mlt7*: Update to 7.36.1<br />
<br />
Remove DECKLINK option. This plugin requires libDeckLinkAPI.so from the<br />
Blackmagic Design SDK, which we don't have, at runtime.<br />
<br />
Unflavorize the glaxnimate and qt mods. Qt5 support has been dropped by<br />
upstream in 7.36.0.<br />
<br />
Decruft and try to satisfy portclippy(1) as much as possible.<br />
<br />
https://github.com/mltframework/mlt/releases/tag/v7.36.0<br />
https://github.com/mltframework/mlt/releases/tag/v7.36.1
www/nginx-vts-exporter: deprecate and expire<br />
<br />
The hnlq715/nginx-vts-exporter upstream has been unmaintained for years.<br />
An actively maintained replacement is available as www/nginx-prometheus-exporter.<br />
<br />
Sponsored by: Netzkommune GmbH
security/duo: Update to 2.2.3<br />
<br />
Submitted by: Nathan A. Ferch <nf@marginal.net>
graphics/dify: Update to 0.8.0
devel/py-b2: Update to 4.5.0<br />
<br />
Changes since 4.4.2:<br />
<br />
- Fixed SystemError buffer overflow crash on Python 3.14+ caused<br />
by rst2ansi's terminal size detection bug.<br />
<br />
Reported by: github
devel/wasm-server-runner: Update to 1.0.1
deskutils/syncthingtray: Update 2.0.4 => 2.0.6<br />
<br />
Changelogs:<br />
https://github.com/Martchus/syncthingtray/releases/tag/v2.0.5<br />
https://github.com/Martchus/syncthingtray/releases/tag/v2.0.6<br />
<br />
PR: 292276
games/exult: Update to 1.12.1<br />
<br />
ChangeLog: https://github.com/exult/exult/releases/tag/v1.12.1<br />
MFH: 2025Q4 (bugfix release)
games/genact: Update to 1.5.0<br />
<br />
ChangeLog: https://github.com/svenstaro/genact/releases/tag/v1.5.0
multimedia/mpc-qt: Update to 26.01<br />
<br />
Upstream gives now the option of build without boost.<br />
Let's build without it to make port lighter.<br />
<br />
ChangeLog: https://github.com/mpc-qt/mpc-qt/releases/tag/v26.01
security/nss: update to 3.120<br />
<br />
Release Notes:<br />
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_120.html<br />
Announcement:<br />
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/6hU1L8RoTTU
www/p5-Reddit-Client: Update to 1.395<br />
<br />
Update to upstream version 1.395.<br />
Restrict PORTSCOUT to valid upstream version numbers (1.xxx)<br />
to avoid false positives such as 1.3865 while still detecting<br />
future releases.<br />
<br />
Sponsored by: Netzkommune GmbH
shells/fish: fix the build with DOCS=OFF after 4.3.3<br />
<br />
PR: 292281<br />
Reported by: lysfjord.daniel@smokepit.net<br />
Fixes: 2eb57252799 shells/fish: 4.3.3
www/matomo: Update to 5.6.2<br />
<br />
Changelog: https://matomo.org/changelog/<br />
Pass Maintainership to submitter<br />
<br />
PR: 292271<br />
Sponsored by: Netzkommune GmbH
lang/gnat13: fix fetching for aarch64 on 16-CURRENT<br />
<br />
Pre-built asset not yet available for this platform.
devel/php-composer: Update to 2.9.3<br />
<br />
PR: 292258<br />
Approved by: Naram Qashat <cyberbotx@cyberbotx.com>
www/freenginx-devel: third-party modules management<br />
<br />
o) update http_redis module: 0.4.0 -> 0.4.1<br />
<br />
Bump PORTREVISION.<br />
<br />
Sponsored by: tipi.work
net-mgmt/net-snmp: Mark MYSQL as BROKEN
textproc/py-mdformat: Update to 1.0.0<br />
<br />
- Remove files/patch-pyproject.toml<br />
- Fix pyproject.toml (via a post-patch target), because the build<br />
framework does not recognise its new format.<br />
(see https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files )<br />
- Pet port(clippy|fmt)<br />
<br />
ChangeLog: https://mdformat.readthedocs.io/en/stable/users/changelog.html#id1
math/calc: Update to 2.16.1.2
security/git-credential-oauth: Update to 0.17.1
x11-fonts/fnt: Release maintainership
www/drupal7*: Back to pool<br />
<br />
Sponsored by: Netzkommune GmbH
www/drupal7*: update to latest upstream releases<br />
<br />
- Update drupal7 from 7.98 to 7.103<br />
- Update drupal7-wysiwyg from 7.x-2.9 to 7.x-2.10<br />
<br />
Sponsored by: Netzkommune GmbH
textproc/ov: Update to 0.50.2<br />
<br />
Changelog:<br />
- https://github.com/noborus/ov/releases/tag/v0.50.0<br />
- https://github.com/noborus/ov/releases/tag/v0.50.2<br />
<br />
PR: 291539<br />
Approved by: lcook (maintainer, timeout 4 weeks)
finance/R-cran-AER: Update to 1.2.15
www/py-litestar: Update to 2.19.0