editors/neovim: Update to 0.12.0
This is a very big release--one of the biggest Neovim has ever
had.
Changes: https://github.com/neovim/neovim/blob/v0.12.0/runtime/doc/news.txt
In addition to major LSP improvements, there is a new UI API that will
allow nvim and plugins to engage messages, windows, progress bars, etc.
for a consistent UX. The new vim.pack plugin manager utilizes it to
provide a built-in alternative to lazy.nvim (this one is big!).
security/nmap-devel: Revert part of 5d67fe169bc4
nmap-devel is already configured to use devel/pcre2. Revert that
part of 5d67fe169bc4.
Pointy hat to: cy
Noted by: arrowd
x11/setxkbmap: Update to 1.3.5
Interesting changes:
+ new mdoc manual adding many standard sections like EXAMPLES
+ meson build system has been added, but we do not use it yet
Approved by: ziaee (x11)
security/cdxgen: New port
cdxgen generates CycloneDX SBOMs for multiple programming
languages and ecosystems.
It supports scanning source code, containers, and binaries
to produce Software Bill of Materials outputs.
Project page:
https://github.com/CycloneDX/cdxgen
Sponsored by: OTTRIA
net-mgmt/lldpd: Update to 1.0.21
* Define library dependency for readline
* Fix dependency "leakage" from net-snmp by adding -Wl,--as-needed
to LDFLAGS
PR: 293841
Tested by: John W. O'Brien <john at saltant.com>
Approved by: maintainer timeout, 2+ weeks
devel/libchdr: Update to g20260310
* Use short hash for GH_TAGNAME. This follows the Porter's Handbook more
closely.
* Split Github variables into separate section for improved readability.
* Add option LTO, enabled by default. This replaces enabling LTO via the
WITH_LTO variable. Having an LTO port option is more commonly used in
the ports tree.
* Replace zlib with miniz in EXTRACT_AFTER_ARGS because upstream has
switched to a leaner implementation for the vendored zlib.
Also safeguard every --exclude entry to match the intended path only
and place them on a separate line for improved readability.
Changelog: https://github.com/rtissera/libchdr/compare/40f96ee...7715de1
PR: 294074
security/libssh2: Remove zlib leftover menu option definition
Remove zlib definition from OPTIONS_DEFAULT as there's no port logic left
Approved by: blanket