Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2025 20:33:29 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47a060bc66e9 - main - audio/sndio: Add virtual_oss to rcorder
Message-ID:  <202510102033.59AKXTFG084861@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by christos:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47a060bc66e9d2ee24417f58b8e58d13e7dd2250

commit 47a060bc66e9d2ee24417f58b8e58d13e7dd2250
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-10-10 20:32:41 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-10-10 20:33:04 +0000

    audio/sndio: Add virtual_oss to rcorder
    
    Because virtual_oss(8) might be configured to use sndio devices, we
    should make sure that sndiod starts before the virtual_oss service.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    arrowd, emaste, des
    Differential Revision:  https://reviews.freebsd.org/D53020
---
 audio/sndio/Makefile        | 1 +
 audio/sndio/files/sndiod.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile
index d9ade9c86ac6..ba06c1cf2cbf 100644
--- a/audio/sndio/Makefile
+++ b/audio/sndio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sndio
 DISTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://sndio.org/
 
diff --git a/audio/sndio/files/sndiod.in b/audio/sndio/files/sndiod.in
index 243832c1c821..890d10488c3f 100644
--- a/audio/sndio/files/sndiod.in
+++ b/audio/sndio/files/sndiod.in
@@ -2,7 +2,7 @@
 
 # PROVIDE: sndiod
 # REQUIRE: NETWORKING sysctl
-# BEFORE:  DAEMON
+# BEFORE:  DAEMON virtual_oss
 # KEYWORD: shutdown
 
 . /etc/rc.subr


home | help

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