Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2024 13:54:51 GMT
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f63d0c39d9d7 - stable/14 - ObsoleteFiles.inc: Update after sound changes
Message-ID:  <202408261354.47QDsps2017552@gitrepo.freebsd.org>

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

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

commit f63d0c39d9d748bbb2cecaf4c7799059b2dd5939
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2024-08-24 12:08:15 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2024-08-26 13:53:43 +0000

    ObsoleteFiles.inc: Update after sound changes
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit c3516c6533a17dbd980b5a2a8f566ada99c4b72d)
---
 ObsoleteFiles.inc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 4ae15082cdfd..788edc0eac38 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,16 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20240824: sound examples: midi.c moved out of oss/
+OLD_FILES+=share/examples/sound/oss/midi.c
+
+# 20240824: sound examples: Remove ossinit.h and rename basic.c to audio.c
+OLD_FILES+=share/examples/sound/oss/ossinit.h
+OLD_FILES+=share/examples/sound/oss/basic.c
+
+# 20240824: sound examples: Remove ossmidi.h
+OLD_FILES+=share/examples/sound/oss/ossmidi.h
+
 # 20240801: retire ifaddr_byindex
 OLD_FILES+=usr/share/man/man9/ifaddr_byindex.9.gz
 



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