x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to 595.58.03
Update to latest Production Branch of drivers 595.58.03:
https://www.nvidia.com/en-us/drivers/details/265873/
Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/265870/
Also bump -devel variant to match with master ports, as Production
Branch [PB] of drivers have now higher version than New Feature
Branch [NFB] of drivers.
As this update drops a bunch of old (pre-Turing generation of
architectures) GPUs as done in -devel variants updated 20260103,
add -580 variant of legacy branch of driver.
Currently, this is exactly the same version before this update.
(580.142)
[2 lines not shown]
www/fabio: Update 1.6.4 => 1.6.11, fix runtime
A recent update to Consul causes Fabio to fail to register itself in the
service directory. Consul has apparently become stricter in its
interpretation of IPv4 addresses and fails to recognize an IPv4 address
surrounded by square brackets. Versions prior to 1.22 permitted this.
Fabio (prior to 1.6.11) sends its IPv4 address wrapped in square
brackets and will fail to register on a newer Consul.
Changelog:
https://github.com/fabiolb/fabio/blob/master/CHANGELOG.md#v1611-2025-12-09
While here replace PORTVERSION with DISTVERSION.
PR: 294048
Approved by: blanket (fix runtime)
Sponsored by: UNIS Labs
MFH: 2026Q1
(cherry picked from commit ea4da10cbbcac68e7befde5375f2650a2e81b836)
www/fabio: Update 1.6.4 => 1.6.11, fix runtime
A recent update to Consul causes Fabio to fail to register itself in the
service directory. Consul has apparently become stricter in its
interpretation of IPv4 addresses and fails to recognize an IPv4 address
surrounded by square brackets. Versions prior to 1.22 permitted this.
Fabio (prior to 1.6.11) sends its IPv4 address wrapped in square
brackets and will fail to register on a newer Consul.
Changelog:
https://github.com/fabiolb/fabio/blob/master/CHANGELOG.md#v1611-2025-12-09
While here replace PORTVERSION with DISTVERSION.
PR: 294048
Approved by: blanket (fix runtime)
Sponsored by: UNIS Labs
MFH: 2026Q1
misc/ollama: add patches for: image generation hanging/timeout on slow CPUs, etc.
Enable image gen via MLX - now your local llama can finally draw Beastie
in sunglasses:
$ ollama run x/z-image-turbo "FreeBSD Beastie in sunglasses drinking coffee at the beach"
devel/superhtml: Add port
The SuperHTML CLI Tool offers validation and autoformatting features for
SuperHTML, SuperMD, and Scripty (used by www/zine-ssg).
Additionally it can be used as an LSP for HTML as well.
Differential Revision: https://reviews.freebsd.org/D55878
www/zine-ssg: Add port
Zine is a static site generator similar in concept to www/gohugo.
Zine turns your content into HTML, styles it using your layouts, and finally
copies the result into an output directory that you can then publish on static
hosting services like GitHub Pages.
Zine has a companion port, devel/superhtml which acts as an LSP for the markdown
content and HTML layouts.
Differential Revision: https://reviews.freebsd.org/D55877
archivers/lhasa: Update to 0.5.0
Take maintainership.
Update MASTER_SITES, COMMENT, LICENSE_FILE and pkg-descr.
Use the LIBVERSION and VERSION variable in pkg-plist.
Changelog:
https://raw.githubusercontent.com/fragglet/lhasa/refs/tags/v0.5.0/NEWS.md
PR: 290946
Approved by: cs at innolan.dk (maintainer timeout), fluffy (mentor)