biology/p5-transdecoder: Change WWW for portscout
Portscount doesn't seem to find it's way past github.io pages, so
changed WWW to the main github project page.
www/code-server: Update EXTENSIONS.md
Add a section about switching the display language: language packs
must be installed through the Extensions view (the standalone CLI
does not register them), and the packs on Open VSX can lag behind
the bundled VS Code version.
Sponsored by: Netzkommune GmbH
www/reproxy: the port had been updated to the latest version 1.7.1
Stop sed(1)-patching `main.go' and pass appropriate `main.revision'
via GO_LDFLAGS instead.
Reported by: portscout
sysutils/javaservicewrapper: Remove complete ONLY_FOR_ARCHS
ONLY_FOR_ARCHS lists all supported architectures, thus making it redundant.
Reported by: ronald
java/openjdk{25,26}: portclippy and cleanup
Just a cleanup commit sorting the Makefile according to the order
outlined in the Porters Handbook, and reducing the number of times we
check for a headless build, as suggested by vsasjason_gmail.com.
This commit does not increase the PORTREVISION as it does not introduce
any changes to functionality or dependencies.
Reviewed by: jrm
Sponsored by: The FreeBSD Foundation
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