Date: Fri, 12 Jun 2026 18:11:11 +0000 From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7a8911e13cda - stable/15 - Preen/update list for share/examples/sound under `MK_EXAMPLES` Message-ID: <6a2c4bbf.41ed7.463b2a12@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=7a8911e13cda5074bdce766ed1b4eecbcfc29f03 commit 7a8911e13cda5074bdce766ed1b4eecbcfc29f03 Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2026-04-22 21:00:52 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2026-06-12 18:10:11 +0000 Preen/update list for share/examples/sound under `MK_EXAMPLES` - Update sources to match current installed files list. This involved adding and removing some example files. - Sort the list alphabetically so it'll be easier to spot future updates. MFC after: 1 week (cherry picked from commit b9495bd8c13e95035366b4e699b9ebe9f3d5c543) --- tools/build/mk/OptionalObsoleteFiles.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index c640c5eef6eb..4a808498ff5f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1950,11 +1950,15 @@ OLD_FILES+=usr/share/examples/smbfs/print/lj6l OLD_FILES+=usr/share/examples/smbfs/print/ljspool OLD_FILES+=usr/share/examples/smbfs/print/printcap.sample OLD_FILES+=usr/share/examples/smbfs/print/tolj -OLD_FILES+=usr/share/examples/sound/basic.c -OLD_FILES+=usr/share/examples/sound/ossmidi.h -OLD_FILES+=usr/share/examples/sound/ossinit.h OLD_FILES+=usr/share/examples/sound/README +OLD_FILES+=usr/share/examples/sound/kqueue.c OLD_FILES+=usr/share/examples/sound/midi.c +OLD_FILES+=usr/share/examples/sound/mmap.c +OLD_FILES+=usr/share/examples/sound/oss.h +OLD_FILES+=usr/share/examples/sound/poll.c +OLD_FILES+=usr/share/examples/sound/select.c +OLD_FILES+=usr/share/examples/sound/simple.c +OLD_FILES+=usr/share/examples/sound/sndstat_nv.c OLD_FILES+=usr/share/examples/sunrpc/Makefile OLD_FILES+=usr/share/examples/sunrpc/dir/Makefile OLD_FILES+=usr/share/examples/sunrpc/dir/dir.xhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c4bbf.41ed7.463b2a12>
