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
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
net-im/py-zapzap: Update to 6.4.0
- Update list of build dependencies
- Add a post-patch target to fix the program version that does not match
the distribution version. This discrepancy causes the following error:
===> Generating temporary packing list
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 98, in <module>
_main(sys.argv[1:], "python -m installer")
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 86, in _main
with WheelFile.open(args.wheel) as source:
File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/installer/sources.py", line 162, in open
with zipfile.ZipFile(path) as f:
[12 lines not shown]