devel: reconnect llvm{15-22}-libs to the build
The last merge from freebsd/main dropped the eight SUBDIR entries added
in c899ad3fc026, leaving the -libs ports present in the tree but not
hooked into the category Makefile. Restore them.
devel/llvm22-libs: update to 22.1.8
Sync with devel/llvm22, which moved to 22.1.8. The upstream update was a
version and distinfo change only, and the accompanying backport patch
files/patch-backport-93a67259cf23 is picked up automatically through
PATCHDIR pointing at ../llvm22/files, so no plist change is needed.
x11-fonts/nerd-fonts: Update to 3.5.0
Upstream renamed the D2Coding font to D2Koding due to license reasons.
Consequently, the x11-fonts/nerd-fonts-d2coding subport has moved to
x11-fonts/nerd-fonts-d2koding accompanied by an entry in the MOVED file.
Added subports:
- x11-fonts/nerd-fonts-annotationmono
- x11-fonts/nerd-fonts-googlesanscode
Changed licenses:
- x11-fonts/nerd-fonts-agave (MIT -> OFL11)
- x11-fonts/nerd-fonts-arimo (APACHE20 -> OFL11)
- x11-fonts/nerd-fonts-cousine (APACHE20 -> OFL11)
Changelog:
https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.5.0
PR: 297246
[2 lines not shown]
security/caldera: change RUN_DEP from net/haproxy24 to net/haproxy to unbreak index
- Checked code, it's referenced only by a config and will probably work
with every version of haproxy
devel/llvm23: welcome 23.1.0-rc2
Update to the first usable snapshot of the 23.1.0 release (RC1 lacked
distfiles). Connect to the build.
Sponsored by: DARPA, AFRL
devel/llvm23: bootstrap from devel/llvm22
This is an unmodified copy of llvm22 (except for the removal of the
just added patch files/patch-backport-93a67259cf23 which we won't need).
The next commit will convert this this to llvm23 and attach it to the
tree.
Sponsored by: DARPA, AFRL
irc/unreal: Update 6.1.9.1 => 6.2.6
Port changes:
- Drops LIB_DEPENDS and configure flag for libmaxminddb as there
is a new built-in GeoIP database (mmdb).
- No longer RUN_DEPENDS on geoipupdate as the new database reloads
on start or rehash.
Changelog:
https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-626
PR: 297176
Reported by: Matthew Horan <matt at matthoran.com> (author)
Approved by: tanawts at gmail.com (maintainer)
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
security/openssl-oqsprovider: Fix build with liboqs 0.16.0
pending upstream release of new version
PR: 297221
Reported byL Bruno Damour <bruno ruoma net>