*/*: Deprecate and set expiration date to 2026-06-30 on FFmpeg 4 consumers
To follow up on 15dea205dcd006fb94a96d7ffafd617e3ba4201d deprecate and
set expiration date on direct FFmpeg 4 consumers.
PR: 293822, 293823, 293824, 293825, 293826, 278913, 293827
270198, 270248, 270206, 293828, 261302, 270281, 270214
270276, 270314
emulators/ppsspp: Update to 1.20.2
* Remove emulators/ppsspp-qt5 due to Qt 5 being end of life
* Unbundle freetype, libchdr and rapidjson
* Remove redundant -msse2 compiler flag on amd64 as this is enabled
by default
Changes submitted upstream, https://github.com/hrydgard/ppsspp/pull/21428
PR: 293572
graphics/gthumb: update to 3.12.10
Update to 3.12.10
Version 3.12.10
~~~~~~~~~~~~~~
Released: 2026-02-10
Bugfixes:
* Fixed potential crash
Version 3.12.9
~~~~~~~~~~~~~
Released: 2026-01-23
Bugfixes:
* Fixed compilation when lcms2 is disabled
* Lossless rotation: make sure to modify the orientation tags only
* Do not change the file modification time if the content did not change
[21 lines not shown]
x11-fonts/roboto-fonts-ttf: update to 3.015
Update to 3.015
Adjust MASTER_SITES (previous repo is now archived)
Fix LICENSE
Reduce I/O, no need to handle a bunch of files we won't use
Adjust Makefile layout to be more consistent with tree
Fix WRKSRC
PR: 292072
x11-toolkits/libspelling: update to 0.4.10
Update to 0.4.10
libspelling 0.4.10
==================
This is a bug-fix release for GNOME 48 and newer
* Add Cornish and Uighur translations
* Update Norwegian Bokmål and Kabyle translations
PR: 292822
*/*: bump PORTREVISION for accessibility/py-atspi
Bump PORTREVISION for accessibility/py-atspi BUILD_DEPENDS update to
force rebuild and reinstall.
PR: 289797
x11-themes/pocillo-gtk-themes: New port
Pocillo is a material design theme for the Budgie desktop. It supports
Gtk3, Gtk4, Budgie, LightDM theming.
Fix Makefile typo causing build failure (truckman)
PR: 292073
net/ipaddr: New port: Command-line IP address manipulation tool
ipaddr is a command-line tool for manipulating and querying IP addresses
and networks. It provides functionality similar to Python's ipaddress module
but as a standalone CLI utility.
Features include:
- IPv4 and IPv6 address normalization
- CIDR and netmask prefix notation support
- Network calculations (network, broadcast, host addressing)
- Address classification (private, loopback, multicast, etc.)
- Subnet and supernet operations
- Command chaining for complex operations
- IPv6-specific features (6to4, Teredo, zone-id)
WWW: https://github.com/astralblue/ipaddr
PR: 292621
Reported by: Eugene M. Kim <ab at astral.blue> (new maintainer)
editors/zed: Fix WASM extension host panic on FreeBSD ("unsupported os")
Zed's WASM extension host panics with "unsupported os" on FreeBSD when
any Rust-based extension (Typst, LaTeX, HTML, typos, etc.) loads. The
panic occurs at
crates/extension_host/src/wasm_host/wit/since_v0_8_0.rs:840 where
current_platform() only handles macOS, Linux, and Windows.
The patch maps FreeBSD to the Linux OS variant and seems to solve the
issue, allowing the user to install the extensions for Typst, LaTex,
and typos.
PR: 293816
Reported by: John Holloway <mail at jholloway.dev>
Pull Request: https://github.com/tagattie/FreeBSD-Zed/pull/3
textproc/py-elasticsearch5: Deprecate - 5.x reached EoL, last version was in 2018
In such cases, I usually update to the latest version in the branch
(5.5.2 => 5.5.5) and only then deprecate the port, but here there is no
point in this - this is a very old branch, the latest version of which
was released in 2018, no one in the tree depends on it, and the ports
have the latest version 9.3.0 in the port textproc/py-elasticsearch.
Deprecate with expiration date 2026-06-30.
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
textproc/kibana93: New port: Browser-based analytics and search interface to Elasticsearch 9.3.x
Release Notes:
https://www.elastic.co/docs/release-notes/kibana#kibana-9.3.1-release-notes
PR: 290979
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>