devel/libvirt: run virt-host-validate in rc script
Update the libvirtd rc script to run virt-host-validate(1)
before running libvirtd(8). This command provides information
about possibly missing kernel modules required for certain
features of libvirtd. Errors and warnings from this tool do not
prevent libvirtd(8) from starting as most of the features
are optional.
Suggested by: arrowd
Reviewed by: arrowd
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D59490
audio/elevenlabs-cli: New port: Command-line interface for the ElevenLabs platform
The keyring crate's "vendored" feature makes libdbus-sys build a bundled
copy of D-Bus; files/patch-Cargo.toml drops it so the system library is
used instead. OPENSSL_NO_VENDOR does the same for openssl-sys.
The CLI exposes the whole ElevenLabs API as subcommands, so the generated
shell completions are about 6MB. They are gated behind a default-off
COMPLETIONS option; the man page is always installed.