packages: Add a sound package

Put virtual_oss, /etc/devd/snd.conf and the other audio-related tools
into a new "sound" package.  Don't create a separate -lib package,
since it's unlikely someone will want mixer(3) without mixer(8).

Put the sound package in the optional set rather than minimal, since
it's not actually required for audio hardware support, and many systems
(including nearly all servers) won't want it installed.

MFC after:	3 seconds
Reviewed by:	christos
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D52823
This commit is contained in:
Lexi Winter
2025-10-02 02:16:11 +01:00
parent ed6716207d
commit 1b806e607f
11 changed files with 71 additions and 2 deletions
+3 -1
View File
@@ -216,7 +216,9 @@ CCDPACKAGE= ccdconfig
.endif
.if ${MK_CUSE} != "no"
CONFS+= virtual_oss
CONFGROUPS+= VOSS
VOSS= virtual_oss
VOSSPACKAGE= sound
.endif
.if ${MK_KERBEROS_SUPPORT} != "no"