Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2025 15:31:47 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: 419dcdc2c981 - main - virtual_oss: Move plugins to the sound package
Message-ID:  <202510121531.59CFVlXe036246@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=419dcdc2c981306b0ded44580977d2e053719b14

commit 419dcdc2c981306b0ded44580977d2e053719b14
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-12 15:29:17 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-12 15:29:17 +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
---
 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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510121531.59CFVlXe036246>