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
amd64: do reset %rip after page fault if pcb_onfault is set
for any kernel page fault, and not only for EFIRT case.
Reported and tested by: pho
Fixes: 914a53570750ce5a104a5870403d7669656fddc3
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
ipfwpcap: Fix build after libpcap 1.10.6 update
pcap-int.h now references SIZEOF_TIME_T from libpcap's config.h, which
is not available to consumers of the internal header outside of the
libpcap build. Switch to the public <pcap.h> header and replace the
direct FILE* casts and ferror()/fflush() calls with pcap_dump_flush(3),
which is the correct public API for flushing a pcap dump file.
Sponsored by: The FreeBSD Foundation
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>
textproc/kibana8: Port improvements that were made while creating ports of version 9.x
- Improved text in COMMENT, pkg-deinstall, pkg-message, pkg-descr.
- Parametrize kibana with ${PORTNAME} in CONFLICTS.
- Add possibility to run port with non-default user/group www.
- Fix indents in post-patch.
- Refresh patches.
PR: 290979
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)