git: d75d33870df1 - main - ObsoleteFiles.inc: add a few missed files

Antoine Brodin antoine at FreeBSD.org
Wed Jun 30 20:35:00 UTC 2021


The branch main has been updated by antoine:

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

commit d75d33870df197309e40d07541b8547447e20286
Author:     Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-06-30 20:34:01 +0000
Commit:     Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-06-30 20:34:36 +0000

    ObsoleteFiles.inc: add a few missed files
---
 ObsoleteFiles.inc | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 38cbbd7807ca..60707faebefc 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -3967,6 +3967,9 @@ OLD_FILES+=usr/libexec/kgdb
 OLD_FILES+=usr/share/man/man4/hme.4.gz
 OLD_FILES+=usr/share/man/man4/if_hme.4.gz
 
+# 20201129: RADIX_MPATH removed
+OLD_FILES+=usr/include/net/radix_mpath.h
+
 # 20201124: ping6(8) was merged into ping(8)
 OLD_FILES+=usr/lib/debug/sbin/ping6.debug
 OLD_FILES+=usr/share/man/man8/ping6.8.gz
@@ -4048,6 +4051,9 @@ OLD_FILES+=boot/lua/logo-fbsdbw.lua
 OLD_FILES+=boot/lua/logo-orb.lua
 OLD_FILES+=boot/lua/logo-orbbw.lua
 
+# 20200828: net/route/shared.h moved to net/route/route_var.h
+OLD_FILES+=usr/include/net/route/shared.h
+
 # 20200825: merged OpenZFS support
 OLD_LIBS+=lib/libzfs.so.3
 OLD_LIBS+=usr/lib32/libzfs.so.3
@@ -4323,6 +4329,9 @@ OLD_FILES+=usr/share/man/man4/cy.4.gz
 OLD_FILES+=usr/share/man/man4/rc.4.gz
 OLD_FILES+=usr/share/man/man4/rp.4.gz
 
+# 20200721: sys/iommu.h moved to dev/iommu/
+OLD_FILES+=usr/include/sys/iommu.h
+
 # 20200715: rework of devstat(9) man page
 OLD_FILES+=usr/share/man/man9/devstat_add_entry.9.gz
 
@@ -5782,6 +5791,37 @@ OLD_FILES+=usr/libexec/cc1plus
 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
 OLD_FILES+=usr/share/man/man1/gperf.1.gz
 OLD_FILES+=usr/share/man/man7/gperf.7.gz
+OLD_DIRS+=usr/include/c++/4.2/tr1
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail
+OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds
+OLD_DIRS+=usr/include/c++/4.2/ext
+OLD_DIRS+=usr/include/c++/4.2/debug
+OLD_DIRS+=usr/include/c++/4.2/bits
+OLD_DIRS+=usr/include/c++/4.2/backward
+OLD_DIRS+=usr/include/c++/4.2
 
 # 20200220: Upgrade of ncurses, shlib bumped to version 9
 OLD_LIBS+=lib/libncurses.so.8
@@ -5797,6 +5837,7 @@ OLD_FILES+=usr/share/man/man1/elf2aout.1.gz
 OLD_FILES+=usr/sbin/simple_httpd
 
 # 20200127: vpo removed
+OLD_FILES+=usr/include/dev/ppbus/vpoio.h
 OLD_FILES+=usr/share/man/man4/imm.4.gz
 OLD_FILES+=usr/share/man/man4/vpo.4.gz
 


More information about the dev-commits-src-all mailing list