Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2025 08:24:37 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5cc36854ee63 - main - devd: Remove SND package
Message-ID:  <202510010824.5918ObF6082251@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=5cc36854ee63dc695d90a841d9db587bec67ba24

commit 5cc36854ee63dc695d90a841d9db587bec67ba24
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-10-01 08:18:32 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-10-01 08:23:02 +0000

    devd: Remove SND package
    
    This was done by accident, build snd.conf always.
    
    Reported by:    ivy
    Fixes:          2ffaca551eaf ("snd_hda: Implement automatic redirection between associations")
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 day
---
 sbin/devd/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index f65eee93dd4b..dad6f4f9c340 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -4,7 +4,7 @@ WARNS?= 6
 PACKAGE=devd
 CONFGROUPS=	CONFS DEVD
 CONFS=	devd.conf
-DEVD=	devmatch.conf
+DEVD=	devmatch.conf snd.conf
 DEVDDIR=	/etc/devd
 .if ${MK_ACPI} != "no"
 DEVD+=	asus.conf
@@ -51,11 +51,6 @@ NVMEDIR=		${DEVDDIR}
 NVME+=			nvmf.conf
 NVMEPACKAGE=		nvme-tools
 
-CONFGROUPS+=	SND
-SNDDIR=		${DEVDDIR}
-SND+=		snd.conf
-SNDPACKAGE=	snd
-
 .if ${MK_USB} != "no"
 DEVD+=	uath.conf ulpt.conf
 .endif



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