Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 18:13:17 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 466bad427d74 - main - src.conf.5: Add WITHOUT_SOUND description
Message-ID:  <696fc5bd.3b4d7.413fa2a7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=466bad427d74e666e85445729b2e63b82e10d18f

commit 466bad427d74e666e85445729b2e63b82e10d18f
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-20 18:07:13 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-20 18:13:10 +0000

    src.conf.5: Add WITHOUT_SOUND description
    
    Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND")
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man5/src.conf.5         | 7 ++++++-
 tools/build/options/WITHOUT_SOUND | 4 ++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 339ca2bd3e8f..e3c4139e304e 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd January 16, 2026
+.Dd January 20, 2026
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -1652,6 +1652,11 @@ legacy docs.
 .It Va WITH_SORT_THREADS
 Enable threads in
 .Xr sort 1 .
+.It Va WITHOUT_SOUND
+Do not build userland sound utilities such as
+.Xr beep 1
+and
+.Xr mixer 8 .
 .It Va WITHOUT_SOURCELESS
 Do not build kernel modules that include sourceless code (either microcode or native code for host CPU).
 When set, it enforces these options:
diff --git a/tools/build/options/WITHOUT_SOUND b/tools/build/options/WITHOUT_SOUND
new file mode 100644
index 000000000000..b4ca08f1263c
--- /dev/null
+++ b/tools/build/options/WITHOUT_SOUND
@@ -0,0 +1,4 @@
+Do not build userland sound utilities such as
+.Xr beep 1
+and
+.Xr mixer 8 .


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696fc5bd.3b4d7.413fa2a7>