lang/go12[45]: silence portscout
Because this does not make sense:
Port | Current version | New version
------------------------------------------------+-----------------+------------
lang/go124 | 1.24.8 | 1.25.3
------------------------------------------------+-----------------+------------
And pet portclippy in the meantime by reordering some variables.
databases/mongodb70: make_jobs_unsafe
For unknown reasons this port tends to fail a lot on @armv80a flavor.
From the build log:
"scons: *** [build/opt/mongo/db/catalog/collection_uuid_mismatch.o] Error -9"
I can't reproduce this locally. Let's try to remove parallel jobs and
see if it improves the build stability.
Reported-by: https://portsfallout.com/fallout?port=databases%2Fmongodb%5B0-9%5D&maintainer=&env=&category=&flavor=
lang/go124: Update to 1.24.9
Changes: go1.24.9 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.24.9 milestone on our issue tracker
for details.
lang/go125: Update to 1.25.3.
Changes: go1.25.3 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.25.3 milestone on our issue tracker
for details.
devel/libunistring: update to 1.4.1
Changes:
- Fixed a compilation error in C++ mode.
Reported by: fuz
PR: 290195
MFH: 2025Q4
(cherry picked from commit 561470c291ef623d3aedba3cadf22cad8dacec87)
security/wpa_supplicant: Add option to build libwpa_client
CONFIG_BUILD_WPA_CLIENT_SO allows building the libwpa_client shared
library and the wpa_ctrl.h header file. This library provides helpers
to interact with the wpa_supplicant control interface.
This is required for net/wutil.
Approved by: cy (maintainer timeout)
PR: 288933
Sponsored by: Google LLC (GSoC 2025)
net/wutil: Add new port
wutil is a WiFi management utility for FreeBSD with a CLI (wutil) and
a TUI (wutui). It supports station-mode operations and manages
wpa_supplicant configuration.
WWW: https://github.com/MainKt/wutil/
Sponsored by: Google LLC (GSoC 2025)
PR: 289079