x11/xdm: Run-depend on x11/xrdb, as xdm calls this executable
There are a lot of more missing dependencies that I failed to enumerate in
entirety, but this is at least step forward.
Pull Request: https://github.com/freebsd/freebsd-ports/pull/505
security/vuxml: Add entry for (lib)expat CVE-2026-41080
(lib)expat before 2.8.0 uses insufficient entropy, and thus hash
flooding can occur via a crafted XML document
PR: 294769
net-mgmt/cacti: update cacti config to use net-smtp by default
Latest php upgrade introduces an issue between cacti and php-snmp
causing data retrieval issues. This not occurs if cacty is
instructed by configuration to use the net-snmp binary instead.
Change default configuration to use net-snmp by default,
but kept php-snmp dependency to not break existing installs.
Do some extra cleanup and to comply with portlint and portfmt expectations.
Mk/Uses/meson.mk: Silence warning during do-configure stage
Add setup to CONFIGURE_ARGS to silence following warning:
"WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated."
PR: 294808
Reviewed by: desktop (arrowd)