x11/xscreensaver: Update 6.14 => 6.15
* New hacks, worldpieces, bestill, bubblecolors, darktransit, downfall,
driftclouds, goldenapollian, noxfire, prococean, rigrekt, trainmandala,
trizm and universeball.
* mapscroller shows the name of the nearest major city, and has an updated
list of available map tile servers.
* Higher resolution Earth imagery in glplanet, dymaxionmap sphereeversion,
cubocteversion and platonicfolding.
* X11: xscreensaver-settings has a search field.
* X11: Excised the last remnants of XLFD-style font parsing.
* macOS, iOS: Text in right-to-left languages is rendered properly.
* Android: Most things display text properly.
https://www.jwz.org/xscreensaver/changelog.html
PR: 294171
Sponsored by: UNIS Labs
x11-wm/river: take maintainership and update to 0.4.2
Notable changes:
* Move MASTER_SITES to correct upstream https://codeberg.org/river/river
* Switch to USES=zig for fetching, building, and installing
* Move pkg-plist to dedicated file
* Remove stale post-patch target
* Change description and COMMENT to reflect new goal of the project
Approved by: lwhsu (mentor, implicitly)
Differential Revision: https://reviews.freebsd.org/D55906
linuxkpi: Handle bin attributes in sysfs attribute groups
For instance, this is used by DRM drivers to declare the EDID property
of an GPU output connector:
sysctl -b sys.device.drmn1.card0.card0-DP-1.edid | edid-decode
...
Block 0, Base EDID:
EDID Structure Version & Revision: 1.4
Vendor & Product Identification:
Manufacturer: SAM
Model: 29814
Serial Number: 810635354 (0x3051505a)
Made in: week 15 of 2025
...
Reviewed by: bz, emaste, wulf
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55176
releases sidenav: label 14.3 as "Legacy"
It is already categorized this way on the page, just not in the
navigation bar, which still reads "Production Release".
Reviewed by: emaste (releng)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56183
website/i18n: make 'Legacy Release' an i18n keyword
This text appears in the 'sidenav' component on the left side at:
https://www.freebsd.org/releases/
Currently it is hard-coded. Add the keyword to the translation
templates.
Reviewed by: vladlen, ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56182
devel/hp48xgcc: try to fix a race condition during the build
Declare as(1) and ld(1) targets' dependency on the `libLKV.a'
and use it literally instead of the phony `lib' target.
Reported by: pkg-fallout
acpi_spmc: Fail probe if acpi_spmc device already attached
We cannot have more than one SPMC device.
Reviewed by: olce
Approved by: olce
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56062