Date: Wed, 1 Oct 2025 10:09:49 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bce8cdaf4cb1 - main - rc.d: Fix package for virtual_oss Message-ID: <202510011009.591A9nne075327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=bce8cdaf4cb184db577a5633e82bdabe24239af1 commit bce8cdaf4cb184db577a5633e82bdabe24239af1 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-10-01 10:04:19 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-01 10:06:55 +0000 rc.d: Fix package for virtual_oss There is no virtual_oss package. Install the virtual_oss script in rc, since there's currently no specific package for sound utilities. This fixes the pkgbase build. Fixes: f040ee6e4078 ("virtual_oss: Do not build if WITHOUT_CUSE is set") --- libexec/rc/rc.d/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index cd55a05f545e..4f2d63c06e19 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -216,9 +216,7 @@ CCDPACKAGE= ccdconfig .endif .if ${MK_CUSE} != "no" -CONFGROUPS+= VOSS -VOSS= virtual_oss -VOSSPACKAGE= virtual_oss +CONFS+= virtual_oss .endif .if ${MK_KERBEROS_SUPPORT} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510011009.591A9nne075327>