ObsoleteFiles.inc (f849be8ae8190232db2517ed309f030904888918) ObsoleteFiles.inc (50502545ce6c0e748cfa965924b49611d0da14ae)
1#
2# $FreeBSD$
3#
4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5# directories (OLD_DIRS) which should get removed at an update. Recently
6# removed entries first (with the date as a comment). Dynamic libraries are
7# special cased (OLD_LIBS). Static libraries or the generic links to
8# the dynamic libraries (lib*.so) should (if you don't know why to make an

--- 24 unchanged lines hidden (view full) ---

33# For optional components, you can use the following to see if some entries
34# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
35# for o in tools/build/options/WITH*; do
36# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
37# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
38# xargs -n1 | sort | uniq -d;
39# done
40
1#
2# $FreeBSD$
3#
4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5# directories (OLD_DIRS) which should get removed at an update. Recently
6# removed entries first (with the date as a comment). Dynamic libraries are
7# special cased (OLD_LIBS). Static libraries or the generic links to
8# the dynamic libraries (lib*.so) should (if you don't know why to make an

--- 24 unchanged lines hidden (view full) ---

33# For optional components, you can use the following to see if some entries
34# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
35# for o in tools/build/options/WITH*; do
36# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
37# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
38# xargs -n1 | sort | uniq -d;
39# done
40
41# 2017mmdd: new clang import which bumps version from 4.0.0 to 5.0.0.
42OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
43OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
44OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h
45OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/coverage_interface.h
46OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/dfsan_interface.h
47OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/esan_interface.h
48OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/linux_syscall_hooks.h
49OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/lsan_interface.h
50OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/msan_interface.h
51OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/tsan_interface_atomic.h
52OLD_DIRS+=usr/lib/clang/4.0.0/include/sanitizer
53OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_builtin_vars.h
54OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_cmath.h
55OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_complex_builtins.h
56OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_intrinsics.h
57OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_math_forward_declares.h
58OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_runtime_wrapper.h
59OLD_FILES+=usr/lib/clang/4.0.0/include/__stddef_max_align_t.h
60OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_aes.h
61OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_pclmul.h
62OLD_FILES+=usr/lib/clang/4.0.0/include/adxintrin.h
63OLD_FILES+=usr/lib/clang/4.0.0/include/altivec.h
64OLD_FILES+=usr/lib/clang/4.0.0/include/ammintrin.h
65OLD_FILES+=usr/lib/clang/4.0.0/include/arm_acle.h
66OLD_FILES+=usr/lib/clang/4.0.0/include/arm_neon.h
67OLD_FILES+=usr/lib/clang/4.0.0/include/armintr.h
68OLD_FILES+=usr/lib/clang/4.0.0/include/avx2intrin.h
69OLD_FILES+=usr/lib/clang/4.0.0/include/avx512bwintrin.h
70OLD_FILES+=usr/lib/clang/4.0.0/include/avx512cdintrin.h
71OLD_FILES+=usr/lib/clang/4.0.0/include/avx512dqintrin.h
72OLD_FILES+=usr/lib/clang/4.0.0/include/avx512erintrin.h
73OLD_FILES+=usr/lib/clang/4.0.0/include/avx512fintrin.h
74OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmaintrin.h
75OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmavlintrin.h
76OLD_FILES+=usr/lib/clang/4.0.0/include/avx512pfintrin.h
77OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmiintrin.h
78OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmivlintrin.h
79OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlbwintrin.h
80OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlcdintrin.h
81OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vldqintrin.h
82OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlintrin.h
83OLD_FILES+=usr/lib/clang/4.0.0/include/avxintrin.h
84OLD_FILES+=usr/lib/clang/4.0.0/include/bmi2intrin.h
85OLD_FILES+=usr/lib/clang/4.0.0/include/bmiintrin.h
86OLD_FILES+=usr/lib/clang/4.0.0/include/clflushoptintrin.h
87OLD_FILES+=usr/lib/clang/4.0.0/include/cpuid.h
88OLD_FILES+=usr/lib/clang/4.0.0/include/emmintrin.h
89OLD_FILES+=usr/lib/clang/4.0.0/include/f16cintrin.h
90OLD_FILES+=usr/lib/clang/4.0.0/include/fma4intrin.h
91OLD_FILES+=usr/lib/clang/4.0.0/include/fmaintrin.h
92OLD_FILES+=usr/lib/clang/4.0.0/include/fxsrintrin.h
93OLD_FILES+=usr/lib/clang/4.0.0/include/htmintrin.h
94OLD_FILES+=usr/lib/clang/4.0.0/include/htmxlintrin.h
95OLD_FILES+=usr/lib/clang/4.0.0/include/ia32intrin.h
96OLD_FILES+=usr/lib/clang/4.0.0/include/immintrin.h
97OLD_FILES+=usr/lib/clang/4.0.0/include/lzcntintrin.h
98OLD_FILES+=usr/lib/clang/4.0.0/include/mm3dnow.h
99OLD_FILES+=usr/lib/clang/4.0.0/include/mm_malloc.h
100OLD_FILES+=usr/lib/clang/4.0.0/include/mmintrin.h
101OLD_FILES+=usr/lib/clang/4.0.0/include/module.modulemap
102OLD_FILES+=usr/lib/clang/4.0.0/include/msa.h
103OLD_FILES+=usr/lib/clang/4.0.0/include/mwaitxintrin.h
104OLD_FILES+=usr/lib/clang/4.0.0/include/nmmintrin.h
105OLD_FILES+=usr/lib/clang/4.0.0/include/opencl-c.h
106OLD_FILES+=usr/lib/clang/4.0.0/include/pkuintrin.h
107OLD_FILES+=usr/lib/clang/4.0.0/include/pmmintrin.h
108OLD_FILES+=usr/lib/clang/4.0.0/include/popcntintrin.h
109OLD_FILES+=usr/lib/clang/4.0.0/include/prfchwintrin.h
110OLD_FILES+=usr/lib/clang/4.0.0/include/rdseedintrin.h
111OLD_FILES+=usr/lib/clang/4.0.0/include/rtmintrin.h
112OLD_FILES+=usr/lib/clang/4.0.0/include/s390intrin.h
113OLD_FILES+=usr/lib/clang/4.0.0/include/shaintrin.h
114OLD_FILES+=usr/lib/clang/4.0.0/include/smmintrin.h
115OLD_FILES+=usr/lib/clang/4.0.0/include/tbmintrin.h
116OLD_FILES+=usr/lib/clang/4.0.0/include/tmmintrin.h
117OLD_FILES+=usr/lib/clang/4.0.0/include/vadefs.h
118OLD_FILES+=usr/lib/clang/4.0.0/include/vecintrin.h
119OLD_FILES+=usr/lib/clang/4.0.0/include/wmmintrin.h
120OLD_FILES+=usr/lib/clang/4.0.0/include/x86intrin.h
121OLD_FILES+=usr/lib/clang/4.0.0/include/xmmintrin.h
122OLD_FILES+=usr/lib/clang/4.0.0/include/xopintrin.h
123OLD_FILES+=usr/lib/clang/4.0.0/include/xsavecintrin.h
124OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveintrin.h
125OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveoptintrin.h
126OLD_FILES+=usr/lib/clang/4.0.0/include/xsavesintrin.h
127OLD_FILES+=usr/lib/clang/4.0.0/include/xtestintrin.h
128OLD_DIRS+=usr/lib/clang/4.0.0/include
129OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.a
130OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.so
131OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
132OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
133OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
134OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
135OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
136OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
137OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-arm.a
138OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-i386.a
139OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
140OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-i386.a
141OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
142OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-i386.a
143OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
144OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
145OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
146OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
147OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
148OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
149OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
150OLD_DIRS+=usr/lib/clang/4.0.0/lib/freebsd
151OLD_DIRS+=usr/lib/clang/4.0.0/lib
152OLD_DIRS+=usr/lib/clang/4.0.0
153# 20170322: rename <x> to <x>_test to match the FreeBSD test suite name scheme
154OLD_FILES+=usr/tests/usr.bin/col/col
155OLD_FILES+=usr/tests/usr.bin/diff/diff
156OLD_FILES+=usr/tests/usr.bin/ident/ident
157OLD_FILES+=usr/tests/usr.bin/mkimg/mkimg
158OLD_FILES+=usr/tests/usr.bin/sdiff/sdiff
159OLD_FILES+=usr/tests/usr.bin/soelim/soelim
160OLD_FILES+=usr/tests/usr.sbin/pw/pw_config

--- 9 unchanged lines hidden (view full) ---

170# 20170322: garbage collect old references to igb(4)
171OLD_FILES+=usr/share/man/man4/if_igb.4.gz
172OLD_FILES+=usr/share/man/man4/igb.4.gz
173# 20170319: io_test requires zh_TW.Big5 locale.
174OLD_FILES+=usr/tests/lib/libc/locale/io_test
175# 20170319: remove nls for non supported Big5* locales
176OLD_DIRS+=usr/share/nls/zh_HK.Big5HKSCS
177OLD_DIRS+=usr/share/nls/zh_TW.Big5
41# 20170322: rename <x> to <x>_test to match the FreeBSD test suite name scheme
42OLD_FILES+=usr/tests/usr.bin/col/col
43OLD_FILES+=usr/tests/usr.bin/diff/diff
44OLD_FILES+=usr/tests/usr.bin/ident/ident
45OLD_FILES+=usr/tests/usr.bin/mkimg/mkimg
46OLD_FILES+=usr/tests/usr.bin/sdiff/sdiff
47OLD_FILES+=usr/tests/usr.bin/soelim/soelim
48OLD_FILES+=usr/tests/usr.sbin/pw/pw_config

--- 9 unchanged lines hidden (view full) ---

58# 20170322: garbage collect old references to igb(4)
59OLD_FILES+=usr/share/man/man4/if_igb.4.gz
60OLD_FILES+=usr/share/man/man4/igb.4.gz
61# 20170319: io_test requires zh_TW.Big5 locale.
62OLD_FILES+=usr/tests/lib/libc/locale/io_test
63# 20170319: remove nls for non supported Big5* locales
64OLD_DIRS+=usr/share/nls/zh_HK.Big5HKSCS
65OLD_DIRS+=usr/share/nls/zh_TW.Big5
178# 20170319: Remove zh_TW.Big5
179OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
180OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
181OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
182OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
183OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
184OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
185OLD_DIRS+=usr/share/locale/zh_TW.Big5
186# 20170313: move .../sys/geom/eli/... to .../sys/geom/class/eli/...
187OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/pbkdf2
188OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/Kyuafile
189OLD_FILES+=usr/tests/sys/geom/eli/Kyuafile
190OLD_DIRS+=usr/tests/sys/geom/eli/pbkdf2
191OLD_DIRS+=usr/tests/sys/geom/eli
192# 20170313: sbin/ipftest and ipresend temporarily disconnected.
193OLD_FILES+=sbin/ipftest

--- 8761 unchanged lines hidden ---
66# 20170313: move .../sys/geom/eli/... to .../sys/geom/class/eli/...
67OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/pbkdf2
68OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/Kyuafile
69OLD_FILES+=usr/tests/sys/geom/eli/Kyuafile
70OLD_DIRS+=usr/tests/sys/geom/eli/pbkdf2
71OLD_DIRS+=usr/tests/sys/geom/eli
72# 20170313: sbin/ipftest and ipresend temporarily disconnected.
73OLD_FILES+=sbin/ipftest

--- 8761 unchanged lines hidden ---