mattermost: Set up rc.d script
Like many of the packages that target Docker installations, mattermost
does not daemonize. The rc.d script runs the process with daemonize(8)
(see the security/vaultwarden example).
wip/mattermost-server -- update to v11.5.1
The package does not currently build on NetBSD because several modules
(see TODO) do not 'build' (whatever that means in golang).
Since I don't Go, I'll punt.
py-homeassistant: Rototill for NetBSD 10
and abandon NetBSD9 9. (If you are on 9 and trying to run HA, you
should update.)
Switch to py314, because HA has.
prometheus-lts: Complete the build
go-module.mk redefine EXTRACT_ONLY and so the PROMETHEUS_WEB_UI was
never extracted. Define EXTRACT_ONLY to address that.