Date: Mon, 13 Oct 2025 06:50:35 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 861225fbe31b - stable/15 - virtual_oss: Move plugins to the sound package Message-ID: <202510130650.59D6oZhi078932@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=861225fbe31b86922d7f9fcfa1d280bde50f862e commit 861225fbe31b86922d7f9fcfa1d280bde50f862e Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-10-12 15:29:17 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-13 06:33:56 +0000 virtual_oss: Move plugins to the sound package This is the correct place for them, and also issues an incorrect dependency from utilities to sound. Fixes: 1b806e607f52 ("packages: Add a sound package") MFC after: 3 days Reviewed by: christos, dch Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53015 (cherry picked from commit 419dcdc2c981306b0ded44580977d2e053719b14) --- lib/virtual_oss/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/virtual_oss/Makefile.inc b/lib/virtual_oss/Makefile.inc index 45c8e0b1fdfc..877465a5c548 100644 --- a/lib/virtual_oss/Makefile.inc +++ b/lib/virtual_oss/Makefile.inc @@ -1,3 +1,5 @@ +PACKAGE= sound + .include "../Makefile.inc" LDFLAGS+= -L${.OBJDIR:H:H}/libsamplerate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510130650.59D6oZhi078932>