]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - ObsoleteFiles.inc
Fix typo in r278616
[FreeBSD/FreeBSD.git] / ObsoleteFiles.inc
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
9 # exception, make this a "must") be viewed as normal files (OLD_FILES).
10 #
11 # In case of a complete directory hierarchy the sorting is in depth first
12 # order.
13 #
14 # Before you commit changes to this file please check if any entries in
15 # tools/build/mk/OptionalObsoleteFiles.inc can be removed. The following
16 # command tells which files are listed more than once regardless of some
17 # architecture specific conditionals, so you can not blindly trust the
18 # output:
19 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \
20 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \
21 # sort | uniq -d
22 #
23 # To find regular duplicates not dependent on optional components, you can
24 # also use something that will not give you false positives, e.g.:
25 # for t in `make -V TARGETS universe`; do
26 #   __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
27 #   -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
28 #   xargs -n1 | sort | uniq -d;
29 # done
30 #
31 # For optional components, you can use the following to see if some entries
32 # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
33 # for o in tools/build/options/WITH*; do
34 #   __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
35 #   -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
36 #   xargs -n1 | sort | uniq -d;
37 # done
38
39 # 20200302: calendar(1) removed
40 OLD_DIRS+=usr/share/calendar
41 OLD_FILES+=usr/bin/calendar
42 OLD_FILES+=usr/share/man/man1/calendar.1.gz
43
44 # 20200301: bktr removed
45 OLD_DIRS+=usr/include/dev/bktr
46 OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h
47 OLD_FILES+=usr/include/dev/bktr/ioctl_meteor.h
48 .if ${TARGET_ARCH} == "i386"
49 OLD_FILES+=usr/include/machine/ioctl_bktr.h
50 OLD_FILES+=usr/include/machine/ioctl_meteor.h
51 .endif
52 OLD_FILES+=usr/share/man/man4/bktr.4.gz
53 # 20200229: GCC 4.2.1 removed
54 .if !defined(WITH_PORT_BASE_GCC)
55 OLD_FILES+=usr/bin/g++
56 OLD_FILES+=usr/bin/gcc
57 OLD_FILES+=usr/share/man/man1/g++.1.gz
58 OLD_FILES+=usr/share/man/man1/gcc.1.gz
59 .endif
60 OLD_FILES+=usr/bin/gcpp
61 OLD_FILES+=usr/bin/gperf
62 OLD_FILES+=usr/include/c++/4.2/algorithm
63 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
64 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
65 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
66 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
67 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
68 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
69 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
70 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
71 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
72 OLD_FILES+=usr/include/c++/4.2/backward/function.h
73 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
74 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
75 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
76 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
77 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
78 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
79 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
80 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
81 OLD_FILES+=usr/include/c++/4.2/backward/list.h
82 OLD_FILES+=usr/include/c++/4.2/backward/map.h
83 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
84 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
85 OLD_FILES+=usr/include/c++/4.2/backward/new.h
86 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
87 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
88 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
89 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
90 OLD_FILES+=usr/include/c++/4.2/backward/set.h
91 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
92 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
93 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
94 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
95 OLD_FILES+=usr/include/c++/4.2/backward/strstream
96 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
97 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
98 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
99 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
100 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
101 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
102 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
103 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
104 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
105 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
106 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
107 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
108 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
109 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
110 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
111 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
112 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
113 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
114 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
115 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
116 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
117 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
118 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
119 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
120 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
121 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
122 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
123 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
124 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
125 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
126 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
127 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
128 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
129 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
130 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
131 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
132 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
133 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
134 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
135 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
136 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
137 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
138 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
139 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
140 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
141 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
142 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
143 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
144 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
145 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
146 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
147 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
148 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
149 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
150 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
151 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
152 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
153 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
154 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
155 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
156 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
157 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
158 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
159 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
160 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
161 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
162 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
163 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
164 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
165 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
166 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
167 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
168 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
169 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
170 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
171 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
172 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
173 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
174 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
175 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
176 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
177 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
178 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
179 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
180 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
181 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
182 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
183 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
184 OLD_FILES+=usr/include/c++/4.2/bitset
185 OLD_FILES+=usr/include/c++/4.2/cassert
186 OLD_FILES+=usr/include/c++/4.2/cctype
187 OLD_FILES+=usr/include/c++/4.2/cerrno
188 OLD_FILES+=usr/include/c++/4.2/cfloat
189 OLD_FILES+=usr/include/c++/4.2/ciso646
190 OLD_FILES+=usr/include/c++/4.2/climits
191 OLD_FILES+=usr/include/c++/4.2/clocale
192 OLD_FILES+=usr/include/c++/4.2/cmath
193 OLD_FILES+=usr/include/c++/4.2/complex
194 OLD_FILES+=usr/include/c++/4.2/csetjmp
195 OLD_FILES+=usr/include/c++/4.2/csignal
196 OLD_FILES+=usr/include/c++/4.2/cstdarg
197 OLD_FILES+=usr/include/c++/4.2/cstddef
198 OLD_FILES+=usr/include/c++/4.2/cstdio
199 OLD_FILES+=usr/include/c++/4.2/cstdlib
200 OLD_FILES+=usr/include/c++/4.2/cstring
201 OLD_FILES+=usr/include/c++/4.2/ctime
202 OLD_FILES+=usr/include/c++/4.2/cwchar
203 OLD_FILES+=usr/include/c++/4.2/cwctype
204 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
205 OLD_FILES+=usr/include/c++/4.2/debug/bitset
206 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
207 OLD_FILES+=usr/include/c++/4.2/debug/deque
208 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
209 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
210 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
211 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
212 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
213 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
214 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
215 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
216 OLD_FILES+=usr/include/c++/4.2/debug/list
217 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
218 OLD_FILES+=usr/include/c++/4.2/debug/map
219 OLD_FILES+=usr/include/c++/4.2/debug/map.h
220 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
221 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
222 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
223 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
224 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
225 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
226 OLD_FILES+=usr/include/c++/4.2/debug/set
227 OLD_FILES+=usr/include/c++/4.2/debug/set.h
228 OLD_FILES+=usr/include/c++/4.2/debug/string
229 OLD_FILES+=usr/include/c++/4.2/debug/vector
230 OLD_FILES+=usr/include/c++/4.2/deque
231 OLD_FILES+=usr/include/c++/4.2/exception
232 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
233 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
234 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
235 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
236 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
237 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
238 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
239 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
240 OLD_FILES+=usr/include/c++/4.2/ext/functional
241 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
242 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
243 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
244 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
245 OLD_FILES+=usr/include/c++/4.2/ext/iterator
246 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
247 OLD_FILES+=usr/include/c++/4.2/ext/memory
248 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
249 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
250 OLD_FILES+=usr/include/c++/4.2/ext/numeric
251 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
252 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
253 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
254 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
255 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
256 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
257 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
258 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
259 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
260 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
261 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
262 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
263 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
264 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
265 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
266 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
267 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
268 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
269 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
270 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
271 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
272 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
273 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
274 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
275 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
276 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
277 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
278 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
279 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
280 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
281 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
282 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
283 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
284 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
285 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
286 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
287 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
288 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
289 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
290 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
291 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
292 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
293 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
294 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
295 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
296 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
297 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
298 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
299 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
300 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
301 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
302 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
303 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
304 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
305 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
306 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
307 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
308 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
309 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
310 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
311 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
312 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
313 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
314 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
315 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
316 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
317 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
318 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
319 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
320 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
321 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
322 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
323 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
324 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
325 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
326 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
327 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
328 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
329 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
330 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
331 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
332 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
333 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
334 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
335 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
336 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
337 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
338 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
339 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
340 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
341 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
342 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
343 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
344 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
345 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
346 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
347 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
348 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
349 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
350 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
351 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
352 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
353 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
354 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
355 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
356 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
357 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
358 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
359 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
360 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
361 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
362 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
363 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
364 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
365 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
366 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
367 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
368 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
369 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
370 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
371 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
372 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
373 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
374 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
375 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
376 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
377 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
378 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
379 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
380 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
381 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
382 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
383 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
384 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
385 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
386 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
387 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
388 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
389 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
390 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
391 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
392 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
393 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
394 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
395 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
396 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
397 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
398 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
399 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
400 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
401 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
402 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
403 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
404 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
405 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
406 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
407 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
408 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
409 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
410 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
411 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
412 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
413 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
414 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
415 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
416 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
417 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
418 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
419 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
420 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
421 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
422 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
423 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
424 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
425 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
426 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
427 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
428 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
429 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
430 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
431 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
432 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
433 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
434 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
435 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
436 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
437 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
438 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
439 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
440 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
441 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
442 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
443 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
444 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
445 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
446 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
447 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
448 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
449 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
450 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
451 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
452 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
453 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
454 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
455 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
456 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
457 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
458 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
459 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
460 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
461 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
462 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
463 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
464 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
465 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
466 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
467 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
468 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
469 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
470 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
471 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
472 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
473 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
474 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
475 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
476 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
477 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
478 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
479 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
480 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
481 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
482 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
483 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
484 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
485 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
486 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
487 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
488 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
489 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
490 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
491 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
492 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
493 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
494 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
495 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
496 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
497 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
498 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
499 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
500 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
501 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
502 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
503 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
504 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
505 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
506 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
507 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
508 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
509 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
510 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
511 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
512 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
513 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
514 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
515 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
516 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
517 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
518 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
519 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
520 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
521 OLD_FILES+=usr/include/c++/4.2/ext/rope
522 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
523 OLD_FILES+=usr/include/c++/4.2/ext/slist
524 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
525 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
526 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
527 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
528 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
529 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
530 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
531 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
532 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
533 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
534 OLD_FILES+=usr/include/c++/4.2/fstream
535 OLD_FILES+=usr/include/c++/4.2/functional
536 OLD_FILES+=usr/include/c++/4.2/iomanip
537 OLD_FILES+=usr/include/c++/4.2/ios
538 OLD_FILES+=usr/include/c++/4.2/iosfwd
539 OLD_FILES+=usr/include/c++/4.2/iostream
540 OLD_FILES+=usr/include/c++/4.2/istream
541 OLD_FILES+=usr/include/c++/4.2/iterator
542 OLD_FILES+=usr/include/c++/4.2/limits
543 OLD_FILES+=usr/include/c++/4.2/list
544 OLD_FILES+=usr/include/c++/4.2/locale
545 OLD_FILES+=usr/include/c++/4.2/map
546 OLD_FILES+=usr/include/c++/4.2/memory
547 OLD_FILES+=usr/include/c++/4.2/new
548 OLD_FILES+=usr/include/c++/4.2/numeric
549 OLD_FILES+=usr/include/c++/4.2/ostream
550 OLD_FILES+=usr/include/c++/4.2/queue
551 OLD_FILES+=usr/include/c++/4.2/set
552 OLD_FILES+=usr/include/c++/4.2/sstream
553 OLD_FILES+=usr/include/c++/4.2/stack
554 OLD_FILES+=usr/include/c++/4.2/stdexcept
555 OLD_FILES+=usr/include/c++/4.2/streambuf
556 OLD_FILES+=usr/include/c++/4.2/string
557 OLD_FILES+=usr/include/c++/4.2/tr1/array
558 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
559 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
560 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
561 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
562 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
563 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
564 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
565 OLD_FILES+=usr/include/c++/4.2/tr1/climits
566 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
567 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
568 OLD_FILES+=usr/include/c++/4.2/tr1/complex
569 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
570 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
571 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
572 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
573 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
574 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
575 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
576 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
577 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
578 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
579 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
580 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
581 OLD_FILES+=usr/include/c++/4.2/tr1/functional
582 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
583 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
584 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
585 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
586 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
587 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
588 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
589 OLD_FILES+=usr/include/c++/4.2/tr1/memory
590 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
591 OLD_FILES+=usr/include/c++/4.2/tr1/random
592 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
593 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
594 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
595 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
596 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
597 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
598 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
599 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
600 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
601 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
602 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
603 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
604 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
605 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
606 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
607 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
608 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
609 OLD_FILES+=usr/include/c++/4.2/tr1/utility
610 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
611 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
612 OLD_FILES+=usr/include/c++/4.2/typeinfo
613 OLD_FILES+=usr/include/c++/4.2/utility
614 OLD_FILES+=usr/include/c++/4.2/valarray
615 OLD_FILES+=usr/include/c++/4.2/vector
616 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
617 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
618 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
619 OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
620 OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
621 OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
622 OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
623 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
624 OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
625 OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
626 OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
627 OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
628 .elif ${TARGET_ARCH} == "arm"
629 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
630 .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
631 OLD_FILES+=usr/include/gcc/4.2/altivec.h
632 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
633 OLD_FILES+=usr/include/gcc/4.2/spe.h
634 .endif
635 OLD_FILES+=usr/lib/libgcov.a
636 OLD_FILES+=usr/lib/libgomp.a
637 OLD_FILES+=usr/lib/libstdc++.a
638 OLD_FILES+=usr/lib/libstdc++.so
639 OLD_LIBS+=usr/lib/libstdc++.so.6
640 OLD_FILES+=usr/lib/libstdc++_p.a
641 OLD_FILES+=usr/lib/libsupc++.a
642 OLD_FILES+=usr/lib/libsupc++.so
643 OLD_LIBS+=usr/lib/libsupc++.so.1
644 OLD_FILES+=usr/lib/libsupc++_p.a
645 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
646 OLD_FILES+=usr/lib32/libstdc++.a
647 OLD_FILES+=usr/lib32/libstdc++.so
648 OLD_LIBS+=usr/lib32/libstdc++.so.6
649 OLD_FILES+=usr/lib32/libstdc++_p.a
650 OLD_FILES+=usr/lib32/libsupc++.a
651 OLD_FILES+=usr/lib32/libsupc++.so
652 OLD_LIBS+=usr/lib32/libsupc++.so.1
653 OLD_FILES+=usr/lib32/libsupc++_p.a
654 .endif
655 OLD_FILES+=usr/libexec/cc1plus
656 OLD_LIBS+=usr/lib/libgomp.so.1
657 OLD_FILES+=usr/lib/libgomp_p.a
658 OLD_FILES+=usr/lib32/libgcov.a
659 OLD_FILES+=usr/lib32/libgomp.a
660 OLD_LIBS+=usr/lib32/libgomp.so.1
661 OLD_FILES+=usr/lib32/libgomp_p.a
662 OLD_FILES+=usr/libexec/cc1
663 OLD_FILES+=usr/libexec/cc1plus
664 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
665 OLD_FILES+=usr/share/man/man1/gperf.1.gz
666 OLD_FILES+=usr/share/man/man1/gperf.7.gz
667
668 # 20200220: Upgrade of ncurses, shlib bumped to version 9
669 OLD_LIBS+=lib/libncurses.so.8
670 OLD_LIBS+=lib/libncursesw.so.8
671 OLD_LIBS+=usr/lib32/libncurses.so.8
672 OLD_LIBS+=usr/lib32/libncursesw.so.8
673
674 # 20200206: Remove elf2aout
675 OLD_FILES+=usr/bin/elf2aout
676 OLD_FILES+=usr/share/man/man1/elf2aout.1.gz
677
678 # 20200204: simple_httpd removed
679 OLD_FILES+=usr/sbin/simple_httpd
680
681 # 20200127: vpo removed
682 OLD_FILES+=usr/share/man/man4/imm.4.gz
683 OLD_FILES+=usr/share/man/man4/vpo.4.gz
684
685 # 20200104: gcc libssp removed
686 OLD_FILES+=usr/include/ssp/ssp.h
687 OLD_FILES+=usr/include/ssp/stdio.h
688 OLD_FILES+=usr/include/ssp/string.h
689 OLD_FILES+=usr/include/ssp/unistd.h
690 OLD_DIRS+=usr/include/ssp
691
692 # 20191229: GEOM_SCHED class and gsched tool removed
693 OLD_FILES+=sbin/gsched
694 OLD_LIBS+=lib/geom/geom_sched.so
695
696 # 20191222: new clang import which bumps version from 9.0.0 to 9.0.1.
697 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm
698 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex
699 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/new
700 OLD_DIRS+=usr/lib/clang/9.0.0/include/cuda_wrappers
701 OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math.h
702 OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h
703 OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/cmath
704 OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/math.h
705 OLD_DIRS+=usr/lib/clang/9.0.0/include/openmp_wrappers
706 OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/emmintrin.h
707 OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/mm_malloc.h
708 OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/mmintrin.h
709 OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/xmmintrin.h
710 OLD_DIRS+=usr/lib/clang/9.0.0/include/ppc_wrappers
711 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/allocator_interface.h
712 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/asan_interface.h
713 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/common_interface_defs.h
714 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/coverage_interface.h
715 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/dfsan_interface.h
716 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/hwasan_interface.h
717 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/linux_syscall_hooks.h
718 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/lsan_interface.h
719 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/msan_interface.h
720 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/netbsd_syscall_hooks.h
721 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/scudo_interface.h
722 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/tsan_interface.h
723 OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/tsan_interface_atomic.h
724 OLD_DIRS+=usr/lib/clang/9.0.0/include/sanitizer
725 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_builtin_vars.h
726 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_cmath.h
727 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_complex_builtins.h
728 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_device_functions.h
729 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_intrinsics.h
730 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_libdevice_declares.h
731 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_math_forward_declares.h
732 OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_runtime_wrapper.h
733 OLD_FILES+=usr/lib/clang/9.0.0/include/__stddef_max_align_t.h
734 OLD_FILES+=usr/lib/clang/9.0.0/include/__wmmintrin_aes.h
735 OLD_FILES+=usr/lib/clang/9.0.0/include/__wmmintrin_pclmul.h
736 OLD_FILES+=usr/lib/clang/9.0.0/include/adxintrin.h
737 OLD_FILES+=usr/lib/clang/9.0.0/include/altivec.h
738 OLD_FILES+=usr/lib/clang/9.0.0/include/ammintrin.h
739 OLD_FILES+=usr/lib/clang/9.0.0/include/arm64intr.h
740 OLD_FILES+=usr/lib/clang/9.0.0/include/arm_acle.h
741 OLD_FILES+=usr/lib/clang/9.0.0/include/arm_fp16.h
742 OLD_FILES+=usr/lib/clang/9.0.0/include/arm_neon.h
743 OLD_FILES+=usr/lib/clang/9.0.0/include/armintr.h
744 OLD_FILES+=usr/lib/clang/9.0.0/include/avx2intrin.h
745 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bf16intrin.h
746 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bitalgintrin.h
747 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bwintrin.h
748 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512cdintrin.h
749 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512dqintrin.h
750 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512erintrin.h
751 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512fintrin.h
752 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512ifmaintrin.h
753 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512ifmavlintrin.h
754 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512pfintrin.h
755 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmi2intrin.h
756 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmiintrin.h
757 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmivlintrin.h
758 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbf16intrin.h
759 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbitalgintrin.h
760 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbwintrin.h
761 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlcdintrin.h
762 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vldqintrin.h
763 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlintrin.h
764 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvbmi2intrin.h
765 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvnniintrin.h
766 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvp2intersectintrin.h
767 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vnniintrin.h
768 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vp2intersectintrin.h
769 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vpopcntdqintrin.h
770 OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vpopcntdqvlintrin.h
771 OLD_FILES+=usr/lib/clang/9.0.0/include/avxintrin.h
772 OLD_FILES+=usr/lib/clang/9.0.0/include/bmi2intrin.h
773 OLD_FILES+=usr/lib/clang/9.0.0/include/bmiintrin.h
774 OLD_FILES+=usr/lib/clang/9.0.0/include/cetintrin.h
775 OLD_FILES+=usr/lib/clang/9.0.0/include/cldemoteintrin.h
776 OLD_FILES+=usr/lib/clang/9.0.0/include/clflushoptintrin.h
777 OLD_FILES+=usr/lib/clang/9.0.0/include/clwbintrin.h
778 OLD_FILES+=usr/lib/clang/9.0.0/include/clzerointrin.h
779 OLD_FILES+=usr/lib/clang/9.0.0/include/cpuid.h
780 OLD_FILES+=usr/lib/clang/9.0.0/include/emmintrin.h
781 OLD_FILES+=usr/lib/clang/9.0.0/include/enqcmdintrin.h
782 OLD_FILES+=usr/lib/clang/9.0.0/include/f16cintrin.h
783 OLD_FILES+=usr/lib/clang/9.0.0/include/fma4intrin.h
784 OLD_FILES+=usr/lib/clang/9.0.0/include/fmaintrin.h
785 OLD_FILES+=usr/lib/clang/9.0.0/include/fxsrintrin.h
786 OLD_FILES+=usr/lib/clang/9.0.0/include/gfniintrin.h
787 OLD_FILES+=usr/lib/clang/9.0.0/include/htmintrin.h
788 OLD_FILES+=usr/lib/clang/9.0.0/include/htmxlintrin.h
789 OLD_FILES+=usr/lib/clang/9.0.0/include/ia32intrin.h
790 OLD_FILES+=usr/lib/clang/9.0.0/include/immintrin.h
791 OLD_FILES+=usr/lib/clang/9.0.0/include/invpcidintrin.h
792 OLD_FILES+=usr/lib/clang/9.0.0/include/lwpintrin.h
793 OLD_FILES+=usr/lib/clang/9.0.0/include/lzcntintrin.h
794 OLD_FILES+=usr/lib/clang/9.0.0/include/mm3dnow.h
795 OLD_FILES+=usr/lib/clang/9.0.0/include/mm_malloc.h
796 OLD_FILES+=usr/lib/clang/9.0.0/include/mmintrin.h
797 OLD_FILES+=usr/lib/clang/9.0.0/include/module.modulemap
798 OLD_FILES+=usr/lib/clang/9.0.0/include/movdirintrin.h
799 OLD_FILES+=usr/lib/clang/9.0.0/include/msa.h
800 OLD_FILES+=usr/lib/clang/9.0.0/include/mwaitxintrin.h
801 OLD_FILES+=usr/lib/clang/9.0.0/include/nmmintrin.h
802 OLD_FILES+=usr/lib/clang/9.0.0/include/opencl-c-base.h
803 OLD_FILES+=usr/lib/clang/9.0.0/include/opencl-c.h
804 OLD_FILES+=usr/lib/clang/9.0.0/include/pconfigintrin.h
805 OLD_FILES+=usr/lib/clang/9.0.0/include/pkuintrin.h
806 OLD_FILES+=usr/lib/clang/9.0.0/include/pmmintrin.h
807 OLD_FILES+=usr/lib/clang/9.0.0/include/popcntintrin.h
808 OLD_FILES+=usr/lib/clang/9.0.0/include/prfchwintrin.h
809 OLD_FILES+=usr/lib/clang/9.0.0/include/ptwriteintrin.h
810 OLD_FILES+=usr/lib/clang/9.0.0/include/rdseedintrin.h
811 OLD_FILES+=usr/lib/clang/9.0.0/include/rtmintrin.h
812 OLD_FILES+=usr/lib/clang/9.0.0/include/s390intrin.h
813 OLD_FILES+=usr/lib/clang/9.0.0/include/sgxintrin.h
814 OLD_FILES+=usr/lib/clang/9.0.0/include/shaintrin.h
815 OLD_FILES+=usr/lib/clang/9.0.0/include/smmintrin.h
816 OLD_FILES+=usr/lib/clang/9.0.0/include/tbmintrin.h
817 OLD_FILES+=usr/lib/clang/9.0.0/include/tmmintrin.h
818 OLD_FILES+=usr/lib/clang/9.0.0/include/vadefs.h
819 OLD_FILES+=usr/lib/clang/9.0.0/include/vaesintrin.h
820 OLD_FILES+=usr/lib/clang/9.0.0/include/vecintrin.h
821 OLD_FILES+=usr/lib/clang/9.0.0/include/vpclmulqdqintrin.h
822 OLD_FILES+=usr/lib/clang/9.0.0/include/waitpkgintrin.h
823 OLD_FILES+=usr/lib/clang/9.0.0/include/wbnoinvdintrin.h
824 OLD_FILES+=usr/lib/clang/9.0.0/include/wmmintrin.h
825 OLD_FILES+=usr/lib/clang/9.0.0/include/x86intrin.h
826 OLD_FILES+=usr/lib/clang/9.0.0/include/xmmintrin.h
827 OLD_FILES+=usr/lib/clang/9.0.0/include/xopintrin.h
828 OLD_FILES+=usr/lib/clang/9.0.0/include/xsavecintrin.h
829 OLD_FILES+=usr/lib/clang/9.0.0/include/xsaveintrin.h
830 OLD_FILES+=usr/lib/clang/9.0.0/include/xsaveoptintrin.h
831 OLD_FILES+=usr/lib/clang/9.0.0/include/xsavesintrin.h
832 OLD_FILES+=usr/lib/clang/9.0.0/include/xtestintrin.h
833 OLD_DIRS+=usr/lib/clang/9.0.0/include
834 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-aarch64.a
835 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-aarch64.so
836 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-arm.a
837 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-arm.so
838 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-armhf.a
839 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-armhf.so
840 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-i386.a
841 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-i386.so
842 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a
843 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a
844 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a
845 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
846 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
847 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
848 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
849 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a
850 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a
851 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a
852 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
853 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
854 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a
855 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-arm.a
856 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-armhf.a
857 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-i386.a
858 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a
859 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a
860 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a
861 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a
862 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a
863 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a
864 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.dd-aarch64.a
865 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.dd-x86_64.a
866 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a
867 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a
868 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a
869 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a
870 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan-aarch64.a
871 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan-x86_64.a
872 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a
873 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
874 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-aarch64.a
875 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-arm.a
876 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-armhf.a
877 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-i386.a
878 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-powerpc.a
879 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a
880 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
881 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a
882 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-i386.a
883 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
884 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-aarch64.a
885 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-arm.a
886 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-armhf.a
887 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-i386.a
888 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
889 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a
890 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-arm.a
891 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a
892 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
893 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
894 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a
895 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a
896 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a
897 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
898 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a
899 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a
900 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a
901 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
902 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
903 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a
904 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a
905 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a
906 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
907 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
908 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a
909 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a
910 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a
911 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
912 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
913 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-aarch64.a
914 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-arm.a
915 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-armhf.a
916 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a
917 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a
918 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a
919 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a
920 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a
921 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a
922 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a
923 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a
924 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a
925 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a
926 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a
927 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a
928 OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-x86_64.a
929 OLD_DIRS+=usr/lib/clang/9.0.0/lib/freebsd
930 OLD_DIRS+=usr/lib/clang/9.0.0/lib
931 OLD_DIRS+=usr/lib/clang/9.0.0
932 # 20191214: Removal of sranddev(3)
933 OLD_FILES+=usr/share/man/man3/sranddev.3.gz
934 # 20191213: remove timeout(9)
935 OLD_FILES+=usr/share/man/man9/callout_handle_init.9.gz
936 OLD_FILES+=usr/share/man/man9/timeout.9.gz
937 OLD_FILES+=usr/share/man/man9/untimeout.9.gz
938 # 20191128: Removal of trm(4)
939 OLD_FILES+=usr/share/man/man4/trm.4.gz
940 # 20191121: Removal of sio(4)
941 OLD_FILES+=usr/share/man/man4/sio.4.gz
942 # 20191105: picobsd(8), et al, removed.
943 OLD_FILES+=usr/share/man/man8/picobsd.8.gz
944 # 20191009: new clang import which bumps version from 8.0.1 to 9.0.0.
945 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/allocator_interface.h
946 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/asan_interface.h
947 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/common_interface_defs.h
948 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/coverage_interface.h
949 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/dfsan_interface.h
950 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/esan_interface.h
951 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/hwasan_interface.h
952 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/linux_syscall_hooks.h
953 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/lsan_interface.h
954 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/msan_interface.h
955 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/netbsd_syscall_hooks.h
956 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/scudo_interface.h
957 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface.h
958 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface_atomic.h
959 OLD_DIRS+=usr/lib/clang/8.0.1/include/sanitizer
960 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_builtin_vars.h
961 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_cmath.h
962 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_complex_builtins.h
963 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_device_functions.h
964 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_intrinsics.h
965 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_libdevice_declares.h
966 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_math_forward_declares.h
967 OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_runtime_wrapper.h
968 OLD_FILES+=usr/lib/clang/8.0.1/include/__stddef_max_align_t.h
969 OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_aes.h
970 OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_pclmul.h
971 OLD_FILES+=usr/lib/clang/8.0.1/include/adxintrin.h
972 OLD_FILES+=usr/lib/clang/8.0.1/include/altivec.h
973 OLD_FILES+=usr/lib/clang/8.0.1/include/ammintrin.h
974 OLD_FILES+=usr/lib/clang/8.0.1/include/arm64intr.h
975 OLD_FILES+=usr/lib/clang/8.0.1/include/arm_acle.h
976 OLD_FILES+=usr/lib/clang/8.0.1/include/arm_fp16.h
977 OLD_FILES+=usr/lib/clang/8.0.1/include/arm_neon.h
978 OLD_FILES+=usr/lib/clang/8.0.1/include/armintr.h
979 OLD_FILES+=usr/lib/clang/8.0.1/include/avx2intrin.h
980 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bitalgintrin.h
981 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bwintrin.h
982 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512cdintrin.h
983 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512dqintrin.h
984 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512erintrin.h
985 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512fintrin.h
986 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmaintrin.h
987 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmavlintrin.h
988 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512pfintrin.h
989 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmi2intrin.h
990 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmiintrin.h
991 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmivlintrin.h
992 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbitalgintrin.h
993 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbwintrin.h
994 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlcdintrin.h
995 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vldqintrin.h
996 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlintrin.h
997 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvbmi2intrin.h
998 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvnniintrin.h
999 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vnniintrin.h
1000 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqintrin.h
1001 OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqvlintrin.h
1002 OLD_FILES+=usr/lib/clang/8.0.1/include/avxintrin.h
1003 OLD_FILES+=usr/lib/clang/8.0.1/include/bmi2intrin.h
1004 OLD_FILES+=usr/lib/clang/8.0.1/include/bmiintrin.h
1005 OLD_FILES+=usr/lib/clang/8.0.1/include/cetintrin.h
1006 OLD_FILES+=usr/lib/clang/8.0.1/include/cldemoteintrin.h
1007 OLD_FILES+=usr/lib/clang/8.0.1/include/clflushoptintrin.h
1008 OLD_FILES+=usr/lib/clang/8.0.1/include/clwbintrin.h
1009 OLD_FILES+=usr/lib/clang/8.0.1/include/clzerointrin.h
1010 OLD_FILES+=usr/lib/clang/8.0.1/include/cpuid.h
1011 OLD_FILES+=usr/lib/clang/8.0.1/include/emmintrin.h
1012 OLD_FILES+=usr/lib/clang/8.0.1/include/f16cintrin.h
1013 OLD_FILES+=usr/lib/clang/8.0.1/include/fma4intrin.h
1014 OLD_FILES+=usr/lib/clang/8.0.1/include/fmaintrin.h
1015 OLD_FILES+=usr/lib/clang/8.0.1/include/fxsrintrin.h
1016 OLD_FILES+=usr/lib/clang/8.0.1/include/gfniintrin.h
1017 OLD_FILES+=usr/lib/clang/8.0.1/include/htmintrin.h
1018 OLD_FILES+=usr/lib/clang/8.0.1/include/htmxlintrin.h
1019 OLD_FILES+=usr/lib/clang/8.0.1/include/ia32intrin.h
1020 OLD_FILES+=usr/lib/clang/8.0.1/include/immintrin.h
1021 OLD_FILES+=usr/lib/clang/8.0.1/include/invpcidintrin.h
1022 OLD_FILES+=usr/lib/clang/8.0.1/include/lwpintrin.h
1023 OLD_FILES+=usr/lib/clang/8.0.1/include/lzcntintrin.h
1024 OLD_FILES+=usr/lib/clang/8.0.1/include/mm3dnow.h
1025 OLD_FILES+=usr/lib/clang/8.0.1/include/mm_malloc.h
1026 OLD_FILES+=usr/lib/clang/8.0.1/include/mmintrin.h
1027 OLD_FILES+=usr/lib/clang/8.0.1/include/module.modulemap
1028 OLD_FILES+=usr/lib/clang/8.0.1/include/movdirintrin.h
1029 OLD_FILES+=usr/lib/clang/8.0.1/include/msa.h
1030 OLD_FILES+=usr/lib/clang/8.0.1/include/mwaitxintrin.h
1031 OLD_FILES+=usr/lib/clang/8.0.1/include/nmmintrin.h
1032 OLD_FILES+=usr/lib/clang/8.0.1/include/opencl-c.h
1033 OLD_FILES+=usr/lib/clang/8.0.1/include/pconfigintrin.h
1034 OLD_FILES+=usr/lib/clang/8.0.1/include/pkuintrin.h
1035 OLD_FILES+=usr/lib/clang/8.0.1/include/pmmintrin.h
1036 OLD_FILES+=usr/lib/clang/8.0.1/include/popcntintrin.h
1037 OLD_FILES+=usr/lib/clang/8.0.1/include/prfchwintrin.h
1038 OLD_FILES+=usr/lib/clang/8.0.1/include/ptwriteintrin.h
1039 OLD_FILES+=usr/lib/clang/8.0.1/include/rdseedintrin.h
1040 OLD_FILES+=usr/lib/clang/8.0.1/include/rtmintrin.h
1041 OLD_FILES+=usr/lib/clang/8.0.1/include/s390intrin.h
1042 OLD_FILES+=usr/lib/clang/8.0.1/include/sgxintrin.h
1043 OLD_FILES+=usr/lib/clang/8.0.1/include/shaintrin.h
1044 OLD_FILES+=usr/lib/clang/8.0.1/include/smmintrin.h
1045 OLD_FILES+=usr/lib/clang/8.0.1/include/tbmintrin.h
1046 OLD_FILES+=usr/lib/clang/8.0.1/include/tmmintrin.h
1047 OLD_FILES+=usr/lib/clang/8.0.1/include/vadefs.h
1048 OLD_FILES+=usr/lib/clang/8.0.1/include/vaesintrin.h
1049 OLD_FILES+=usr/lib/clang/8.0.1/include/vecintrin.h
1050 OLD_FILES+=usr/lib/clang/8.0.1/include/vpclmulqdqintrin.h
1051 OLD_FILES+=usr/lib/clang/8.0.1/include/waitpkgintrin.h
1052 OLD_FILES+=usr/lib/clang/8.0.1/include/wbnoinvdintrin.h
1053 OLD_FILES+=usr/lib/clang/8.0.1/include/wmmintrin.h
1054 OLD_FILES+=usr/lib/clang/8.0.1/include/x86intrin.h
1055 OLD_FILES+=usr/lib/clang/8.0.1/include/xmmintrin.h
1056 OLD_FILES+=usr/lib/clang/8.0.1/include/xopintrin.h
1057 OLD_FILES+=usr/lib/clang/8.0.1/include/xsavecintrin.h
1058 OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveintrin.h
1059 OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveoptintrin.h
1060 OLD_FILES+=usr/lib/clang/8.0.1/include/xsavesintrin.h
1061 OLD_FILES+=usr/lib/clang/8.0.1/include/xtestintrin.h
1062 OLD_DIRS+=usr/lib/clang/8.0.1/include
1063 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.a
1064 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.so
1065 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
1066 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1067 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
1068 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
1069 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
1070 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1071 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan-x86_64.a
1072 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
1073 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-aarch64.a
1074 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-arm.a
1075 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-armhf.a
1076 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-i386.a
1077 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
1078 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-i386.a
1079 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
1080 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-i386.a
1081 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
1082 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
1083 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
1084 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
1085 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1086 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1087 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1088 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1089 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1090 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1091 OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1092 OLD_DIRS+=usr/lib/clang/8.0.1/lib/freebsd
1093 OLD_DIRS+=usr/lib/clang/8.0.1/lib
1094 OLD_DIRS+=usr/lib/clang/8.0.1
1095 # 20191009: libc++ 9.0.0 removed some experimental files
1096 OLD_FILES+=usr/include/c++/v1/experimental/any
1097 OLD_FILES+=usr/include/c++/v1/experimental/chrono
1098 OLD_FILES+=usr/include/c++/v1/experimental/numeric
1099 OLD_FILES+=usr/include/c++/v1/experimental/optional
1100 OLD_FILES+=usr/include/c++/v1/experimental/ratio
1101 OLD_FILES+=usr/include/c++/v1/experimental/string_view
1102 OLD_FILES+=usr/include/c++/v1/experimental/system_error
1103 OLD_FILES+=usr/include/c++/v1/experimental/tuple
1104 OLD_FILES+=usr/lib/libc++fs.a
1105 OLD_FILES+=usr/lib32/libc++fs.a
1106 # 20191003: Remove useless ZFS tests
1107 OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_013_neg.ksh
1108 OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_014_neg.ksh
1109 OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_016_pos.ksh
1110 # 20190910: mklocale(1) and colldef(1) removed
1111 OLD_FILES+=usr/bin/mklocale
1112 OLD_FILES+=usr/share/man/man1/mklocale.1.gz
1113 OLD_FILES+=usr/bin/colldef
1114 OLD_FILES+=usr/share/man/man1/colldef.1.gz
1115 # 20190904: Remove boot1.efifat
1116 OLD_FILES+=boot/boot1.efifat
1117 # 20190903: pc-sysinstall(8) removed
1118 OLD_FILES+=usr/share/examples/pc-sysinstall/README
1119 OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
1120 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
1121 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
1122 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
1123 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
1124 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
1125 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
1126 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
1127 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
1128 OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
1129 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
1130 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
1131 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
1132 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
1133 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
1134 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
1135 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
1136 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
1137 OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
1138 OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
1139 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
1140 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
1141 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
1142 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
1143 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
1144 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
1145 OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
1146 OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
1147 OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
1148 OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
1149 OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
1150 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
1151 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
1152 OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
1153 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
1154 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
1155 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
1156 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
1157 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
1158 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
1159 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
1160 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
1161 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
1162 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
1163 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
1164 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
1165 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
1166 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
1167 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
1168 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
1169 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
1170 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
1171 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
1172 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
1173 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
1174 OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
1175 OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
1176 OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
1177 OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
1178 OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
1179 OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
1180 OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
1181 OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
1182 OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
1183 OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
1184 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
1185 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
1186 OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
1187 OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
1188 OLD_FILES+=usr/sbin/pc-sysinstall
1189 OLD_DIRS+=usr/share/examples/pc-sysinstall
1190 OLD_DIRS+=usr/share/pc-sysinstall/backend
1191 OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
1192 OLD_DIRS+=usr/share/pc-sysinstall/backend-query
1193 OLD_DIRS+=usr/share/pc-sysinstall/conf/license
1194 OLD_DIRS+=usr/share/pc-sysinstall/conf
1195 OLD_DIRS+=usr/share/pc-sysinstall/doc
1196 OLD_DIRS+=usr/share/pc-sysinstall
1197 # 20190825: zlib 1.0.4 removed from kernel
1198 OLD_FILES+=usr/include/sys/zlib.h
1199 OLD_FILES+=usr/include/sys/zutil.h
1200 # 20190817: pft_ping.py and sniffer.py moved to /usr/tests/sys/netpfil/common
1201 OLD_FILES+=usr/tests/sys/netpfil/pf/sniffer.py
1202 OLD_FILES+=usr/tests/sys/netpfil/pf/pft_ping.py
1203 # 20190816: dir.h removed from POSIX
1204 OLD_FILES+=usr/include/sys/dir.h
1205 # 20190729: gzip'ed a.out support removed
1206 OLD_FILES+=usr/include/sys/inflate.h
1207 # 20190722: cap_random(3) removed
1208 OLD_FILES+=lib/casper/libcap_random.so.1
1209 OLD_FILES+=usr/include/casper/cap_random.h
1210 OLD_FILES+=usr/share/man/man3/cap_random.3.gz
1211 OLD_FILES+=usr/share/man/man3/cap_random_buf.3.gz
1212 # 20190708: vm_page_hold() and _unhold() removed
1213 OLD_FILES+=usr/share/man/man9/vm_page_hold.9.gz
1214 # 20190618: sys/capability.h removed (sys/capsicum.h is the one to use)
1215 OLD_FILES+=usr/include/sys/capability.h
1216 # 20190615: sys/pwm.h renamed to dev/pwmc.h
1217 OLD_FILES+=usr/include/sys/pwm.h
1218 # 20190612: new clang import which bumps version from 8.0.0 to 8.0.1.
1219 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h
1220 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/asan_interface.h
1221 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/common_interface_defs.h
1222 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/coverage_interface.h
1223 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/dfsan_interface.h
1224 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/esan_interface.h
1225 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/hwasan_interface.h
1226 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/linux_syscall_hooks.h
1227 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/lsan_interface.h
1228 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/msan_interface.h
1229 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/netbsd_syscall_hooks.h
1230 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/scudo_interface.h
1231 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/tsan_interface.h
1232 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/tsan_interface_atomic.h
1233 OLD_DIRS+=usr/lib/clang/8.0.0/include/sanitizer
1234 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_builtin_vars.h
1235 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_cmath.h
1236 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_complex_builtins.h
1237 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_device_functions.h
1238 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_intrinsics.h
1239 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_libdevice_declares.h
1240 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_math_forward_declares.h
1241 OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_runtime_wrapper.h
1242 OLD_FILES+=usr/lib/clang/8.0.0/include/__stddef_max_align_t.h
1243 OLD_FILES+=usr/lib/clang/8.0.0/include/__wmmintrin_aes.h
1244 OLD_FILES+=usr/lib/clang/8.0.0/include/__wmmintrin_pclmul.h
1245 OLD_FILES+=usr/lib/clang/8.0.0/include/adxintrin.h
1246 OLD_FILES+=usr/lib/clang/8.0.0/include/altivec.h
1247 OLD_FILES+=usr/lib/clang/8.0.0/include/ammintrin.h
1248 OLD_FILES+=usr/lib/clang/8.0.0/include/arm64intr.h
1249 OLD_FILES+=usr/lib/clang/8.0.0/include/arm_acle.h
1250 OLD_FILES+=usr/lib/clang/8.0.0/include/arm_fp16.h
1251 OLD_FILES+=usr/lib/clang/8.0.0/include/arm_neon.h
1252 OLD_FILES+=usr/lib/clang/8.0.0/include/armintr.h
1253 OLD_FILES+=usr/lib/clang/8.0.0/include/avx2intrin.h
1254 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512bitalgintrin.h
1255 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512bwintrin.h
1256 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512cdintrin.h
1257 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512dqintrin.h
1258 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512erintrin.h
1259 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512fintrin.h
1260 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512ifmaintrin.h
1261 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512ifmavlintrin.h
1262 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512pfintrin.h
1263 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmi2intrin.h
1264 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmiintrin.h
1265 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmivlintrin.h
1266 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlbitalgintrin.h
1267 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlbwintrin.h
1268 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlcdintrin.h
1269 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vldqintrin.h
1270 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlintrin.h
1271 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlvbmi2intrin.h
1272 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlvnniintrin.h
1273 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vnniintrin.h
1274 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vpopcntdqintrin.h
1275 OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vpopcntdqvlintrin.h
1276 OLD_FILES+=usr/lib/clang/8.0.0/include/avxintrin.h
1277 OLD_FILES+=usr/lib/clang/8.0.0/include/bmi2intrin.h
1278 OLD_FILES+=usr/lib/clang/8.0.0/include/bmiintrin.h
1279 OLD_FILES+=usr/lib/clang/8.0.0/include/cetintrin.h
1280 OLD_FILES+=usr/lib/clang/8.0.0/include/cldemoteintrin.h
1281 OLD_FILES+=usr/lib/clang/8.0.0/include/clflushoptintrin.h
1282 OLD_FILES+=usr/lib/clang/8.0.0/include/clwbintrin.h
1283 OLD_FILES+=usr/lib/clang/8.0.0/include/clzerointrin.h
1284 OLD_FILES+=usr/lib/clang/8.0.0/include/cpuid.h
1285 OLD_FILES+=usr/lib/clang/8.0.0/include/emmintrin.h
1286 OLD_FILES+=usr/lib/clang/8.0.0/include/f16cintrin.h
1287 OLD_FILES+=usr/lib/clang/8.0.0/include/fma4intrin.h
1288 OLD_FILES+=usr/lib/clang/8.0.0/include/fmaintrin.h
1289 OLD_FILES+=usr/lib/clang/8.0.0/include/fxsrintrin.h
1290 OLD_FILES+=usr/lib/clang/8.0.0/include/gfniintrin.h
1291 OLD_FILES+=usr/lib/clang/8.0.0/include/htmintrin.h
1292 OLD_FILES+=usr/lib/clang/8.0.0/include/htmxlintrin.h
1293 OLD_FILES+=usr/lib/clang/8.0.0/include/ia32intrin.h
1294 OLD_FILES+=usr/lib/clang/8.0.0/include/immintrin.h
1295 OLD_FILES+=usr/lib/clang/8.0.0/include/invpcidintrin.h
1296 OLD_FILES+=usr/lib/clang/8.0.0/include/lwpintrin.h
1297 OLD_FILES+=usr/lib/clang/8.0.0/include/lzcntintrin.h
1298 OLD_FILES+=usr/lib/clang/8.0.0/include/mm3dnow.h
1299 OLD_FILES+=usr/lib/clang/8.0.0/include/mm_malloc.h
1300 OLD_FILES+=usr/lib/clang/8.0.0/include/mmintrin.h
1301 OLD_FILES+=usr/lib/clang/8.0.0/include/module.modulemap
1302 OLD_FILES+=usr/lib/clang/8.0.0/include/movdirintrin.h
1303 OLD_FILES+=usr/lib/clang/8.0.0/include/msa.h
1304 OLD_FILES+=usr/lib/clang/8.0.0/include/mwaitxintrin.h
1305 OLD_FILES+=usr/lib/clang/8.0.0/include/nmmintrin.h
1306 OLD_FILES+=usr/lib/clang/8.0.0/include/opencl-c.h
1307 OLD_FILES+=usr/lib/clang/8.0.0/include/pconfigintrin.h
1308 OLD_FILES+=usr/lib/clang/8.0.0/include/pkuintrin.h
1309 OLD_FILES+=usr/lib/clang/8.0.0/include/pmmintrin.h
1310 OLD_FILES+=usr/lib/clang/8.0.0/include/popcntintrin.h
1311 OLD_FILES+=usr/lib/clang/8.0.0/include/prfchwintrin.h
1312 OLD_FILES+=usr/lib/clang/8.0.0/include/ptwriteintrin.h
1313 OLD_FILES+=usr/lib/clang/8.0.0/include/rdseedintrin.h
1314 OLD_FILES+=usr/lib/clang/8.0.0/include/rtmintrin.h
1315 OLD_FILES+=usr/lib/clang/8.0.0/include/s390intrin.h
1316 OLD_FILES+=usr/lib/clang/8.0.0/include/sgxintrin.h
1317 OLD_FILES+=usr/lib/clang/8.0.0/include/shaintrin.h
1318 OLD_FILES+=usr/lib/clang/8.0.0/include/smmintrin.h
1319 OLD_FILES+=usr/lib/clang/8.0.0/include/tbmintrin.h
1320 OLD_FILES+=usr/lib/clang/8.0.0/include/tmmintrin.h
1321 OLD_FILES+=usr/lib/clang/8.0.0/include/vadefs.h
1322 OLD_FILES+=usr/lib/clang/8.0.0/include/vaesintrin.h
1323 OLD_FILES+=usr/lib/clang/8.0.0/include/vecintrin.h
1324 OLD_FILES+=usr/lib/clang/8.0.0/include/vpclmulqdqintrin.h
1325 OLD_FILES+=usr/lib/clang/8.0.0/include/waitpkgintrin.h
1326 OLD_FILES+=usr/lib/clang/8.0.0/include/wbnoinvdintrin.h
1327 OLD_FILES+=usr/lib/clang/8.0.0/include/wmmintrin.h
1328 OLD_FILES+=usr/lib/clang/8.0.0/include/x86intrin.h
1329 OLD_FILES+=usr/lib/clang/8.0.0/include/xmmintrin.h
1330 OLD_FILES+=usr/lib/clang/8.0.0/include/xopintrin.h
1331 OLD_FILES+=usr/lib/clang/8.0.0/include/xsavecintrin.h
1332 OLD_FILES+=usr/lib/clang/8.0.0/include/xsaveintrin.h
1333 OLD_FILES+=usr/lib/clang/8.0.0/include/xsaveoptintrin.h
1334 OLD_FILES+=usr/lib/clang/8.0.0/include/xsavesintrin.h
1335 OLD_FILES+=usr/lib/clang/8.0.0/include/xtestintrin.h
1336 OLD_DIRS+=usr/lib/clang/8.0.0/include
1337 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-i386.a
1338 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-i386.so
1339 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
1340 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1341 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
1342 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
1343 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
1344 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1345 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.msan-x86_64.a
1346 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
1347 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-arm.a
1348 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-armhf.a
1349 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-i386.a
1350 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
1351 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.safestack-i386.a
1352 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
1353 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats-i386.a
1354 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
1355 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
1356 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
1357 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a
1358 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1359 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1360 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1361 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1362 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1363 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1364 OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1365 OLD_DIRS+=usr/lib/clang/8.0.0/lib/freebsd
1366 OLD_DIRS+=usr/lib/clang/8.0.0/lib
1367 OLD_DIRS+=usr/lib/clang/8.0.0
1368 # 20190523: Remove obsolete kgzip and support files
1369 OLD_FILES+=usr/sbin/kgzip
1370 OLD_FILES+=usr/lib/kgzldr.o
1371 OLD_FILES+=usr/share/man/man8/kgzip.8.gz
1372 # 20190517: Remove obsolete 10 and 10/100 ethernet drivers.
1373 OLD_FILES+=usr/share/man/man4/bm.4.gz
1374 OLD_FILES+=usr/share/man/man4/cs.4.gz
1375 OLD_FILES+=usr/share/man/man4/de.4.gz
1376 OLD_FILES+=usr/share/man/man4/if_de.4.gz
1377 OLD_FILES+=usr/share/man/man4/ed.4.gz
1378 OLD_FILES+=usr/share/man/man4/if_ed.4.gz
1379 OLD_FILES+=usr/share/man/man4/ep.4.gz
1380 OLD_FILES+=usr/share/man/man4/ex.4.gz
1381 OLD_FILES+=usr/share/man/man4/fe.4.gz
1382 OLD_FILES+=usr/share/man/man4/pcn.4.gz
1383 OLD_FILES+=usr/share/man/man4/if_pcn.4.gz
1384 OLD_FILES+=usr/share/man/man4/sf.4.gz
1385 OLD_FILES+=usr/share/man/man4/if_sf.4.gz
1386 OLD_FILES+=usr/share/man/man4/sn.4.gz
1387 OLD_FILES+=usr/share/man/man4/if_sn.4.gz
1388 OLD_FILES+=usr/share/man/man4/tl.4.gz
1389 OLD_FILES+=usr/share/man/man4/if_tl.4.gz
1390 OLD_FILES+=usr/share/man/man4/tx.4.gz
1391 OLD_FILES+=usr/share/man/man4/if_tx.4.gz
1392 OLD_FILES+=usr/share/man/man4/txp.4.gz
1393 OLD_FILES+=usr/share/man/man4/if_txp.4.gz
1394 OLD_FILES+=usr/share/man/man4/vx.4.gz
1395 OLD_FILES+=usr/share/man/man4/wb.4.gz
1396 OLD_FILES+=usr/share/man/man4/xe.4.gz
1397 OLD_FILES+=usr/share/man/man4/if_xe.4.gz
1398 # 20190513: libcap_sysctl interface change
1399 OLD_FILES+=lib/casper/libcap_sysctl.so.1
1400 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package.
1401 OLD_FILES+=usr/tests/sys/opencrypto/dpkt.py
1402 OLD_FILES+=usr/tests/sys/opencrypto/dpkt.pyc
1403 # 20190326: tzdata 2019a import
1404 OLD_FILES+=usr/share/zoneinfo/Etc/UCT
1405 # 20190304: new libc++ import which bumps version from 7.0.1 to 8.0.0.
1406 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
1407 # 20190304: new clang import which bumps version from 7.0.1 to 8.0.0.
1408 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h
1409 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h
1410 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/common_interface_defs.h
1411 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/coverage_interface.h
1412 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/dfsan_interface.h
1413 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/esan_interface.h
1414 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/hwasan_interface.h
1415 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/linux_syscall_hooks.h
1416 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/lsan_interface.h
1417 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/msan_interface.h
1418 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/netbsd_syscall_hooks.h
1419 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/scudo_interface.h
1420 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface.h
1421 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface_atomic.h
1422 OLD_DIRS+=usr/lib/clang/7.0.1/include/sanitizer
1423 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_builtin_vars.h
1424 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_cmath.h
1425 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_complex_builtins.h
1426 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_device_functions.h
1427 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_intrinsics.h
1428 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_libdevice_declares.h
1429 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_math_forward_declares.h
1430 OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h
1431 OLD_FILES+=usr/lib/clang/7.0.1/include/__stddef_max_align_t.h
1432 OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_aes.h
1433 OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_pclmul.h
1434 OLD_FILES+=usr/lib/clang/7.0.1/include/adxintrin.h
1435 OLD_FILES+=usr/lib/clang/7.0.1/include/altivec.h
1436 OLD_FILES+=usr/lib/clang/7.0.1/include/ammintrin.h
1437 OLD_FILES+=usr/lib/clang/7.0.1/include/arm64intr.h
1438 OLD_FILES+=usr/lib/clang/7.0.1/include/arm_acle.h
1439 OLD_FILES+=usr/lib/clang/7.0.1/include/arm_fp16.h
1440 OLD_FILES+=usr/lib/clang/7.0.1/include/arm_neon.h
1441 OLD_FILES+=usr/lib/clang/7.0.1/include/armintr.h
1442 OLD_FILES+=usr/lib/clang/7.0.1/include/avx2intrin.h
1443 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bitalgintrin.h
1444 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bwintrin.h
1445 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512cdintrin.h
1446 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512dqintrin.h
1447 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512erintrin.h
1448 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512fintrin.h
1449 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmaintrin.h
1450 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmavlintrin.h
1451 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512pfintrin.h
1452 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmi2intrin.h
1453 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmiintrin.h
1454 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmivlintrin.h
1455 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbitalgintrin.h
1456 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbwintrin.h
1457 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlcdintrin.h
1458 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vldqintrin.h
1459 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlintrin.h
1460 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvbmi2intrin.h
1461 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvnniintrin.h
1462 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vnniintrin.h
1463 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqintrin.h
1464 OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqvlintrin.h
1465 OLD_FILES+=usr/lib/clang/7.0.1/include/avxintrin.h
1466 OLD_FILES+=usr/lib/clang/7.0.1/include/bmi2intrin.h
1467 OLD_FILES+=usr/lib/clang/7.0.1/include/bmiintrin.h
1468 OLD_FILES+=usr/lib/clang/7.0.1/include/cetintrin.h
1469 OLD_FILES+=usr/lib/clang/7.0.1/include/cldemoteintrin.h
1470 OLD_FILES+=usr/lib/clang/7.0.1/include/clflushoptintrin.h
1471 OLD_FILES+=usr/lib/clang/7.0.1/include/clwbintrin.h
1472 OLD_FILES+=usr/lib/clang/7.0.1/include/clzerointrin.h
1473 OLD_FILES+=usr/lib/clang/7.0.1/include/cpuid.h
1474 OLD_FILES+=usr/lib/clang/7.0.1/include/emmintrin.h
1475 OLD_FILES+=usr/lib/clang/7.0.1/include/f16cintrin.h
1476 OLD_FILES+=usr/lib/clang/7.0.1/include/fma4intrin.h
1477 OLD_FILES+=usr/lib/clang/7.0.1/include/fmaintrin.h
1478 OLD_FILES+=usr/lib/clang/7.0.1/include/fxsrintrin.h
1479 OLD_FILES+=usr/lib/clang/7.0.1/include/gfniintrin.h
1480 OLD_FILES+=usr/lib/clang/7.0.1/include/htmintrin.h
1481 OLD_FILES+=usr/lib/clang/7.0.1/include/htmxlintrin.h
1482 OLD_FILES+=usr/lib/clang/7.0.1/include/ia32intrin.h
1483 OLD_FILES+=usr/lib/clang/7.0.1/include/immintrin.h
1484 OLD_FILES+=usr/lib/clang/7.0.1/include/invpcidintrin.h
1485 OLD_FILES+=usr/lib/clang/7.0.1/include/lwpintrin.h
1486 OLD_FILES+=usr/lib/clang/7.0.1/include/lzcntintrin.h
1487 OLD_FILES+=usr/lib/clang/7.0.1/include/mm3dnow.h
1488 OLD_FILES+=usr/lib/clang/7.0.1/include/mm_malloc.h
1489 OLD_FILES+=usr/lib/clang/7.0.1/include/mmintrin.h
1490 OLD_FILES+=usr/lib/clang/7.0.1/include/module.modulemap
1491 OLD_FILES+=usr/lib/clang/7.0.1/include/movdirintrin.h
1492 OLD_FILES+=usr/lib/clang/7.0.1/include/msa.h
1493 OLD_FILES+=usr/lib/clang/7.0.1/include/mwaitxintrin.h
1494 OLD_FILES+=usr/lib/clang/7.0.1/include/nmmintrin.h
1495 OLD_FILES+=usr/lib/clang/7.0.1/include/opencl-c.h
1496 OLD_FILES+=usr/lib/clang/7.0.1/include/pconfigintrin.h
1497 OLD_FILES+=usr/lib/clang/7.0.1/include/pkuintrin.h
1498 OLD_FILES+=usr/lib/clang/7.0.1/include/pmmintrin.h
1499 OLD_FILES+=usr/lib/clang/7.0.1/include/popcntintrin.h
1500 OLD_FILES+=usr/lib/clang/7.0.1/include/prfchwintrin.h
1501 OLD_FILES+=usr/lib/clang/7.0.1/include/ptwriteintrin.h
1502 OLD_FILES+=usr/lib/clang/7.0.1/include/rdseedintrin.h
1503 OLD_FILES+=usr/lib/clang/7.0.1/include/rtmintrin.h
1504 OLD_FILES+=usr/lib/clang/7.0.1/include/s390intrin.h
1505 OLD_FILES+=usr/lib/clang/7.0.1/include/sgxintrin.h
1506 OLD_FILES+=usr/lib/clang/7.0.1/include/shaintrin.h
1507 OLD_FILES+=usr/lib/clang/7.0.1/include/smmintrin.h
1508 OLD_FILES+=usr/lib/clang/7.0.1/include/tbmintrin.h
1509 OLD_FILES+=usr/lib/clang/7.0.1/include/tmmintrin.h
1510 OLD_FILES+=usr/lib/clang/7.0.1/include/vadefs.h
1511 OLD_FILES+=usr/lib/clang/7.0.1/include/vaesintrin.h
1512 OLD_FILES+=usr/lib/clang/7.0.1/include/vecintrin.h
1513 OLD_FILES+=usr/lib/clang/7.0.1/include/vpclmulqdqintrin.h
1514 OLD_FILES+=usr/lib/clang/7.0.1/include/waitpkgintrin.h
1515 OLD_FILES+=usr/lib/clang/7.0.1/include/wbnoinvdintrin.h
1516 OLD_FILES+=usr/lib/clang/7.0.1/include/wmmintrin.h
1517 OLD_FILES+=usr/lib/clang/7.0.1/include/x86intrin.h
1518 OLD_FILES+=usr/lib/clang/7.0.1/include/xmmintrin.h
1519 OLD_FILES+=usr/lib/clang/7.0.1/include/xopintrin.h
1520 OLD_FILES+=usr/lib/clang/7.0.1/include/xsavecintrin.h
1521 OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveintrin.h
1522 OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveoptintrin.h
1523 OLD_FILES+=usr/lib/clang/7.0.1/include/xsavesintrin.h
1524 OLD_FILES+=usr/lib/clang/7.0.1/include/xtestintrin.h
1525 OLD_DIRS+=usr/lib/clang/7.0.1/include
1526 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.a
1527 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.so
1528 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
1529 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1530 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
1531 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
1532 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
1533 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1534 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan-x86_64.a
1535 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
1536 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-arm.a
1537 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-armhf.a
1538 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-i386.a
1539 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
1540 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-i386.a
1541 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
1542 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-i386.a
1543 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
1544 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
1545 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
1546 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
1547 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1548 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1549 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1550 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1551 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1552 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1553 OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1554 OLD_DIRS+=usr/lib/clang/7.0.1/lib/freebsd
1555 OLD_DIRS+=usr/lib/clang/7.0.1/lib
1556 OLD_DIRS+=usr/lib/clang/7.0.1
1557 # 20190227: rename seq.h to seqc.h
1558 OLD_FILES+=usr/include/sys/seq.h
1559 # 20190222: libifconfig made INTERNALLIB
1560 OLD_FILES+=usr/lib/libprivateifconfig.a
1561 OLD_FILES+=usr/lib/libprivateifconfig_p.a
1562 OLD_FILES+=usr/lib32/libprivateifconfig.a
1563 OLD_FILES+=usr/lib32/libprivateifconfig_p.a
1564 # 20190131: pfil(9) changed
1565 OLD_FILES+=usr/share/man/man9/pfil_hook_get.9.gz
1566 OLD_FILES+=usr/share/man/man9/pfil_rlock.9.gz
1567 OLD_FILES+=usr/share/man/man9/pfil_runlock.9.gz
1568 OLD_FILES+=usr/share/man/man9/pfil_wlock.9.gz
1569 OLD_FILES+=usr/share/man/man9/pfil_wunlock.9.gz
1570 # 20190126: adv(4) / adw(4) removal
1571 OLD_FILES+=usr/share/man/man4/adv.4.gz
1572 OLD_FILES+=usr/share/man/man4/adw.4.gz
1573 # 20190123: nonexistant cred_update_thread(9) removed
1574 OLD_FILES+=usr/share/man/man9/cred_update_thread.9.gz
1575 # 20190114: old pbuf allocator removed
1576 OLD_FILES+=usr/share/man/man9/getpbuf.9.gz
1577 OLD_FILES+=usr/share/man/man9/pbuf.9.gz
1578 OLD_FILES+=usr/share/man/man9/relpbuf.9.gz
1579 OLD_FILES+=usr/share/man/man9/trypbuf.9.gz
1580 # 20181219: ibcs removal
1581 OLD_FILES+=usr/share/examples/ibcs2/hello.uu
1582 OLD_FILES+=usr/share/examples/ibcs2/README
1583 OLD_DIRS+=usr/share/examples/ibcs2
1584 # 20181215: Migration of CTM to ports
1585 OLD_FILES+=usr/sbin/ctm
1586 OLD_FILES+=usr/sbin/ctm_dequeue
1587 OLD_FILES+=usr/sbin/ctm_rmail
1588 OLD_FILES+=usr/sbin/ctm_smail
1589 OLD_FILES+=usr/share/man/man1/ctm.1.gz
1590 OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
1591 OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
1592 OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
1593 OLD_FILES+=usr/share/man/man5/ctm.5.gz
1594 # 20181214: Remove timed files
1595 OLD_FILES+=etc/rc.d/timed
1596 OLD_FILES+=usr/sbin/timed
1597 OLD_FILES+=usr/sbin/timedc
1598 OLD_FILES+=usr/share/man/man8/timed.8.gz
1599 OLD_FILES+=usr/share/man/man8/timedc.8.gz
1600 # 20181211: new clang import which bumps version from 6.0.1 to 7.0.1.
1601 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/allocator_interface.h
1602 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/asan_interface.h
1603 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/common_interface_defs.h
1604 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/coverage_interface.h
1605 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/dfsan_interface.h
1606 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/esan_interface.h
1607 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/hwasan_interface.h
1608 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/linux_syscall_hooks.h
1609 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/lsan_interface.h
1610 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/msan_interface.h
1611 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/scudo_interface.h
1612 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/tsan_interface.h
1613 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/tsan_interface_atomic.h
1614 OLD_DIRS+=usr/lib/clang/6.0.1/include/sanitizer
1615 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_builtin_vars.h
1616 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_cmath.h
1617 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_complex_builtins.h
1618 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_intrinsics.h
1619 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_math_forward_declares.h
1620 OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_runtime_wrapper.h
1621 OLD_FILES+=usr/lib/clang/6.0.1/include/__stddef_max_align_t.h
1622 OLD_FILES+=usr/lib/clang/6.0.1/include/__wmmintrin_aes.h
1623 OLD_FILES+=usr/lib/clang/6.0.1/include/__wmmintrin_pclmul.h
1624 OLD_FILES+=usr/lib/clang/6.0.1/include/adxintrin.h
1625 OLD_FILES+=usr/lib/clang/6.0.1/include/altivec.h
1626 OLD_FILES+=usr/lib/clang/6.0.1/include/ammintrin.h
1627 OLD_FILES+=usr/lib/clang/6.0.1/include/arm64intr.h
1628 OLD_FILES+=usr/lib/clang/6.0.1/include/arm_acle.h
1629 OLD_FILES+=usr/lib/clang/6.0.1/include/arm_neon.h
1630 OLD_FILES+=usr/lib/clang/6.0.1/include/armintr.h
1631 OLD_FILES+=usr/lib/clang/6.0.1/include/avx2intrin.h
1632 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512bitalgintrin.h
1633 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512bwintrin.h
1634 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512cdintrin.h
1635 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512dqintrin.h
1636 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512erintrin.h
1637 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512fintrin.h
1638 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512ifmaintrin.h
1639 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512ifmavlintrin.h
1640 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512pfintrin.h
1641 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmi2intrin.h
1642 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmiintrin.h
1643 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmivlintrin.h
1644 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlbitalgintrin.h
1645 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlbwintrin.h
1646 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlcdintrin.h
1647 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vldqintrin.h
1648 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlintrin.h
1649 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlvbmi2intrin.h
1650 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlvnniintrin.h
1651 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vnniintrin.h
1652 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vpopcntdqintrin.h
1653 OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vpopcntdqvlintrin.h
1654 OLD_FILES+=usr/lib/clang/6.0.1/include/avxintrin.h
1655 OLD_FILES+=usr/lib/clang/6.0.1/include/bmi2intrin.h
1656 OLD_FILES+=usr/lib/clang/6.0.1/include/bmiintrin.h
1657 OLD_FILES+=usr/lib/clang/6.0.1/include/cetintrin.h
1658 OLD_FILES+=usr/lib/clang/6.0.1/include/clflushoptintrin.h
1659 OLD_FILES+=usr/lib/clang/6.0.1/include/clwbintrin.h
1660 OLD_FILES+=usr/lib/clang/6.0.1/include/clzerointrin.h
1661 OLD_FILES+=usr/lib/clang/6.0.1/include/cpuid.h
1662 OLD_FILES+=usr/lib/clang/6.0.1/include/emmintrin.h
1663 OLD_FILES+=usr/lib/clang/6.0.1/include/f16cintrin.h
1664 OLD_FILES+=usr/lib/clang/6.0.1/include/fma4intrin.h
1665 OLD_FILES+=usr/lib/clang/6.0.1/include/fmaintrin.h
1666 OLD_FILES+=usr/lib/clang/6.0.1/include/fxsrintrin.h
1667 OLD_FILES+=usr/lib/clang/6.0.1/include/gfniintrin.h
1668 OLD_FILES+=usr/lib/clang/6.0.1/include/htmintrin.h
1669 OLD_FILES+=usr/lib/clang/6.0.1/include/htmxlintrin.h
1670 OLD_FILES+=usr/lib/clang/6.0.1/include/ia32intrin.h
1671 OLD_FILES+=usr/lib/clang/6.0.1/include/immintrin.h
1672 OLD_FILES+=usr/lib/clang/6.0.1/include/lwpintrin.h
1673 OLD_FILES+=usr/lib/clang/6.0.1/include/lzcntintrin.h
1674 OLD_FILES+=usr/lib/clang/6.0.1/include/mm3dnow.h
1675 OLD_FILES+=usr/lib/clang/6.0.1/include/mm_malloc.h
1676 OLD_FILES+=usr/lib/clang/6.0.1/include/mmintrin.h
1677 OLD_FILES+=usr/lib/clang/6.0.1/include/module.modulemap
1678 OLD_FILES+=usr/lib/clang/6.0.1/include/msa.h
1679 OLD_FILES+=usr/lib/clang/6.0.1/include/mwaitxintrin.h
1680 OLD_FILES+=usr/lib/clang/6.0.1/include/nmmintrin.h
1681 OLD_FILES+=usr/lib/clang/6.0.1/include/opencl-c.h
1682 OLD_FILES+=usr/lib/clang/6.0.1/include/pkuintrin.h
1683 OLD_FILES+=usr/lib/clang/6.0.1/include/pmmintrin.h
1684 OLD_FILES+=usr/lib/clang/6.0.1/include/popcntintrin.h
1685 OLD_FILES+=usr/lib/clang/6.0.1/include/prfchwintrin.h
1686 OLD_FILES+=usr/lib/clang/6.0.1/include/rdseedintrin.h
1687 OLD_FILES+=usr/lib/clang/6.0.1/include/rtmintrin.h
1688 OLD_FILES+=usr/lib/clang/6.0.1/include/s390intrin.h
1689 OLD_FILES+=usr/lib/clang/6.0.1/include/shaintrin.h
1690 OLD_FILES+=usr/lib/clang/6.0.1/include/smmintrin.h
1691 OLD_FILES+=usr/lib/clang/6.0.1/include/tbmintrin.h
1692 OLD_FILES+=usr/lib/clang/6.0.1/include/tmmintrin.h
1693 OLD_FILES+=usr/lib/clang/6.0.1/include/vadefs.h
1694 OLD_FILES+=usr/lib/clang/6.0.1/include/vaesintrin.h
1695 OLD_FILES+=usr/lib/clang/6.0.1/include/vecintrin.h
1696 OLD_FILES+=usr/lib/clang/6.0.1/include/vpclmulqdqintrin.h
1697 OLD_FILES+=usr/lib/clang/6.0.1/include/wmmintrin.h
1698 OLD_FILES+=usr/lib/clang/6.0.1/include/x86intrin.h
1699 OLD_FILES+=usr/lib/clang/6.0.1/include/xmmintrin.h
1700 OLD_FILES+=usr/lib/clang/6.0.1/include/xopintrin.h
1701 OLD_FILES+=usr/lib/clang/6.0.1/include/xsavecintrin.h
1702 OLD_FILES+=usr/lib/clang/6.0.1/include/xsaveintrin.h
1703 OLD_FILES+=usr/lib/clang/6.0.1/include/xsaveoptintrin.h
1704 OLD_FILES+=usr/lib/clang/6.0.1/include/xsavesintrin.h
1705 OLD_FILES+=usr/lib/clang/6.0.1/include/xtestintrin.h
1706 OLD_DIRS+=usr/lib/clang/6.0.1/include
1707 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-i386.a
1708 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-i386.so
1709 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
1710 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1711 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
1712 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
1713 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
1714 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1715 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-arm.a
1716 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-armhf.a
1717 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-i386.a
1718 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
1719 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.safestack-i386.a
1720 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
1721 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats-i386.a
1722 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
1723 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
1724 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
1725 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
1726 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1727 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1728 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1729 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1730 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1731 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1732 OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1733 OLD_DIRS+=usr/lib/clang/6.0.1/lib/freebsd
1734 OLD_DIRS+=usr/lib/clang/6.0.1/lib
1735 OLD_DIRS+=usr/lib/clang/6.0.1
1736 # 20181116: Rename test file.
1737 OLD_FILES+=usr/tests/sys/netinet/reuseport_lb
1738 # 20181113: libufs version bumped to 7.
1739 OLD_LIBS+=lib/libufs.so.6
1740 OLD_LIBS+=usr/lib32/libufs.so.6
1741 # 20181112: Cleanup old libcap_dns.
1742 OLD_LIBS+=lib/casper/libcap_dns.so.1
1743 OLD_LIBS+=usr/lib32/libcap_dns.so.1
1744 # 20181030: malloc_domain(9) KPI change
1745 OLD_FILES+=usr/share/man/man9/malloc_domain.9.gz
1746 # 20181026: joy(4) removal
1747 OLD_FILES+=usr/share/man/man4/joy.4.gz
1748 # 20181025: OpenSSL libraries version bump to avoid conflict with ports
1749 OLD_LIBS+=lib/libcrypto.so.9
1750 OLD_LIBS+=usr/lib/libssl.so.9
1751 OLD_LIBS+=usr/lib32/libcrypto.so.9
1752 OLD_LIBS+=usr/lib32/libssl.so.9
1753 # 20181021: mse(4) removal
1754 OLD_FILES+=usr/share/man/man4/mse.4.gz
1755 # 20181015: Stale libcasper(3) files following r329452
1756 OLD_LIBS+=lib/casper/libcap_sysctl.so.0
1757 OLD_LIBS+=lib/casper/libcap_grp.so.0
1758 OLD_LIBS+=lib/casper/libcap_pwd.so.0
1759 OLD_LIBS+=lib/casper/libcap_random.so.0
1760 OLD_LIBS+=lib/casper/libcap_dns.so.0
1761 OLD_LIBS+=lib/casper/libcap_syslog.so.0
1762 OLD_LIBS+=usr/lib32/libcap_sysctl.so.0
1763 OLD_LIBS+=usr/lib32/libcap_grp.so.0
1764 OLD_LIBS+=usr/lib32/libcap_pwd.so.0
1765 OLD_LIBS+=usr/lib32/libcap_random.so.0
1766 OLD_LIBS+=usr/lib32/libcap_dns.so.0
1767 OLD_LIBS+=usr/lib32/libcap_syslog.so.0
1768 # 20181012: rename of ixlv(4) to iavf(4)
1769 OLD_FILES+=usr/share/man/man4/ixlv.4.gz
1770 # 20181009: OpenSSL 1.1.1
1771 OLD_FILES+=usr/include/openssl/des_old.h
1772 OLD_FILES+=usr/include/openssl/dso.h
1773 OLD_FILES+=usr/include/openssl/krb5_asn.h
1774 OLD_FILES+=usr/include/openssl/kssl.h
1775 OLD_FILES+=usr/include/openssl/pqueue.h
1776 OLD_FILES+=usr/include/openssl/ssl23.h
1777 OLD_FILES+=usr/include/openssl/ui_compat.h
1778 OLD_FILES+=usr/lib/debug/usr/lib/engines/lib4758cca.so.debug
1779 OLD_FILES+=usr/lib/debug/usr/lib/engines/libaep.so.debug
1780 OLD_FILES+=usr/lib/debug/usr/lib/engines/libatalla.so.debug
1781 OLD_FILES+=usr/lib/debug/usr/lib/engines/libcapi.so.debug
1782 OLD_FILES+=usr/lib/debug/usr/lib/engines/libchil.so.debug
1783 OLD_FILES+=usr/lib/debug/usr/lib/engines/libcswift.so.debug
1784 OLD_FILES+=usr/lib/debug/usr/lib/engines/libgost.so.debug
1785 OLD_FILES+=usr/lib/debug/usr/lib/engines/libnuron.so.debug
1786 OLD_FILES+=usr/lib/debug/usr/lib/engines/libsureware.so.debug
1787 OLD_FILES+=usr/lib/debug/usr/lib/engines/libubsec.so.debug
1788 OLD_FILES+=usr/share/openssl/man/man1/dss1.1.gz
1789 OLD_FILES+=usr/share/openssl/man/man1/md2.1.gz
1790 OLD_FILES+=usr/share/openssl/man/man1/md4.1.gz
1791 OLD_FILES+=usr/share/openssl/man/man1/md5.1.gz
1792 OLD_FILES+=usr/share/openssl/man/man1/mdc2.1.gz
1793 OLD_FILES+=usr/share/openssl/man/man1/ripemd160.1.gz
1794 OLD_FILES+=usr/share/openssl/man/man1/sha.1.gz
1795 OLD_FILES+=usr/share/openssl/man/man1/sha1.1.gz
1796 OLD_FILES+=usr/share/openssl/man/man1/sha224.1.gz
1797 OLD_FILES+=usr/share/openssl/man/man1/sha256.1.gz
1798 OLD_FILES+=usr/share/openssl/man/man1/sha384.1.gz
1799 OLD_FILES+=usr/share/openssl/man/man1/sha512.1.gz
1800 OLD_FILES+=usr/share/openssl/man/man1/x509v3_config.1.gz
1801 OLD_FILES+=usr/share/openssl/man/man3/ASN1_STRING_length_set.3.gz
1802 OLD_FILES+=usr/share/openssl/man/man3/BIO_get_conn_int_port.3.gz
1803 OLD_FILES+=usr/share/openssl/man/man3/BIO_get_conn_ip.3.gz
1804 OLD_FILES+=usr/share/openssl/man/man3/BIO_set.3.gz
1805 OLD_FILES+=usr/share/openssl/man/man3/BIO_set_conn_int_port.3.gz
1806 OLD_FILES+=usr/share/openssl/man/man3/BIO_set_conn_ip.3.gz
1807 OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_get_thread_id.3.gz
1808 OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_set_thread_id.3.gz
1809 OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_thread_id.3.gz
1810 OLD_FILES+=usr/share/openssl/man/man3/BN_CTX_init.3.gz
1811 OLD_FILES+=usr/share/openssl/man/man3/BN_MONT_CTX_init.3.gz
1812 OLD_FILES+=usr/share/openssl/man/man3/BN_RECP_CTX_init.3.gz
1813 OLD_FILES+=usr/share/openssl/man/man3/BN_init.3.gz
1814 OLD_FILES+=usr/share/openssl/man/man3/BUF_memdup.3.gz
1815 OLD_FILES+=usr/share/openssl/man/man3/BUF_memdup.3.gz
1816 OLD_FILES+=usr/share/openssl/man/man3/BUF_strdup.3.gz
1817 OLD_FILES+=usr/share/openssl/man/man3/BUF_strlcat.3.gz
1818 OLD_FILES+=usr/share/openssl/man/man3/BUF_strlcpy.3.gz
1819 OLD_FILES+=usr/share/openssl/man/man3/BUF_strndup.3.gz
1820 OLD_FILES+=usr/share/openssl/man/man3/CMS_set1_signer_cert.3.gz
1821 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_cmp.3.gz
1822 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_cpy.3.gz
1823 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_current.3.gz
1824 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_get_callback.3.gz
1825 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_hash.3.gz
1826 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_set_callback.3.gz
1827 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_destroy_dynlockid.3.gz
1828 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_get_new_dynlockid.3.gz
1829 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_lock.3.gz
1830 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_num_locks.3.gz
1831 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_create_callback.3.gz
1832 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_destroy_callback.3.gz
1833 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_lock_callback.3.gz
1834 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_locking_callback.3.gz
1835 OLD_FILES+=usr/share/openssl/man/man3/DES_ede3_cbcm_encrypt.3.gz
1836 OLD_FILES+=usr/share/openssl/man/man3/DES_enc_read.3.gz
1837 OLD_FILES+=usr/share/openssl/man/man3/DES_enc_write.3.gz
1838 OLD_FILES+=usr/share/openssl/man/man3/EC_KEY_get_key_method_data.3.gz
1839 OLD_FILES+=usr/share/openssl/man/man3/EC_KEY_insert_key_method_data.3.gz
1840 OLD_FILES+=usr/share/openssl/man/man3/EC_POINT_set_Jprojective_coordinates.3.gz
1841 OLD_FILES+=usr/share/openssl/man/man3/ERR_load_UI_strings.3.gz
1842 OLD_FILES+=usr/share/openssl/man/man3/EVP_CIPHER_CTX_cleanup.3.gz
1843 OLD_FILES+=usr/share/openssl/man/man3/EVP_CIPHER_CTX_init.3.gz
1844 OLD_FILES+=usr/share/openssl/man/man3/EVP_MAX_MD_SIZE.3.gz
1845 OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_cleanup.3.gz
1846 OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_create.3.gz
1847 OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_destroy.3.gz
1848 OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_init.3.gz
1849 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEVP_PKEY_CTX_set_app_data.3.gz
1850 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3.gz
1851 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_get_default_digest.3.gz
1852 OLD_FILES+=usr/share/openssl/man/man3/EVP_dss.3.gz
1853 OLD_FILES+=usr/share/openssl/man/man3/EVP_dss1.3.gz
1854 OLD_FILES+=usr/share/openssl/man/man3/EVP_sha.3.gz
1855 OLD_FILES+=usr/share/openssl/man/man3/HMAC_CTX_cleanup.3.gz
1856 OLD_FILES+=usr/share/openssl/man/man3/HMAC_CTX_init.3.gz
1857 OLD_FILES+=usr/share/openssl/man/man3/HMAC_cleanup.3.gz
1858 OLD_FILES+=usr/share/openssl/man/man3/OPENSSL_ia32cap_loc.3.gz
1859 OLD_FILES+=usr/share/openssl/man/man3/PEM.3.gz
1860 OLD_FILES+=usr/share/openssl/man/man3/RAND_SSLeay.3.gz
1861 OLD_FILES+=usr/share/openssl/man/man3/RSA_PKCS1_SSLeay.3.gz
1862 OLD_FILES+=usr/share/openssl/man/man3/RSA_null_method.3.gz
1863 OLD_FILES+=usr/share/openssl/man/man3/SSL.3.gz
1864 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_get_ex_new_index.3.gz
1865 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_need_tmp_rsa.3.gz
1866 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_custom_cli_ext.3.gz
1867 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_default_read_ahead.3.gz
1868 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_ecdh_auto.3.gz
1869 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_tmp_rsa.3.gz
1870 OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz
1871 OLD_FILES+=usr/share/openssl/man/man3/SSL_SESSION_get_ex_new_index.3.gz
1872 OLD_FILES+=usr/share/openssl/man/man3/SSL_add_session.3.gz
1873 OLD_FILES+=usr/share/openssl/man/man3/SSL_flush_sessions.3.gz
1874 OLD_FILES+=usr/share/openssl/man/man3/SSL_get_accept_state.3.gz
1875 OLD_FILES+=usr/share/openssl/man/man3/SSL_get_ex_new_index.3.gz
1876 OLD_FILES+=usr/share/openssl/man/man3/SSL_get_msg_callback_arg.3.gz
1877 OLD_FILES+=usr/share/openssl/man/man3/SSL_need_tmp_rsa.3.gz
1878 OLD_FILES+=usr/share/openssl/man/man3/SSL_remove_session.3.gz
1879 OLD_FILES+=usr/share/openssl/man/man3/SSL_set_ecdh_auto.3.gz
1880 OLD_FILES+=usr/share/openssl/man/man3/SSL_set_tmp_rsa.3.gz
1881 OLD_FILES+=usr/share/openssl/man/man3/SSL_set_tmp_rsa_callback.3.gz
1882 OLD_FILES+=usr/share/openssl/man/man3/SSLeay.3.gz
1883 OLD_FILES+=usr/share/openssl/man/man3/SSLeay_add_ssl_algorithms.3.gz
1884 OLD_FILES+=usr/share/openssl/man/man3/SSLeay_version.3.gz
1885 OLD_FILES+=usr/share/openssl/man/man3/SSLv2_client_method.3.gz
1886 OLD_FILES+=usr/share/openssl/man/man3/SSLv2_method.3.gz
1887 OLD_FILES+=usr/share/openssl/man/man3/SSLv2_server_method.3.gz
1888 OLD_FILES+=usr/share/openssl/man/man3/X509_STORE_CTX_set_chain.3.gz
1889 OLD_FILES+=usr/share/openssl/man/man3/X509_STORE_CTX_trusted_stack.3.gz
1890 OLD_FILES+=usr/share/openssl/man/man3/bio.3.gz
1891 OLD_FILES+=usr/share/openssl/man/man3/blowfish.3.gz
1892 OLD_FILES+=usr/share/openssl/man/man3/bn.3.gz
1893 OLD_FILES+=usr/share/openssl/man/man3/bn_add_words.3.gz
1894 OLD_FILES+=usr/share/openssl/man/man3/bn_check_top.3.gz
1895 OLD_FILES+=usr/share/openssl/man/man3/bn_cmp_words.3.gz
1896 OLD_FILES+=usr/share/openssl/man/man3/bn_div_words.3.gz
1897 OLD_FILES+=usr/share/openssl/man/man3/bn_dump.3.gz
1898 OLD_FILES+=usr/share/openssl/man/man3/bn_expand.3.gz
1899 OLD_FILES+=usr/share/openssl/man/man3/bn_expand2.3.gz
1900 OLD_FILES+=usr/share/openssl/man/man3/bn_fix_top.3.gz
1901 OLD_FILES+=usr/share/openssl/man/man3/bn_internal.3.gz
1902 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_add_words.3.gz
1903 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_comba4.3.gz
1904 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_comba8.3.gz
1905 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_high.3.gz
1906 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_low_normal.3.gz
1907 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_low_recursive.3.gz
1908 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_normal.3.gz
1909 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_part_recursive.3.gz
1910 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_recursive.3.gz
1911 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_words.3.gz
1912 OLD_FILES+=usr/share/openssl/man/man3/bn_print.3.gz
1913 OLD_FILES+=usr/share/openssl/man/man3/bn_set_high.3.gz
1914 OLD_FILES+=usr/share/openssl/man/man3/bn_set_low.3.gz
1915 OLD_FILES+=usr/share/openssl/man/man3/bn_set_max.3.gz
1916 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_comba4.3.gz
1917 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_comba8.3.gz
1918 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_normal.3.gz
1919 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_recursive.3.gz
1920 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_words.3.gz
1921 OLD_FILES+=usr/share/openssl/man/man3/bn_sub_words.3.gz
1922 OLD_FILES+=usr/share/openssl/man/man3/bn_wexpand.3.gz
1923 OLD_FILES+=usr/share/openssl/man/man3/buffer.3.gz
1924 OLD_FILES+=usr/share/openssl/man/man3/crypto.3.gz
1925 OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPKParameters_bio.3.gz
1926 OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPKParameters_fp.3.gz
1927 OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPrivate_key.3.gz
1928 OLD_FILES+=usr/share/openssl/man/man3/d2i_Netscape_RSA.3.gz
1929 OLD_FILES+=usr/share/openssl/man/man3/d2i_PKCS8PrivateKey.3.gz
1930 OLD_FILES+=usr/share/openssl/man/man3/d2i_Private_key.3.gz
1931 OLD_FILES+=usr/share/openssl/man/man3/d2i_X509_bio.3.gz
1932 OLD_FILES+=usr/share/openssl/man/man3/d2i_X509_fp.3.gz
1933 OLD_FILES+=usr/share/openssl/man/man3/des.3.gz
1934 OLD_FILES+=usr/share/openssl/man/man3/des_read_2passwords.3.gz
1935 OLD_FILES+=usr/share/openssl/man/man3/des_read_password.3.gz
1936 OLD_FILES+=usr/share/openssl/man/man3/des_read_pw.3.gz
1937 OLD_FILES+=usr/share/openssl/man/man3/des_read_pw_string.3.gz
1938 OLD_FILES+=usr/share/openssl/man/man3/dh.3.gz
1939 OLD_FILES+=usr/share/openssl/man/man3/dsa.3.gz
1940 OLD_FILES+=usr/share/openssl/man/man3/ec.3.gz
1941 OLD_FILES+=usr/share/openssl/man/man3/ecdsa.3.gz
1942 OLD_FILES+=usr/share/openssl/man/man3/engine.3.gz
1943 OLD_FILES+=usr/share/openssl/man/man3/err.3.gz
1944 OLD_FILES+=usr/share/openssl/man/man3/evp.3.gz
1945 OLD_FILES+=usr/share/openssl/man/man3/hmac.3.gz
1946 OLD_FILES+=usr/share/openssl/man/man3/i2d_ECPKParameters_bio.3.gz
1947 OLD_FILES+=usr/share/openssl/man/man3/i2d_ECPKParameters_fp.3.gz
1948 OLD_FILES+=usr/share/openssl/man/man3/i2d_Netscape_RSA.3.gz
1949 OLD_FILES+=usr/share/openssl/man/man3/i2d_X509_bio.3.gz
1950 OLD_FILES+=usr/share/openssl/man/man3/i2d_X509_fp.3.gz
1951 OLD_FILES+=usr/share/openssl/man/man3/lh_delete.3.gz
1952 OLD_FILES+=usr/share/openssl/man/man3/lh_doall.3.gz
1953 OLD_FILES+=usr/share/openssl/man/man3/lh_doall_arg.3.gz
1954 OLD_FILES+=usr/share/openssl/man/man3/lh_error.3.gz
1955 OLD_FILES+=usr/share/openssl/man/man3/lh_free.3.gz
1956 OLD_FILES+=usr/share/openssl/man/man3/lh_insert.3.gz
1957 OLD_FILES+=usr/share/openssl/man/man3/lh_new.3.gz
1958 OLD_FILES+=usr/share/openssl/man/man3/lh_node_stats.3.gz
1959 OLD_FILES+=usr/share/openssl/man/man3/lh_node_stats_bio.3.gz
1960 OLD_FILES+=usr/share/openssl/man/man3/lh_node_usage_stats.3.gz
1961 OLD_FILES+=usr/share/openssl/man/man3/lh_node_usage_stats_bio.3.gz
1962 OLD_FILES+=usr/share/openssl/man/man3/lh_retrieve.3.gz
1963 OLD_FILES+=usr/share/openssl/man/man3/lh_stats.3.gz
1964 OLD_FILES+=usr/share/openssl/man/man3/lh_stats_bio.3.gz
1965 OLD_FILES+=usr/share/openssl/man/man3/lhash.3.gz
1966 OLD_FILES+=usr/share/openssl/man/man3/md5.3.gz
1967 OLD_FILES+=usr/share/openssl/man/man3/mdc2.3.gz
1968 OLD_FILES+=usr/share/openssl/man/man3/pem.3.gz
1969 OLD_FILES+=usr/share/openssl/man/man3/rand.3.gz
1970 OLD_FILES+=usr/share/openssl/man/man3/rc4.3.gz
1971 OLD_FILES+=usr/share/openssl/man/man3/ripemd.3.gz
1972 OLD_FILES+=usr/share/openssl/man/man3/rsa.3.gz
1973 OLD_FILES+=usr/share/openssl/man/man3/sha.3.gz
1974 OLD_FILES+=usr/share/openssl/man/man3/ssl.3.gz
1975 OLD_FILES+=usr/share/openssl/man/man3/threads.3.gz
1976 OLD_FILES+=usr/share/openssl/man/man3/ui.3.gz
1977 OLD_FILES+=usr/share/openssl/man/man3/ui_compat.3.gz
1978 OLD_FILES+=usr/share/openssl/man/man3/x509.3.gz
1979 OLD_LIBS+=lib/libcrypto.so.8
1980 OLD_LIBS+=usr/lib/engines/lib4758cca.so
1981 OLD_LIBS+=usr/lib/engines/libaep.so
1982 OLD_LIBS+=usr/lib/engines/libatalla.so
1983 OLD_LIBS+=usr/lib/engines/libcapi.so
1984 OLD_LIBS+=usr/lib/engines/libchil.so
1985 OLD_LIBS+=usr/lib/engines/libcswift.so
1986 OLD_LIBS+=usr/lib/engines/libgost.so
1987 OLD_LIBS+=usr/lib/engines/libnuron.so
1988 OLD_LIBS+=usr/lib/engines/libsureware.so
1989 OLD_LIBS+=usr/lib/engines/libubsec.so
1990 OLD_LIBS+=usr/lib/libssl.so.8
1991 OLD_LIBS+=usr/lib32/libcrypto.so.8
1992 OLD_LIBS+=usr/lib32/lib4758cca.so
1993 OLD_LIBS+=usr/lib32/libaep.so
1994 OLD_LIBS+=usr/lib32/libatalla.so
1995 OLD_LIBS+=usr/lib32/libcapi.so
1996 OLD_LIBS+=usr/lib32/libchil.so
1997 OLD_LIBS+=usr/lib32/libcswift.so
1998 OLD_LIBS+=usr/lib32/libgost.so
1999 OLD_LIBS+=usr/lib32/libnuron.so
2000 OLD_LIBS+=usr/lib32/libsureware.so
2001 OLD_LIBS+=usr/lib32/libubsec.so
2002 OLD_LIBS+=usr/lib32/libssl.so.8
2003 # 20180824: libbe(3) SHLIBDIR fixed to reflect correct location
2004 OLD_LIBS+=usr/lib/libbe.so.1
2005 # 20180819: Remove deprecated arc4random(3) stir/addrandom interfaces
2006 OLD_FILES+=usr/share/man/man3/arc4random_addrandom.3.gz
2007 OLD_FILES+=usr/share/man/man3/arc4random_stir.3.gz
2008 # 20180819: send-pr(1) placeholder removal
2009 OLD_FILES+=usr/bin/send-pr
2010 # 20180725: Cleanup old libcasper.so.0
2011 OLD_LIBS+=lib/libcasper.so.0
2012 OLD_LIBS+=usr/lib32/libcasper.so.0
2013 # 20180722: indent(1) option renamed, test files follow
2014 OLD_FILES+=usr/bin/indent/tests/nsac.0
2015 OLD_FILES+=usr/bin/indent/tests/nsac.0.pro
2016 OLD_FILES+=usr/bin/indent/tests/nsac.0.stdout
2017 OLD_FILES+=usr/bin/indent/tests/sac.0
2018 OLD_FILES+=usr/bin/indent/tests/sac.0.pro
2019 OLD_FILES+=usr/bin/indent/tests/sac.0.stdout
2020 # 20180721: move of libmlx5.so.1 and libibverbs.so.1
2021 OLD_LIBS+=usr/lib/libmlx5.so.1
2022 OLD_LIBS+=usr/lib/libibverbs.so.1
2023 # 20180710: old numa cleanup
2024 OLD_FILES+=usr/include/sys/numa.h
2025 OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz
2026 OLD_FILES+=usr/share/man/man2/numa_setaffinity.2.gz
2027 OLD_FILES+=usr/share/man/man1/numactl.1.gz
2028 OLD_FILES+=usr/bin/numactl
2029 # 20180630: new clang import which bumps version from 6.0.0 to 6.0.1.
2030 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/allocator_interface.h
2031 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/asan_interface.h
2032 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/common_interface_defs.h
2033 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/coverage_interface.h
2034 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/dfsan_interface.h
2035 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/esan_interface.h
2036 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/hwasan_interface.h
2037 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/linux_syscall_hooks.h
2038 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/lsan_interface.h
2039 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/msan_interface.h
2040 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/scudo_interface.h
2041 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/tsan_interface.h
2042 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/tsan_interface_atomic.h
2043 OLD_DIRS+=usr/lib/clang/6.0.0/include/sanitizer
2044 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_builtin_vars.h
2045 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_cmath.h
2046 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_complex_builtins.h
2047 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_intrinsics.h
2048 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_math_forward_declares.h
2049 OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_runtime_wrapper.h
2050 OLD_FILES+=usr/lib/clang/6.0.0/include/__stddef_max_align_t.h
2051 OLD_FILES+=usr/lib/clang/6.0.0/include/__wmmintrin_aes.h
2052 OLD_FILES+=usr/lib/clang/6.0.0/include/__wmmintrin_pclmul.h
2053 OLD_FILES+=usr/lib/clang/6.0.0/include/adxintrin.h
2054 OLD_FILES+=usr/lib/clang/6.0.0/include/altivec.h
2055 OLD_FILES+=usr/lib/clang/6.0.0/include/ammintrin.h
2056 OLD_FILES+=usr/lib/clang/6.0.0/include/arm64intr.h
2057 OLD_FILES+=usr/lib/clang/6.0.0/include/arm_acle.h
2058 OLD_FILES+=usr/lib/clang/6.0.0/include/arm_neon.h
2059 OLD_FILES+=usr/lib/clang/6.0.0/include/armintr.h
2060 OLD_FILES+=usr/lib/clang/6.0.0/include/avx2intrin.h
2061 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512bitalgintrin.h
2062 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512bwintrin.h
2063 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512cdintrin.h
2064 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512dqintrin.h
2065 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512erintrin.h
2066 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512fintrin.h
2067 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512ifmaintrin.h
2068 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512ifmavlintrin.h
2069 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512pfintrin.h
2070 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmi2intrin.h
2071 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmiintrin.h
2072 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmivlintrin.h
2073 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlbitalgintrin.h
2074 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlbwintrin.h
2075 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlcdintrin.h
2076 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vldqintrin.h
2077 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlintrin.h
2078 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlvbmi2intrin.h
2079 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlvnniintrin.h
2080 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vnniintrin.h
2081 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vpopcntdqintrin.h
2082 OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vpopcntdqvlintrin.h
2083 OLD_FILES+=usr/lib/clang/6.0.0/include/avxintrin.h
2084 OLD_FILES+=usr/lib/clang/6.0.0/include/bmi2intrin.h
2085 OLD_FILES+=usr/lib/clang/6.0.0/include/bmiintrin.h
2086 OLD_FILES+=usr/lib/clang/6.0.0/include/cetintrin.h
2087 OLD_FILES+=usr/lib/clang/6.0.0/include/clflushoptintrin.h
2088 OLD_FILES+=usr/lib/clang/6.0.0/include/clwbintrin.h
2089 OLD_FILES+=usr/lib/clang/6.0.0/include/clzerointrin.h
2090 OLD_FILES+=usr/lib/clang/6.0.0/include/cpuid.h
2091 OLD_FILES+=usr/lib/clang/6.0.0/include/emmintrin.h
2092 OLD_FILES+=usr/lib/clang/6.0.0/include/f16cintrin.h
2093 OLD_FILES+=usr/lib/clang/6.0.0/include/fma4intrin.h
2094 OLD_FILES+=usr/lib/clang/6.0.0/include/fmaintrin.h
2095 OLD_FILES+=usr/lib/clang/6.0.0/include/fxsrintrin.h
2096 OLD_FILES+=usr/lib/clang/6.0.0/include/gfniintrin.h
2097 OLD_FILES+=usr/lib/clang/6.0.0/include/htmintrin.h
2098 OLD_FILES+=usr/lib/clang/6.0.0/include/htmxlintrin.h
2099 OLD_FILES+=usr/lib/clang/6.0.0/include/ia32intrin.h
2100 OLD_FILES+=usr/lib/clang/6.0.0/include/immintrin.h
2101 OLD_FILES+=usr/lib/clang/6.0.0/include/lwpintrin.h
2102 OLD_FILES+=usr/lib/clang/6.0.0/include/lzcntintrin.h
2103 OLD_FILES+=usr/lib/clang/6.0.0/include/mm3dnow.h
2104 OLD_FILES+=usr/lib/clang/6.0.0/include/mm_malloc.h
2105 OLD_FILES+=usr/lib/clang/6.0.0/include/mmintrin.h
2106 OLD_FILES+=usr/lib/clang/6.0.0/include/module.modulemap
2107 OLD_FILES+=usr/lib/clang/6.0.0/include/msa.h
2108 OLD_FILES+=usr/lib/clang/6.0.0/include/mwaitxintrin.h
2109 OLD_FILES+=usr/lib/clang/6.0.0/include/nmmintrin.h
2110 OLD_FILES+=usr/lib/clang/6.0.0/include/opencl-c.h
2111 OLD_FILES+=usr/lib/clang/6.0.0/include/pkuintrin.h
2112 OLD_FILES+=usr/lib/clang/6.0.0/include/pmmintrin.h
2113 OLD_FILES+=usr/lib/clang/6.0.0/include/popcntintrin.h
2114 OLD_FILES+=usr/lib/clang/6.0.0/include/prfchwintrin.h
2115 OLD_FILES+=usr/lib/clang/6.0.0/include/rdseedintrin.h
2116 OLD_FILES+=usr/lib/clang/6.0.0/include/rtmintrin.h
2117 OLD_FILES+=usr/lib/clang/6.0.0/include/s390intrin.h
2118 OLD_FILES+=usr/lib/clang/6.0.0/include/shaintrin.h
2119 OLD_FILES+=usr/lib/clang/6.0.0/include/smmintrin.h
2120 OLD_FILES+=usr/lib/clang/6.0.0/include/tbmintrin.h
2121 OLD_FILES+=usr/lib/clang/6.0.0/include/tmmintrin.h
2122 OLD_FILES+=usr/lib/clang/6.0.0/include/vadefs.h
2123 OLD_FILES+=usr/lib/clang/6.0.0/include/vaesintrin.h
2124 OLD_FILES+=usr/lib/clang/6.0.0/include/vecintrin.h
2125 OLD_FILES+=usr/lib/clang/6.0.0/include/vpclmulqdqintrin.h
2126 OLD_FILES+=usr/lib/clang/6.0.0/include/wmmintrin.h
2127 OLD_FILES+=usr/lib/clang/6.0.0/include/x86intrin.h
2128 OLD_FILES+=usr/lib/clang/6.0.0/include/xmmintrin.h
2129 OLD_FILES+=usr/lib/clang/6.0.0/include/xopintrin.h
2130 OLD_FILES+=usr/lib/clang/6.0.0/include/xsavecintrin.h
2131 OLD_FILES+=usr/lib/clang/6.0.0/include/xsaveintrin.h
2132 OLD_FILES+=usr/lib/clang/6.0.0/include/xsaveoptintrin.h
2133 OLD_FILES+=usr/lib/clang/6.0.0/include/xsavesintrin.h
2134 OLD_FILES+=usr/lib/clang/6.0.0/include/xtestintrin.h
2135 OLD_DIRS+=usr/lib/clang/6.0.0/include
2136 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-i386.a
2137 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-i386.so
2138 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
2139 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
2140 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
2141 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
2142 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
2143 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
2144 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-arm.a
2145 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-armhf.a
2146 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-i386.a
2147 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
2148 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.safestack-i386.a
2149 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
2150 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats-i386.a
2151 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
2152 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
2153 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
2154 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a
2155 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
2156 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
2157 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
2158 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
2159 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
2160 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
2161 OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
2162 OLD_DIRS+=usr/lib/clang/6.0.0/lib/freebsd
2163 OLD_DIRS+=usr/lib/clang/6.0.0/lib
2164 OLD_DIRS+=usr/lib/clang/6.0.0
2165 # 20180615: asf(8) removed
2166 OLD_FILES+=usr/sbin/asf
2167 OLD_FILES+=usr/share/man/man8/asf.8.gz
2168 # 20180609: obsolete libc++ files missed from the 5.0.0 import
2169 OLD_FILES+=usr/include/c++/v1/__refstring
2170 OLD_FILES+=usr/include/c++/v1/__undef_min_max
2171 OLD_FILES+=usr/include/c++/v1/tr1/__refstring
2172 OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
2173 # 20180607: remove nls support from grep
2174 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat
2175 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
2176 OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
2177 OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
2178 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
2179 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat
2180 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
2181 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat
2182 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat
2183 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
2184 # 20180528: libpcap update removed header file
2185 OLD_FILES+=usr/include/pcap/export-defs.h
2186 # 20180517: retire vxge
2187 OLD_FILES+=usr/share/man/man4/if_vxge.4.gz
2188 OLD_FILES+=usr/share/man/man4/vxge.4.gz
2189 # 20180512: Rename Unbound tools
2190 OLD_FILES+=usr/sbin/unbound
2191 OLD_FILES+=usr/sbin/unbound-anchor
2192 OLD_FILES+=usr/sbin/unbound-checkconf
2193 OLD_FILES+=usr/sbin/unbound-control
2194 OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
2195 OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
2196 OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
2197 OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
2198 OLD_FILES+=usr/share/man/man8/unbound.8.gz
2199 # 20180508: retire nxge
2200 OLD_FILES+=usr/share/man/man4/if_nxge.4.gz
2201 OLD_FILES+=usr/share/man/man4/nxge.4.gz
2202 # 20180505: rhosts
2203 OLD_FILES+=usr/share/skel/dot.rhosts
2204 # 20180502: retire ixgb
2205 OLD_FILES+=usr/share/man/man4/if_ixgb.4.gz
2206 OLD_FILES+=usr/share/man/man4/ixgb.4.gz
2207 # 20180501: retire lmc
2208 OLD_FILES+=usr/include/dev/lmc/if_lmc.h
2209 OLD_DIRS+=usr/include/dev/lmc
2210 OLD_FILES+=usr/sbin/lmcconfig
2211 OLD_FILES+=usr/share/man/man4/lmc.4.gz
2212 OLD_FILES+=usr/share/man/man4/if_lmc.4.gz
2213 OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
2214 # 20180417: remove fuswintr and suswintr
2215 OLD_FILES+=usr/share/man/man9/fuswintr.9.gz
2216 OLD_FILES+=usr/share/man/man9/suswintr.9.gz
2217 # 20180413: remove Arcnet support
2218 OLD_FILES+=usr/include/net/if_arc.h
2219 OLD_FILES+=usr/share/man/man4/cm.4.gz
2220 # 20180409: remove FDDI support
2221 OLD_FILES+=usr/include/net/fddi.h
2222 OLD_FILES+=usr/share/man/man4/fpa.4.gz
2223 # 20180319: remove /boot/overlays, replaced by /boot/dtb/overlays
2224 OLD_DIRS+=boot/overlays
2225 # 20180311: remove sys/sys/i386/include/pcaudioio.h
2226 .if ${TARGET_ARCH} == "i386"
2227 OLD_FILES+=usr/include/machine/pcaudioio.h
2228 .endif
2229 # 20180310: remove sys/sys/dataacq.h
2230 OLD_FILES+=usr/include/sys/dataacq.h
2231 # 20180306: remove DTrace scripts made obsolete by dwatch(1)
2232 OLD_FILES+=usr/share/dtrace/watch_execve
2233 OLD_FILES+=usr/share/dtrace/watch_kill
2234 OLD_FILES+=usr/share/dtrace/watch_vop_remove
2235 # 20180212: move devmatch
2236 OLD_FILES+=usr/sbin/devmatch
2237 # 20180211: remove usb.conf
2238 OLD_FILES+=etc/devd/usb.conf
2239 # 20180208: remove c_rehash(1)
2240 OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz
2241 # 20180206: remove gdbtui
2242 OLD_FILES+=usr/bin/gdbtui
2243 # 20180201: Obsolete forth files
2244 OLD_FILES+=boot/pcibios.4th
2245 # 20180114: new clang import which bumps version from 5.0.1 to 6.0.0.
2246 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/allocator_interface.h
2247 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/asan_interface.h
2248 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/common_interface_defs.h
2249 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/coverage_interface.h
2250 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/dfsan_interface.h
2251 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/esan_interface.h
2252 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/linux_syscall_hooks.h
2253 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/lsan_interface.h
2254 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/msan_interface.h
2255 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/tsan_interface.h
2256 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/tsan_interface_atomic.h
2257 OLD_DIRS+=usr/lib/clang/5.0.1/include/sanitizer
2258 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_builtin_vars.h
2259 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_cmath.h
2260 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_complex_builtins.h
2261 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_intrinsics.h
2262 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_math_forward_declares.h
2263 OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_runtime_wrapper.h
2264 OLD_FILES+=usr/lib/clang/5.0.1/include/__stddef_max_align_t.h
2265 OLD_FILES+=usr/lib/clang/5.0.1/include/__wmmintrin_aes.h
2266 OLD_FILES+=usr/lib/clang/5.0.1/include/__wmmintrin_pclmul.h
2267 OLD_FILES+=usr/lib/clang/5.0.1/include/adxintrin.h
2268 OLD_FILES+=usr/lib/clang/5.0.1/include/altivec.h
2269 OLD_FILES+=usr/lib/clang/5.0.1/include/ammintrin.h
2270 OLD_FILES+=usr/lib/clang/5.0.1/include/arm_acle.h
2271 OLD_FILES+=usr/lib/clang/5.0.1/include/arm_neon.h
2272 OLD_FILES+=usr/lib/clang/5.0.1/include/armintr.h
2273 OLD_FILES+=usr/lib/clang/5.0.1/include/avx2intrin.h
2274 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512bwintrin.h
2275 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512cdintrin.h
2276 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512dqintrin.h
2277 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512erintrin.h
2278 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512fintrin.h
2279 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512ifmaintrin.h
2280 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512ifmavlintrin.h
2281 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512pfintrin.h
2282 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vbmiintrin.h
2283 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vbmivlintrin.h
2284 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlbwintrin.h
2285 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlcdintrin.h
2286 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vldqintrin.h
2287 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlintrin.h
2288 OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vpopcntdqintrin.h
2289 OLD_FILES+=usr/lib/clang/5.0.1/include/avxintrin.h
2290 OLD_FILES+=usr/lib/clang/5.0.1/include/bmi2intrin.h
2291 OLD_FILES+=usr/lib/clang/5.0.1/include/bmiintrin.h
2292 OLD_FILES+=usr/lib/clang/5.0.1/include/clflushoptintrin.h
2293 OLD_FILES+=usr/lib/clang/5.0.1/include/clzerointrin.h
2294 OLD_FILES+=usr/lib/clang/5.0.1/include/cpuid.h
2295 OLD_FILES+=usr/lib/clang/5.0.1/include/emmintrin.h
2296 OLD_FILES+=usr/lib/clang/5.0.1/include/f16cintrin.h
2297 OLD_FILES+=usr/lib/clang/5.0.1/include/fma4intrin.h
2298 OLD_FILES+=usr/lib/clang/5.0.1/include/fmaintrin.h
2299 OLD_FILES+=usr/lib/clang/5.0.1/include/fxsrintrin.h
2300 OLD_FILES+=usr/lib/clang/5.0.1/include/htmintrin.h
2301 OLD_FILES+=usr/lib/clang/5.0.1/include/htmxlintrin.h
2302 OLD_FILES+=usr/lib/clang/5.0.1/include/ia32intrin.h
2303 OLD_FILES+=usr/lib/clang/5.0.1/include/immintrin.h
2304 OLD_FILES+=usr/lib/clang/5.0.1/include/lwpintrin.h
2305 OLD_FILES+=usr/lib/clang/5.0.1/include/lzcntintrin.h
2306 OLD_FILES+=usr/lib/clang/5.0.1/include/mm3dnow.h
2307 OLD_FILES+=usr/lib/clang/5.0.1/include/mm_malloc.h
2308 OLD_FILES+=usr/lib/clang/5.0.1/include/mmintrin.h
2309 OLD_FILES+=usr/lib/clang/5.0.1/include/module.modulemap
2310 OLD_FILES+=usr/lib/clang/5.0.1/include/msa.h
2311 OLD_FILES+=usr/lib/clang/5.0.1/include/mwaitxintrin.h
2312 OLD_FILES+=usr/lib/clang/5.0.1/include/nmmintrin.h
2313 OLD_FILES+=usr/lib/clang/5.0.1/include/opencl-c.h
2314 OLD_FILES+=usr/lib/clang/5.0.1/include/pkuintrin.h
2315 OLD_FILES+=usr/lib/clang/5.0.1/include/pmmintrin.h
2316 OLD_FILES+=usr/lib/clang/5.0.1/include/popcntintrin.h
2317 OLD_FILES+=usr/lib/clang/5.0.1/include/prfchwintrin.h
2318 OLD_FILES+=usr/lib/clang/5.0.1/include/rdseedintrin.h
2319 OLD_FILES+=usr/lib/clang/5.0.1/include/rtmintrin.h
2320 OLD_FILES+=usr/lib/clang/5.0.1/include/s390intrin.h
2321 OLD_FILES+=usr/lib/clang/5.0.1/include/shaintrin.h
2322 OLD_FILES+=usr/lib/clang/5.0.1/include/smmintrin.h
2323 OLD_FILES+=usr/lib/clang/5.0.1/include/tbmintrin.h
2324 OLD_FILES+=usr/lib/clang/5.0.1/include/tmmintrin.h
2325 OLD_FILES+=usr/lib/clang/5.0.1/include/vadefs.h
2326 OLD_FILES+=usr/lib/clang/5.0.1/include/vecintrin.h
2327 OLD_FILES+=usr/lib/clang/5.0.1/include/wmmintrin.h
2328 OLD_FILES+=usr/lib/clang/5.0.1/include/x86intrin.h
2329 OLD_FILES+=usr/lib/clang/5.0.1/include/xmmintrin.h
2330 OLD_FILES+=usr/lib/clang/5.0.1/include/xopintrin.h
2331 OLD_FILES+=usr/lib/clang/5.0.1/include/xsavecintrin.h
2332 OLD_FILES+=usr/lib/clang/5.0.1/include/xsaveintrin.h
2333 OLD_FILES+=usr/lib/clang/5.0.1/include/xsaveoptintrin.h
2334 OLD_FILES+=usr/lib/clang/5.0.1/include/xsavesintrin.h
2335 OLD_FILES+=usr/lib/clang/5.0.1/include/xtestintrin.h
2336 OLD_DIRS+=usr/lib/clang/5.0.1/include
2337 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-i386.a
2338 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-i386.so
2339 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
2340 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
2341 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
2342 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
2343 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
2344 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
2345 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-arm.a
2346 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-armhf.a
2347 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-i386.a
2348 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
2349 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.safestack-i386.a
2350 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
2351 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats-i386.a
2352 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
2353 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
2354 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
2355 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
2356 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
2357 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
2358 OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
2359 OLD_DIRS+=usr/lib/clang/5.0.1/lib/freebsd
2360 OLD_DIRS+=usr/lib/clang/5.0.1/lib
2361 OLD_DIRS+=usr/lib/clang/5.0.1
2362 # 20180109: Remove vestiges of digi(4) driver
2363 OLD_FILES+=usr/include/sys/digiio.h
2364 OLD_FILES+=usr/sbin/digictl
2365 OLD_FILES+=usr/share/man/man8/digictl.8.gz
2366 # 20180107: Convert remaining geli(8) tests to ATF
2367 OLD_FILES+=tests/sys/geom/class/eli/nokey_test.sh
2368 OLD_FILES+=tests/sys/geom/class/eli/readonly_test.sh
2369 # 20180106: Convert most geli(8) tests to ATF
2370 OLD_FILES+=tests/sys/geom/class/eli/attach_d_test.sh
2371 OLD_FILES+=tests/sys/geom/class/eli/configure_b_B_test.sh
2372 OLD_FILES+=tests/sys/geom/class/eli/detach_l_test.sh
2373 OLD_FILES+=tests/sys/geom/class/eli/init_B_test.sh
2374 OLD_FILES+=tests/sys/geom/class/eli/init_J_test.sh
2375 OLD_FILES+=tests/sys/geom/class/eli/init_a_test.sh
2376 OLD_FILES+=tests/sys/geom/class/eli/init_alias_test.sh
2377 OLD_FILES+=tests/sys/geom/class/eli/init_i_P_test.sh
2378 OLD_FILES+=tests/sys/geom/class/eli/integrity_copy_test.sh
2379 OLD_FILES+=tests/sys/geom/class/eli/integrity_data_test.sh
2380 OLD_FILES+=tests/sys/geom/class/eli/integrity_hmac_test.sh
2381 OLD_FILES+=tests/sys/geom/class/eli/onetime_a_test.sh
2382 OLD_FILES+=tests/sys/geom/class/eli/onetime_d_test.sh
2383 # 20171230: Remove /etc/skel from mtree
2384 OLD_DIRS+=etc/skel
2385 # 20171208: Remove basename_r(3)
2386 OLD_FILES+=usr/share/man/man3/basename_r.3.gz
2387 # 20171204: Move fdformat man page from volume 1 to volume 8.
2388 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
2389 # 20171203: libproc version bump
2390 OLD_LIBS+=usr/lib/libproc.so.4
2391 OLD_LIBS+=usr/lib32/libproc.so.4
2392 # 20171203: new clang import which bumps version from 5.0.0 to 5.0.1.
2393 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/allocator_interface.h
2394 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/asan_interface.h
2395 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/common_interface_defs.h
2396 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/coverage_interface.h
2397 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/dfsan_interface.h
2398 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/esan_interface.h
2399 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/linux_syscall_hooks.h
2400 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/lsan_interface.h
2401 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/msan_interface.h
2402 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/tsan_interface.h
2403 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/tsan_interface_atomic.h
2404 OLD_DIRS+=usr/lib/clang/5.0.0/include/sanitizer
2405 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_builtin_vars.h
2406 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_cmath.h
2407 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_complex_builtins.h
2408 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_intrinsics.h
2409 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_math_forward_declares.h
2410 OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_runtime_wrapper.h
2411 OLD_FILES+=usr/lib/clang/5.0.0/include/__stddef_max_align_t.h
2412 OLD_FILES+=usr/lib/clang/5.0.0/include/__wmmintrin_aes.h
2413 OLD_FILES+=usr/lib/clang/5.0.0/include/__wmmintrin_pclmul.h
2414 OLD_FILES+=usr/lib/clang/5.0.0/include/adxintrin.h
2415 OLD_FILES+=usr/lib/clang/5.0.0/include/altivec.h
2416 OLD_FILES+=usr/lib/clang/5.0.0/include/ammintrin.h
2417 OLD_FILES+=usr/lib/clang/5.0.0/include/arm_acle.h
2418 OLD_FILES+=usr/lib/clang/5.0.0/include/arm_neon.h
2419 OLD_FILES+=usr/lib/clang/5.0.0/include/armintr.h
2420 OLD_FILES+=usr/lib/clang/5.0.0/include/avx2intrin.h
2421 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512bwintrin.h
2422 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512cdintrin.h
2423 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512dqintrin.h
2424 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512erintrin.h
2425 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512fintrin.h
2426 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512ifmaintrin.h
2427 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512ifmavlintrin.h
2428 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512pfintrin.h
2429 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vbmiintrin.h
2430 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vbmivlintrin.h
2431 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlbwintrin.h
2432 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlcdintrin.h
2433 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vldqintrin.h
2434 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlintrin.h
2435 OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vpopcntdqintrin.h
2436 OLD_FILES+=usr/lib/clang/5.0.0/include/avxintrin.h
2437 OLD_FILES+=usr/lib/clang/5.0.0/include/bmi2intrin.h
2438 OLD_FILES+=usr/lib/clang/5.0.0/include/bmiintrin.h
2439 OLD_FILES+=usr/lib/clang/5.0.0/include/clflushoptintrin.h
2440 OLD_FILES+=usr/lib/clang/5.0.0/include/clzerointrin.h
2441 OLD_FILES+=usr/lib/clang/5.0.0/include/cpuid.h
2442 OLD_FILES+=usr/lib/clang/5.0.0/include/emmintrin.h
2443 OLD_FILES+=usr/lib/clang/5.0.0/include/f16cintrin.h
2444 OLD_FILES+=usr/lib/clang/5.0.0/include/fma4intrin.h
2445 OLD_FILES+=usr/lib/clang/5.0.0/include/fmaintrin.h
2446 OLD_FILES+=usr/lib/clang/5.0.0/include/fxsrintrin.h
2447 OLD_FILES+=usr/lib/clang/5.0.0/include/htmintrin.h
2448 OLD_FILES+=usr/lib/clang/5.0.0/include/htmxlintrin.h
2449 OLD_FILES+=usr/lib/clang/5.0.0/include/ia32intrin.h
2450 OLD_FILES+=usr/lib/clang/5.0.0/include/immintrin.h
2451 OLD_FILES+=usr/lib/clang/5.0.0/include/lwpintrin.h
2452 OLD_FILES+=usr/lib/clang/5.0.0/include/lzcntintrin.h
2453 OLD_FILES+=usr/lib/clang/5.0.0/include/mm3dnow.h
2454 OLD_FILES+=usr/lib/clang/5.0.0/include/mm_malloc.h
2455 OLD_FILES+=usr/lib/clang/5.0.0/include/mmintrin.h
2456 OLD_FILES+=usr/lib/clang/5.0.0/include/module.modulemap
2457 OLD_FILES+=usr/lib/clang/5.0.0/include/msa.h
2458 OLD_FILES+=usr/lib/clang/5.0.0/include/mwaitxintrin.h
2459 OLD_FILES+=usr/lib/clang/5.0.0/include/nmmintrin.h
2460 OLD_FILES+=usr/lib/clang/5.0.0/include/opencl-c.h
2461 OLD_FILES+=usr/lib/clang/5.0.0/include/pkuintrin.h
2462 OLD_FILES+=usr/lib/clang/5.0.0/include/pmmintrin.h
2463 OLD_FILES+=usr/lib/clang/5.0.0/include/popcntintrin.h
2464 OLD_FILES+=usr/lib/clang/5.0.0/include/prfchwintrin.h
2465 OLD_FILES+=usr/lib/clang/5.0.0/include/rdseedintrin.h
2466 OLD_FILES+=usr/lib/clang/5.0.0/include/rtmintrin.h
2467 OLD_FILES+=usr/lib/clang/5.0.0/include/s390intrin.h
2468 OLD_FILES+=usr/lib/clang/5.0.0/include/shaintrin.h
2469 OLD_FILES+=usr/lib/clang/5.0.0/include/smmintrin.h
2470 OLD_FILES+=usr/lib/clang/5.0.0/include/tbmintrin.h
2471 OLD_FILES+=usr/lib/clang/5.0.0/include/tmmintrin.h
2472 OLD_FILES+=usr/lib/clang/5.0.0/include/vadefs.h
2473 OLD_FILES+=usr/lib/clang/5.0.0/include/vecintrin.h
2474 OLD_FILES+=usr/lib/clang/5.0.0/include/wmmintrin.h
2475 OLD_FILES+=usr/lib/clang/5.0.0/include/x86intrin.h
2476 OLD_FILES+=usr/lib/clang/5.0.0/include/xmmintrin.h
2477 OLD_FILES+=usr/lib/clang/5.0.0/include/xopintrin.h
2478 OLD_FILES+=usr/lib/clang/5.0.0/include/xsavecintrin.h
2479 OLD_FILES+=usr/lib/clang/5.0.0/include/xsaveintrin.h
2480 OLD_FILES+=usr/lib/clang/5.0.0/include/xsaveoptintrin.h
2481 OLD_FILES+=usr/lib/clang/5.0.0/include/xsavesintrin.h
2482 OLD_FILES+=usr/lib/clang/5.0.0/include/xtestintrin.h
2483 OLD_DIRS+=usr/lib/clang/5.0.0/include
2484 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-i386.a
2485 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-i386.so
2486 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
2487 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
2488 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
2489 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
2490 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
2491 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
2492 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-arm.a
2493 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-armhf.a
2494 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-i386.a
2495 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
2496 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-i386.a
2497 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
2498 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-i386.a
2499 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
2500 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
2501 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
2502 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
2503 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
2504 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
2505 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
2506 OLD_DIRS+=usr/lib/clang/5.0.0/lib/freebsd
2507 OLD_DIRS+=usr/lib/clang/5.0.0/lib
2508 OLD_DIRS+=usr/lib/clang/5.0.0
2509 # 20171118: Remove old etc casper files
2510 OLD_FILES+=etc/casper/system.dns
2511 OLD_FILES+=etc/casper/system.grp
2512 OLD_FILES+=etc/casper/system.pwd
2513 OLD_FILES+=etc/casper/system.random
2514 OLD_FILES+=etc/casper/system.sysctl
2515 OLD_DIRS+=etc/casper
2516 # 20171116: lint(1) removal
2517 OLD_FILES+=usr/bin/lint
2518 OLD_FILES+=usr/libexec/lint1
2519 OLD_FILES+=usr/libexec/lint2
2520 OLD_FILES+=usr/libdata/lint/llib-lposix.ln
2521 OLD_FILES+=usr/libdata/lint/llib-lstdc.ln
2522 OLD_FILES+=usr/share/man/man1/lint.1.gz
2523 OLD_FILES+=usr/share/man/man7/lint.7.gz
2524 OLD_DIRS+=usr/libdata/lint
2525 # 20171114: Removal of all fortune datfiles other than freebsd-tips
2526 OLD_FILES+=usr/share/games/fortune/fortunes
2527 OLD_FILES+=usr/share/games/fortune/fortunes.dat
2528 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
2529 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
2530 OLD_FILES+=usr/share/games/fortune/limerick
2531 OLD_FILES+=usr/share/games/fortune/limerick.dat
2532 OLD_FILES+=usr/share/games/fortune/murphy
2533 OLD_FILES+=usr/share/games/fortune/murphy-o
2534 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
2535 OLD_FILES+=usr/share/games/fortune/murphy.dat
2536 OLD_FILES+=usr/share/games/fortune/startrek
2537 OLD_FILES+=usr/share/games/fortune/startrek.dat
2538 OLD_FILES+=usr/share/games/fortune/zippy
2539 OLD_FILES+=usr/share/games/fortune/zippy.dat
2540 # 20171112: Removal of eqnchar definition
2541 OLD_FILES+=usr/share/misc/eqnchar
2542 # 20171110: Removal of mailaddr man page
2543 OLD_FILES+=usr/share/man/man7/mailaddr.7.gz
2544 # 20171108: badsect(8) removal
2545 OLD_FILES+=sbin/badsect
2546 OLD_FILES+=rescue/badsect
2547 OLD_FILES+=usr/share/man/man8/badsect.8.gz
2548 # 20171105: fixing lib/libclang_rt CRTARCH for arm:armv[67].
2549 .if ${MACHINE_ARCH:Marmv[67]*} != "" && \
2550     (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
2551 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a
2552 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-arm.a
2553 OLD_LIBS+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-arm.so
2554 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a
2555 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-arm.a
2556 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-arm.a
2557 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-arm.a
2558 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-arm.a
2559 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a
2560 OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a
2561 .endif
2562 # 20171104: libcap_random should be in /lib not in /usr/lib
2563 OLD_LIBS+=usr/lib/libcap_random.so.0
2564 # 20171104: Casper can work only as shared library
2565 OLD_FILES+=usr/lib/libcap_dns.a
2566 OLD_FILES+=usr/lib/libcap_dns_p.a
2567 OLD_FILES+=usr/lib/libcap_grp.a
2568 OLD_FILES+=usr/lib/libcap_grp_p.a
2569 OLD_FILES+=usr/lib/libcap_pwd.a
2570 OLD_FILES+=usr/lib/libcap_pwd_p.a
2571 OLD_FILES+=usr/lib/libcap_random.a
2572 OLD_FILES+=usr/lib/libcap_random_p.a
2573 OLD_FILES+=usr/lib/libcap_sysctl.a
2574 OLD_FILES+=usr/lib/libcap_sysctl_p.a
2575 OLD_FILES+=usr/lib/libcasper.a
2576 OLD_FILES+=usr/lib/libcasper_p.a
2577 OLD_FILES+=usr/lib32/libcap_dns.a
2578 OLD_FILES+=usr/lib32/libcap_dns_p.a
2579 OLD_FILES+=usr/lib32/libcap_grp.a
2580 OLD_FILES+=usr/lib32/libcap_grp_p.a
2581 OLD_FILES+=usr/lib32/libcap_pwd.a
2582 OLD_FILES+=usr/lib32/libcap_pwd_p.a
2583 OLD_FILES+=usr/lib32/libcap_random.a
2584 OLD_FILES+=usr/lib32/libcap_random_p.a
2585 OLD_FILES+=usr/lib32/libcap_sysctl.a
2586 OLD_FILES+=usr/lib32/libcap_sysctl_p.a
2587 OLD_FILES+=usr/lib32/libcasper.a
2588 OLD_FILES+=usr/lib32/libcasper_p.a
2589 # 20171031: Removal of adding_user man page
2590 OLD_FILES+=usr/share/man/man7/adding_user.7.gz
2591 # 20171031: Disconnected libpathconv tests
2592 OLD_DIRS+=usr/tests/lib/libpathconv
2593 # 20171017: Removal of mbpool(9)
2594 OLD_FILES+=usr/include/sys/mbpool.h
2595 OLD_FILES+=usr/share/man/man9/mbpool.9.gz
2596 OLD_FILES+=usr/share/man/man9/mbp_destroy.9.gz
2597 OLD_FILES+=usr/share/man/man9/mbp_alloc.9.gz
2598 OLD_FILES+=usr/share/man/man9/mbp_ext_free.9.gz
2599 OLD_FILES+=usr/share/man/man9/mbp_count.9.gz
2600 OLD_FILES+=usr/share/man/man9/mbp_card_free.9.gz
2601 OLD_FILES+=usr/share/man/man9/mbp_get_keep.9.gz
2602 OLD_FILES+=usr/share/man/man9/mbp_free.9.gz
2603 OLD_FILES+=usr/share/man/man9/mbp_get.9.gz
2604 OLD_FILES+=usr/share/man/man9/mbp_create.9.gz
2605 OLD_FILES+=usr/share/man/man9/mbp_sync.9.gz
2606 # 20171010: Remove libstand
2607 OLD_FILES+=usr/lib/libstand.a
2608 OLD_FILES+=usr/lib/libstand_p.a
2609 OLD_FILES+=usr/lib32/libstand.a
2610 OLD_FILES+=usr/lib32/libstand_p.a
2611 OLD_FILES+=usr/include/stand.h
2612 OLD_FILES+=usr/share/man/man3/libstand.3.gz
2613 # 20171003: remove RCMDS
2614 OLD_FILES+=bin/rcp
2615 OLD_FILES+=rescue/rcp
2616 OLD_FILES+=usr/bin/rlogin
2617 OLD_FILES+=usr/bin/rsh
2618 OLD_FILES+=usr/libexec/rlogind
2619 OLD_FILES+=usr/libexec/rshd
2620 OLD_FILES+=usr/share/man/man1/rcp.1.gz
2621 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
2622 OLD_FILES+=usr/share/man/man1/rsh.1.gz
2623 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
2624 OLD_FILES+=usr/share/man/man8/rshd.8.gz
2625 # 20170927: crshared
2626 OLD_FILES+=usr/share/man/man9/crshared.9.gz
2627 # 20170927: procctl
2628 OLD_FILES+=usr/share/man/man8/procctl.8.gz
2629 OLD_FILES+=usr/sbin/procctl
2630 # 20170926: remove unneeded man aliases and locales directory
2631 OLD_FILES+=usr/share/man/en.ISO8859-1/man1
2632 OLD_FILES+=usr/share/man/en.ISO8859-1/man2
2633 OLD_FILES+=usr/share/man/en.ISO8859-1/man3
2634 OLD_FILES+=usr/share/man/en.ISO8859-1/man4
2635 OLD_FILES+=usr/share/man/en.ISO8859-1/man5
2636 OLD_FILES+=usr/share/man/en.ISO8859-1/man6
2637 OLD_FILES+=usr/share/man/en.ISO8859-1/man7
2638 OLD_FILES+=usr/share/man/en.ISO8859-1/man8
2639 OLD_FILES+=usr/share/man/en.ISO8859-1/man9
2640 OLD_DIRS+=usr/share/man/en.ISO8859-1
2641 OLD_FILES+=usr/share/man/en.ISO8859-1/mandoc.db
2642 OLD_FILES+=usr/share/man/en.UTF-8/man1
2643 OLD_FILES+=usr/share/man/en.UTF-8/man2
2644 OLD_FILES+=usr/share/man/en.UTF-8/man3
2645 OLD_FILES+=usr/share/man/en.UTF-8/man4
2646 OLD_FILES+=usr/share/man/en.UTF-8/man5
2647 OLD_FILES+=usr/share/man/en.UTF-8/man6
2648 OLD_FILES+=usr/share/man/en.UTF-8/man7
2649 OLD_FILES+=usr/share/man/en.UTF-8/man8
2650 OLD_FILES+=usr/share/man/en.UTF-8/man9
2651 OLD_FILES+=usr/share/man/en.UTF-8/mandoc.db
2652 OLD_DIRS+=usr/share/man/en.UTF-8
2653 OLD_FILES+=usr/share/man/en.ISO8859-15
2654 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/man1
2655 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/man3
2656 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/mandoc.db
2657 OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1
2658 OLD_FILES+=usr/share/openssl/man/en.ISO8859-15
2659 OLD_DIRS+=usr/share/man/ja/man1
2660 OLD_DIRS+=usr/share/man/ja/man2
2661 OLD_DIRS+=usr/share/man/ja/man3
2662 OLD_DIRS+=usr/share/man/ja/man4
2663 OLD_DIRS+=usr/share/man/ja/man5
2664 OLD_DIRS+=usr/share/man/ja/man6
2665 OLD_DIRS+=usr/share/man/ja/man7
2666 OLD_DIRS+=usr/share/man/ja/man8
2667 OLD_DIRS+=usr/share/man/ja/man9
2668 OLD_DIRS+=usr/share/man/ja
2669 # 20170913: remove unneeded catman utility
2670 OLD_FILES+=etc/periodic/weekly/330.catman
2671 OLD_FILES+=usr/bin/catman
2672 OLD_FILES+=usr/libexec/catman.local
2673 OLD_FILES+=usr/share/man/man1/catman.1.gz
2674 OLD_FILES+=usr/share/man/man8/catman.local.8.gz
2675 OLD_DIRS+=usr/share/man/cat1
2676 OLD_DIRS+=usr/share/man/cat2
2677 OLD_DIRS+=usr/share/man/cat3
2678 OLD_DIRS+=usr/share/man/cat4/amd64
2679 OLD_DIRS+=usr/share/man/cat4/arm
2680 OLD_DIRS+=usr/share/man/cat4/i386
2681 OLD_DIRS+=usr/share/man/cat4/powerpc
2682 OLD_DIRS+=usr/share/man/cat4/sparc64
2683 OLD_DIRS+=usr/share/man/cat4
2684 OLD_DIRS+=usr/share/man/cat5
2685 OLD_DIRS+=usr/share/man/cat6
2686 OLD_DIRS+=usr/share/man/cat7
2687 OLD_DIRS+=usr/share/man/cat8/amd64
2688 OLD_DIRS+=usr/share/man/cat8/arm
2689 OLD_DIRS+=usr/share/man/cat8/i386
2690 OLD_DIRS+=usr/share/man/cat8/powerpc
2691 OLD_DIRS+=usr/share/man/cat8/sparc64
2692 OLD_DIRS+=usr/share/man/cat8
2693 OLD_DIRS+=usr/share/man/cat9
2694 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat1
2695 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat2
2696 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat3
2697 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/amd64
2698 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/arm
2699 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/i386
2700 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/powerpc
2701 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/sparc64
2702 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4
2703 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat5
2704 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat6
2705 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat7
2706 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/amd64
2707 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/arm
2708 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/i386
2709 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/powerpc
2710 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/sparc64
2711 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8
2712 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat9
2713 OLD_DIRS+=usr/share/man/en.UTF-8/cat1
2714 OLD_DIRS+=usr/share/man/en.UTF-8/cat2
2715 OLD_DIRS+=usr/share/man/en.UTF-8/cat3
2716 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/amd64
2717 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/arm
2718 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/i386
2719 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/powerpc
2720 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/sparc64
2721 OLD_DIRS+=usr/share/man/en.UTF-8/cat4
2722 OLD_DIRS+=usr/share/man/en.UTF-8/cat5
2723 OLD_DIRS+=usr/share/man/en.UTF-8/cat6
2724 OLD_DIRS+=usr/share/man/en.UTF-8/cat7
2725 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/amd64
2726 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/arm
2727 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/i386
2728 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/powerpc
2729 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/sparc64
2730 OLD_DIRS+=usr/share/man/en.UTF-8/cat8
2731 OLD_DIRS+=usr/share/man/en.UTF-8/cat9
2732 OLD_DIRS+=usr/share/man/ja/cat1
2733 OLD_DIRS+=usr/share/man/ja/cat2
2734 OLD_DIRS+=usr/share/man/ja/cat3
2735 OLD_DIRS+=usr/share/man/ja/cat4/amd64
2736 OLD_DIRS+=usr/share/man/ja/cat4/arm
2737 OLD_DIRS+=usr/share/man/ja/cat4/i386
2738 OLD_DIRS+=usr/share/man/ja/cat4/powerpc
2739 OLD_DIRS+=usr/share/man/ja/cat4/sparc64
2740 OLD_DIRS+=usr/share/man/ja/cat4
2741 OLD_DIRS+=usr/share/man/ja/cat5
2742 OLD_DIRS+=usr/share/man/ja/cat6
2743 OLD_DIRS+=usr/share/man/ja/cat7
2744 OLD_DIRS+=usr/share/man/ja/cat8/amd64
2745 OLD_DIRS+=usr/share/man/ja/cat8/arm
2746 OLD_DIRS+=usr/share/man/ja/cat8/powerpc
2747 OLD_DIRS+=usr/share/man/ja/cat8/sparc64
2748 OLD_DIRS+=usr/share/man/ja/cat8
2749 OLD_DIRS+=usr/share/man/ja/cat9
2750 OLD_DIRS+=usr/share/openssl/man/cat1
2751 OLD_DIRS+=usr/share/openssl/man/cat3
2752 OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1/cat1
2753 OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1/cat3
2754 # 20170802: ksyms(4) ioctl interface was removed
2755 OLD_FILES+=usr/include/sys/ksyms.h
2756 # 20170729: the iicbus/pcf8563 driver is replaced with iicbus/nxprtc
2757 OLD_FILES+=usr/include/dev/iicbus/pcf8563reg.h
2758 # 20170722: new clang import which bumps version from 4.0.0 to 5.0.0.
2759 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
2760 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
2761 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h
2762 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/coverage_interface.h
2763 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/dfsan_interface.h
2764 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/esan_interface.h
2765 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/linux_syscall_hooks.h
2766 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/lsan_interface.h
2767 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/msan_interface.h
2768 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/tsan_interface_atomic.h
2769 OLD_DIRS+=usr/lib/clang/4.0.0/include/sanitizer
2770 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_builtin_vars.h
2771 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_cmath.h
2772 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_complex_builtins.h
2773 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_intrinsics.h
2774 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_math_forward_declares.h
2775 OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_runtime_wrapper.h
2776 OLD_FILES+=usr/lib/clang/4.0.0/include/__stddef_max_align_t.h
2777 OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_aes.h
2778 OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_pclmul.h
2779 OLD_FILES+=usr/lib/clang/4.0.0/include/adxintrin.h
2780 OLD_FILES+=usr/lib/clang/4.0.0/include/altivec.h
2781 OLD_FILES+=usr/lib/clang/4.0.0/include/ammintrin.h
2782 OLD_FILES+=usr/lib/clang/4.0.0/include/arm_acle.h
2783 OLD_FILES+=usr/lib/clang/4.0.0/include/arm_neon.h
2784 OLD_FILES+=usr/lib/clang/4.0.0/include/armintr.h
2785 OLD_FILES+=usr/lib/clang/4.0.0/include/avx2intrin.h
2786 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512bwintrin.h
2787 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512cdintrin.h
2788 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512dqintrin.h
2789 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512erintrin.h
2790 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512fintrin.h
2791 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmaintrin.h
2792 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmavlintrin.h
2793 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512pfintrin.h
2794 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmiintrin.h
2795 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmivlintrin.h
2796 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlbwintrin.h
2797 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlcdintrin.h
2798 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vldqintrin.h
2799 OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlintrin.h
2800 OLD_FILES+=usr/lib/clang/4.0.0/include/avxintrin.h
2801 OLD_FILES+=usr/lib/clang/4.0.0/include/bmi2intrin.h
2802 OLD_FILES+=usr/lib/clang/4.0.0/include/bmiintrin.h
2803 OLD_FILES+=usr/lib/clang/4.0.0/include/clflushoptintrin.h
2804 OLD_FILES+=usr/lib/clang/4.0.0/include/cpuid.h
2805 OLD_FILES+=usr/lib/clang/4.0.0/include/emmintrin.h
2806 OLD_FILES+=usr/lib/clang/4.0.0/include/f16cintrin.h
2807 OLD_FILES+=usr/lib/clang/4.0.0/include/fma4intrin.h
2808 OLD_FILES+=usr/lib/clang/4.0.0/include/fmaintrin.h
2809 OLD_FILES+=usr/lib/clang/4.0.0/include/fxsrintrin.h
2810 OLD_FILES+=usr/lib/clang/4.0.0/include/htmintrin.h
2811 OLD_FILES+=usr/lib/clang/4.0.0/include/htmxlintrin.h
2812 OLD_FILES+=usr/lib/clang/4.0.0/include/ia32intrin.h
2813 OLD_FILES+=usr/lib/clang/4.0.0/include/immintrin.h
2814 OLD_FILES+=usr/lib/clang/4.0.0/include/lzcntintrin.h
2815 OLD_FILES+=usr/lib/clang/4.0.0/include/mm3dnow.h
2816 OLD_FILES+=usr/lib/clang/4.0.0/include/mm_malloc.h
2817 OLD_FILES+=usr/lib/clang/4.0.0/include/mmintrin.h
2818 OLD_FILES+=usr/lib/clang/4.0.0/include/module.modulemap
2819 OLD_FILES+=usr/lib/clang/4.0.0/include/msa.h
2820 OLD_FILES+=usr/lib/clang/4.0.0/include/mwaitxintrin.h
2821 OLD_FILES+=usr/lib/clang/4.0.0/include/nmmintrin.h
2822 OLD_FILES+=usr/lib/clang/4.0.0/include/opencl-c.h
2823 OLD_FILES+=usr/lib/clang/4.0.0/include/pkuintrin.h
2824 OLD_FILES+=usr/lib/clang/4.0.0/include/pmmintrin.h
2825 OLD_FILES+=usr/lib/clang/4.0.0/include/popcntintrin.h
2826 OLD_FILES+=usr/lib/clang/4.0.0/include/prfchwintrin.h
2827 OLD_FILES+=usr/lib/clang/4.0.0/include/rdseedintrin.h
2828 OLD_FILES+=usr/lib/clang/4.0.0/include/rtmintrin.h
2829 OLD_FILES+=usr/lib/clang/4.0.0/include/s390intrin.h
2830 OLD_FILES+=usr/lib/clang/4.0.0/include/shaintrin.h
2831 OLD_FILES+=usr/lib/clang/4.0.0/include/smmintrin.h
2832 OLD_FILES+=usr/lib/clang/4.0.0/include/tbmintrin.h
2833 OLD_FILES+=usr/lib/clang/4.0.0/include/tmmintrin.h
2834 OLD_FILES+=usr/lib/clang/4.0.0/include/vadefs.h
2835 OLD_FILES+=usr/lib/clang/4.0.0/include/vecintrin.h
2836 OLD_FILES+=usr/lib/clang/4.0.0/include/wmmintrin.h
2837 OLD_FILES+=usr/lib/clang/4.0.0/include/x86intrin.h
2838 OLD_FILES+=usr/lib/clang/4.0.0/include/xmmintrin.h
2839 OLD_FILES+=usr/lib/clang/4.0.0/include/xopintrin.h
2840 OLD_FILES+=usr/lib/clang/4.0.0/include/xsavecintrin.h
2841 OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveintrin.h
2842 OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveoptintrin.h
2843 OLD_FILES+=usr/lib/clang/4.0.0/include/xsavesintrin.h
2844 OLD_FILES+=usr/lib/clang/4.0.0/include/xtestintrin.h
2845 OLD_DIRS+=usr/lib/clang/4.0.0/include
2846 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.a
2847 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.so
2848 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
2849 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
2850 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.a
2851 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.so
2852 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
2853 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
2854 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-arm.a
2855 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-i386.a
2856 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-x86_64.a
2857 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-i386.a
2858 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a
2859 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-i386.a
2860 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-x86_64.a
2861 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-i386.a
2862 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
2863 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
2864 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
2865 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
2866 OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
2867 OLD_DIRS+=usr/lib/clang/4.0.0/lib/freebsd
2868 OLD_DIRS+=usr/lib/clang/4.0.0/lib
2869 OLD_DIRS+=usr/lib/clang/4.0.0
2870 OLD_FILES+=usr/bin/llvm-pdbdump
2871 # 20170610: chown-f_test replaced by chown_test
2872 OLD_FILES+=usr/tests/usr.sbin/chown/chown-f_test
2873 # 20170609: drop obsolete manpage link (if_rtwn.ko -> rtwn.ko)
2874 OLD_FILES+=usr/share/man/man4/if_rtwn.4.gz
2875 # 20170531: removal of groff
2876 OLD_FILES+=usr/bin/addftinfo
2877 OLD_FILES+=usr/bin/afmtodit
2878 OLD_FILES+=usr/bin/checknr
2879 OLD_FILES+=usr/bin/colcrt
2880 OLD_FILES+=usr/bin/eqn
2881 OLD_FILES+=usr/bin/grn
2882 OLD_FILES+=usr/bin/grodvi
2883 OLD_FILES+=usr/bin/groff
2884 OLD_FILES+=usr/bin/grog
2885 OLD_FILES+=usr/bin/grolbp
2886 OLD_FILES+=usr/bin/grolj4
2887 OLD_FILES+=usr/bin/grops
2888 OLD_FILES+=usr/bin/grotty
2889 OLD_FILES+=usr/bin/hpftodit
2890 OLD_FILES+=usr/bin/indxbib
2891 OLD_FILES+=usr/bin/lkbib
2892 OLD_FILES+=usr/bin/lookbib
2893 OLD_FILES+=usr/bin/mmroff
2894 OLD_FILES+=usr/bin/neqn
2895 OLD_FILES+=usr/bin/nroff
2896 OLD_FILES+=usr/bin/pfbtops
2897 OLD_FILES+=usr/bin/pic
2898 OLD_FILES+=usr/bin/post-grohtml
2899 OLD_FILES+=usr/bin/pre-grohtml
2900 OLD_FILES+=usr/bin/psroff
2901 OLD_FILES+=usr/bin/refer
2902 OLD_FILES+=usr/bin/tbl
2903 OLD_FILES+=usr/bin/tfmtodit
2904 OLD_FILES+=usr/bin/troff
2905 OLD_FILES+=usr/bin/vgrind
2906 OLD_FILES+=usr/libexec/vfontedpr
2907 OLD_FILES+=usr/share/dict/eign
2908 OLD_FILES+=usr/share/groff_font/devX100-12/CB
2909 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
2910 OLD_FILES+=usr/share/groff_font/devX100-12/CI
2911 OLD_FILES+=usr/share/groff_font/devX100-12/CR
2912 OLD_FILES+=usr/share/groff_font/devX100-12/DESC
2913 OLD_FILES+=usr/share/groff_font/devX100-12/HB
2914 OLD_FILES+=usr/share/groff_font/devX100-12/HBI
2915 OLD_FILES+=usr/share/groff_font/devX100-12/HI
2916 OLD_FILES+=usr/share/groff_font/devX100-12/HR
2917 OLD_FILES+=usr/share/groff_font/devX100-12/NB
2918 OLD_FILES+=usr/share/groff_font/devX100-12/NBI
2919 OLD_FILES+=usr/share/groff_font/devX100-12/NI
2920 OLD_FILES+=usr/share/groff_font/devX100-12/NR
2921 OLD_FILES+=usr/share/groff_font/devX100-12/S
2922 OLD_FILES+=usr/share/groff_font/devX100-12/TB
2923 OLD_FILES+=usr/share/groff_font/devX100-12/TBI
2924 OLD_FILES+=usr/share/groff_font/devX100-12/TI
2925 OLD_FILES+=usr/share/groff_font/devX100-12/TR
2926 OLD_DIRS+=usr/share/groff_font/devX100-12
2927 OLD_FILES+=usr/share/groff_font/devX100/CB
2928 OLD_FILES+=usr/share/groff_font/devX100/CBI
2929 OLD_FILES+=usr/share/groff_font/devX100/CI
2930 OLD_FILES+=usr/share/groff_font/devX100/CR
2931 OLD_FILES+=usr/share/groff_font/devX100/DESC
2932 OLD_FILES+=usr/share/groff_font/devX100/HB
2933 OLD_FILES+=usr/share/groff_font/devX100/HBI
2934 OLD_FILES+=usr/share/groff_font/devX100/HI
2935 OLD_FILES+=usr/share/groff_font/devX100/HR
2936 OLD_FILES+=usr/share/groff_font/devX100/NB
2937 OLD_FILES+=usr/share/groff_font/devX100/NBI
2938 OLD_FILES+=usr/share/groff_font/devX100/NI
2939 OLD_FILES+=usr/share/groff_font/devX100/NR
2940 OLD_FILES+=usr/share/groff_font/devX100/S
2941 OLD_FILES+=usr/share/groff_font/devX100/TB
2942 OLD_FILES+=usr/share/groff_font/devX100/TBI
2943 OLD_FILES+=usr/share/groff_font/devX100/TI
2944 OLD_FILES+=usr/share/groff_font/devX100/TR
2945 OLD_DIRS+=usr/share/groff_font/devX100
2946 OLD_FILES+=usr/share/groff_font/devX75-12/CB
2947 OLD_FILES+=usr/share/groff_font/devX75-12/CBI
2948 OLD_FILES+=usr/share/groff_font/devX75-12/CI
2949 OLD_FILES+=usr/share/groff_font/devX75-12/CR
2950 OLD_FILES+=usr/share/groff_font/devX75-12/DESC
2951 OLD_FILES+=usr/share/groff_font/devX75-12/HB
2952 OLD_FILES+=usr/share/groff_font/devX75-12/HBI
2953 OLD_FILES+=usr/share/groff_font/devX75-12/HI
2954 OLD_FILES+=usr/share/groff_font/devX75-12/HR
2955 OLD_FILES+=usr/share/groff_font/devX75-12/NB
2956 OLD_FILES+=usr/share/groff_font/devX75-12/NBI
2957 OLD_FILES+=usr/share/groff_font/devX75-12/NI
2958 OLD_FILES+=usr/share/groff_font/devX75-12/NR
2959 OLD_FILES+=usr/share/groff_font/devX75-12/S
2960 OLD_FILES+=usr/share/groff_font/devX75-12/TB
2961 OLD_FILES+=usr/share/groff_font/devX75-12/TBI
2962 OLD_FILES+=usr/share/groff_font/devX75-12/TI
2963 OLD_FILES+=usr/share/groff_font/devX75-12/TR
2964 OLD_DIRS+=usr/share/groff_font/devX75-12
2965 OLD_FILES+=usr/share/groff_font/devX75/CB
2966 OLD_FILES+=usr/share/groff_font/devX75/CBI
2967 OLD_FILES+=usr/share/groff_font/devX75/CI
2968 OLD_FILES+=usr/share/groff_font/devX75/CR
2969 OLD_FILES+=usr/share/groff_font/devX75/DESC
2970 OLD_FILES+=usr/share/groff_font/devX75/HB
2971 OLD_FILES+=usr/share/groff_font/devX75/HBI
2972 OLD_FILES+=usr/share/groff_font/devX75/HI
2973 OLD_FILES+=usr/share/groff_font/devX75/HR
2974 OLD_FILES+=usr/share/groff_font/devX75/NB
2975 OLD_FILES+=usr/share/groff_font/devX75/NBI
2976 OLD_FILES+=usr/share/groff_font/devX75/NI
2977 OLD_FILES+=usr/share/groff_font/devX75/NR
2978 OLD_FILES+=usr/share/groff_font/devX75/S
2979 OLD_FILES+=usr/share/groff_font/devX75/TB
2980 OLD_FILES+=usr/share/groff_font/devX75/TBI
2981 OLD_FILES+=usr/share/groff_font/devX75/TI
2982 OLD_FILES+=usr/share/groff_font/devX75/TR
2983 OLD_DIRS+=usr/share/groff_font/devX75
2984 OLD_FILES+=usr/share/groff_font/devascii/B
2985 OLD_FILES+=usr/share/groff_font/devascii/BI
2986 OLD_FILES+=usr/share/groff_font/devascii/CW
2987 OLD_FILES+=usr/share/groff_font/devascii/DESC
2988 OLD_FILES+=usr/share/groff_font/devascii/I
2989 OLD_FILES+=usr/share/groff_font/devascii/L
2990 OLD_FILES+=usr/share/groff_font/devascii/R
2991 OLD_FILES+=usr/share/groff_font/devascii/S
2992 OLD_DIRS+=usr/share/groff_font/devascii
2993 OLD_FILES+=usr/share/groff_font/devcp1047/B
2994 OLD_FILES+=usr/share/groff_font/devcp1047/BI
2995 OLD_FILES+=usr/share/groff_font/devcp1047/CW
2996 OLD_FILES+=usr/share/groff_font/devcp1047/DESC
2997 OLD_FILES+=usr/share/groff_font/devcp1047/I
2998 OLD_FILES+=usr/share/groff_font/devcp1047/L
2999 OLD_FILES+=usr/share/groff_font/devcp1047/R
3000 OLD_FILES+=usr/share/groff_font/devcp1047/S
3001 OLD_DIRS+=usr/share/groff_font/devcp1047
3002 OLD_FILES+=usr/share/groff_font/devdvi/CW
3003 OLD_FILES+=usr/share/groff_font/devdvi/CWEC
3004 OLD_FILES+=usr/share/groff_font/devdvi/CWI
3005 OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
3006 OLD_FILES+=usr/share/groff_font/devdvi/CWITC
3007 OLD_FILES+=usr/share/groff_font/devdvi/CWTC
3008 OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
3009 OLD_FILES+=usr/share/groff_font/devdvi/DESC
3010 OLD_FILES+=usr/share/groff_font/devdvi/EX
3011 OLD_FILES+=usr/share/groff_font/devdvi/HB
3012 OLD_FILES+=usr/share/groff_font/devdvi/HBEC
3013 OLD_FILES+=usr/share/groff_font/devdvi/HBI
3014 OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
3015 OLD_FILES+=usr/share/groff_font/devdvi/HBITC
3016 OLD_FILES+=usr/share/groff_font/devdvi/HBTC
3017 OLD_FILES+=usr/share/groff_font/devdvi/HI
3018 OLD_FILES+=usr/share/groff_font/devdvi/HIEC
3019 OLD_FILES+=usr/share/groff_font/devdvi/HITC
3020 OLD_FILES+=usr/share/groff_font/devdvi/HR
3021 OLD_FILES+=usr/share/groff_font/devdvi/HREC
3022 OLD_FILES+=usr/share/groff_font/devdvi/HRTC
3023 OLD_FILES+=usr/share/groff_font/devdvi/MI
3024 OLD_FILES+=usr/share/groff_font/devdvi/Makefile
3025 OLD_FILES+=usr/share/groff_font/devdvi/S
3026 OLD_FILES+=usr/share/groff_font/devdvi/SA
3027 OLD_FILES+=usr/share/groff_font/devdvi/SB
3028 OLD_FILES+=usr/share/groff_font/devdvi/SC
3029 OLD_FILES+=usr/share/groff_font/devdvi/TB
3030 OLD_FILES+=usr/share/groff_font/devdvi/TBEC
3031 OLD_FILES+=usr/share/groff_font/devdvi/TBI
3032 OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
3033 OLD_FILES+=usr/share/groff_font/devdvi/TBITC
3034 OLD_FILES+=usr/share/groff_font/devdvi/TBTC
3035 OLD_FILES+=usr/share/groff_font/devdvi/TI
3036 OLD_FILES+=usr/share/groff_font/devdvi/TIEC
3037 OLD_FILES+=usr/share/groff_font/devdvi/TITC
3038 OLD_FILES+=usr/share/groff_font/devdvi/TR
3039 OLD_FILES+=usr/share/groff_font/devdvi/TREC
3040 OLD_FILES+=usr/share/groff_font/devdvi/TRTC
3041 OLD_FILES+=usr/share/groff_font/devdvi/ec.map
3042 OLD_FILES+=usr/share/groff_font/devdvi/msam.map
3043 OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
3044 OLD_FILES+=usr/share/groff_font/devdvi/tc.map
3045 OLD_FILES+=usr/share/groff_font/devdvi/texb.map
3046 OLD_FILES+=usr/share/groff_font/devdvi/texex.map
3047 OLD_FILES+=usr/share/groff_font/devdvi/texi.map
3048 OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
3049 OLD_FILES+=usr/share/groff_font/devdvi/texr.map
3050 OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
3051 OLD_FILES+=usr/share/groff_font/devdvi/textex.map
3052 OLD_FILES+=usr/share/groff_font/devdvi/textt.map
3053 OLD_DIRS+=usr/share/groff_font/devdvi
3054 OLD_FILES+=usr/share/groff_font/devhtml/B
3055 OLD_FILES+=usr/share/groff_font/devhtml/BI
3056 OLD_FILES+=usr/share/groff_font/devhtml/CB
3057 OLD_FILES+=usr/share/groff_font/devhtml/CBI
3058 OLD_FILES+=usr/share/groff_font/devhtml/CI
3059 OLD_FILES+=usr/share/groff_font/devhtml/CR
3060 OLD_FILES+=usr/share/groff_font/devhtml/DESC
3061 OLD_FILES+=usr/share/groff_font/devhtml/I
3062 OLD_FILES+=usr/share/groff_font/devhtml/R
3063 OLD_FILES+=usr/share/groff_font/devhtml/S
3064 OLD_DIRS+=usr/share/groff_font/devhtml
3065 OLD_FILES+=usr/share/groff_font/devkoi8-r/B
3066 OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
3067 OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
3068 OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
3069 OLD_FILES+=usr/share/groff_font/devkoi8-r/I
3070 OLD_FILES+=usr/share/groff_font/devkoi8-r/L
3071 OLD_FILES+=usr/share/groff_font/devkoi8-r/R
3072 OLD_FILES+=usr/share/groff_font/devkoi8-r/S
3073 OLD_DIRS+=usr/share/groff_font/devkoi8-r
3074 OLD_FILES+=usr/share/groff_font/devlatin1/B
3075 OLD_FILES+=usr/share/groff_font/devlatin1/BI
3076 OLD_FILES+=usr/share/groff_font/devlatin1/CW
3077 OLD_FILES+=usr/share/groff_font/devlatin1/DESC
3078 OLD_FILES+=usr/share/groff_font/devlatin1/I
3079 OLD_FILES+=usr/share/groff_font/devlatin1/L
3080 OLD_FILES+=usr/share/groff_font/devlatin1/R
3081 OLD_FILES+=usr/share/groff_font/devlatin1/S
3082 OLD_DIRS+=usr/share/groff_font/devlatin1
3083 OLD_FILES+=usr/share/groff_font/devlbp/CB
3084 OLD_FILES+=usr/share/groff_font/devlbp/CI
3085 OLD_FILES+=usr/share/groff_font/devlbp/CR
3086 OLD_FILES+=usr/share/groff_font/devlbp/DESC
3087 OLD_FILES+=usr/share/groff_font/devlbp/EB
3088 OLD_FILES+=usr/share/groff_font/devlbp/EI
3089 OLD_FILES+=usr/share/groff_font/devlbp/ER
3090 OLD_FILES+=usr/share/groff_font/devlbp/HB
3091 OLD_FILES+=usr/share/groff_font/devlbp/HBI
3092 OLD_FILES+=usr/share/groff_font/devlbp/HI
3093 OLD_FILES+=usr/share/groff_font/devlbp/HNB
3094 OLD_FILES+=usr/share/groff_font/devlbp/HNBI
3095 OLD_FILES+=usr/share/groff_font/devlbp/HNI
3096 OLD_FILES+=usr/share/groff_font/devlbp/HNR
3097 OLD_FILES+=usr/share/groff_font/devlbp/HR
3098 OLD_FILES+=usr/share/groff_font/devlbp/TB
3099 OLD_FILES+=usr/share/groff_font/devlbp/TBI
3100 OLD_FILES+=usr/share/groff_font/devlbp/TI
3101 OLD_FILES+=usr/share/groff_font/devlbp/TR
3102 OLD_DIRS+=usr/share/groff_font/devlbp
3103 OLD_FILES+=usr/share/groff_font/devlj4/AB
3104 OLD_FILES+=usr/share/groff_font/devlj4/ABI
3105 OLD_FILES+=usr/share/groff_font/devlj4/AI
3106 OLD_FILES+=usr/share/groff_font/devlj4/ALBB
3107 OLD_FILES+=usr/share/groff_font/devlj4/ALBR
3108 OLD_FILES+=usr/share/groff_font/devlj4/AOB
3109 OLD_FILES+=usr/share/groff_font/devlj4/AOI
3110 OLD_FILES+=usr/share/groff_font/devlj4/AOR
3111 OLD_FILES+=usr/share/groff_font/devlj4/AR
3112 OLD_FILES+=usr/share/groff_font/devlj4/CB
3113 OLD_FILES+=usr/share/groff_font/devlj4/CBI
3114 OLD_FILES+=usr/share/groff_font/devlj4/CI
3115 OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
3116 OLD_FILES+=usr/share/groff_font/devlj4/CORONET
3117 OLD_FILES+=usr/share/groff_font/devlj4/CR
3118 OLD_FILES+=usr/share/groff_font/devlj4/DESC
3119 OLD_FILES+=usr/share/groff_font/devlj4/GB
3120 OLD_FILES+=usr/share/groff_font/devlj4/GBI
3121 OLD_FILES+=usr/share/groff_font/devlj4/GI
3122 OLD_FILES+=usr/share/groff_font/devlj4/GR
3123 OLD_FILES+=usr/share/groff_font/devlj4/LGB
3124 OLD_FILES+=usr/share/groff_font/devlj4/LGI
3125 OLD_FILES+=usr/share/groff_font/devlj4/LGR
3126 OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
3127 OLD_FILES+=usr/share/groff_font/devlj4/OB
3128 OLD_FILES+=usr/share/groff_font/devlj4/OBI
3129 OLD_FILES+=usr/share/groff_font/devlj4/OI
3130 OLD_FILES+=usr/share/groff_font/devlj4/OR
3131 OLD_FILES+=usr/share/groff_font/devlj4/S
3132 OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
3133 OLD_FILES+=usr/share/groff_font/devlj4/TB
3134 OLD_FILES+=usr/share/groff_font/devlj4/TBI
3135 OLD_FILES+=usr/share/groff_font/devlj4/TI
3136 OLD_FILES+=usr/share/groff_font/devlj4/TNRB
3137 OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
3138 OLD_FILES+=usr/share/groff_font/devlj4/TNRI
3139 OLD_FILES+=usr/share/groff_font/devlj4/TNRR
3140 OLD_FILES+=usr/share/groff_font/devlj4/TR
3141 OLD_FILES+=usr/share/groff_font/devlj4/UB
3142 OLD_FILES+=usr/share/groff_font/devlj4/UBI
3143 OLD_FILES+=usr/share/groff_font/devlj4/UCB
3144 OLD_FILES+=usr/share/groff_font/devlj4/UCBI
3145 OLD_FILES+=usr/share/groff_font/devlj4/UCI
3146 OLD_FILES+=usr/share/groff_font/devlj4/UCR
3147 OLD_FILES+=usr/share/groff_font/devlj4/UI
3148 OLD_FILES+=usr/share/groff_font/devlj4/UR
3149 OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
3150 OLD_DIRS+=usr/share/groff_font/devlj4
3151 OLD_FILES+=usr/share/groff_font/devps/AB
3152 OLD_FILES+=usr/share/groff_font/devps/ABI
3153 OLD_FILES+=usr/share/groff_font/devps/AI
3154 OLD_FILES+=usr/share/groff_font/devps/AR
3155 OLD_FILES+=usr/share/groff_font/devps/BMB
3156 OLD_FILES+=usr/share/groff_font/devps/BMBI
3157 OLD_FILES+=usr/share/groff_font/devps/BMI
3158 OLD_FILES+=usr/share/groff_font/devps/BMR
3159 OLD_FILES+=usr/share/groff_font/devps/CB
3160 OLD_FILES+=usr/share/groff_font/devps/CBI
3161 OLD_FILES+=usr/share/groff_font/devps/CI
3162 OLD_FILES+=usr/share/groff_font/devps/CR
3163 OLD_FILES+=usr/share/groff_font/devps/DESC
3164 OLD_FILES+=usr/share/groff_font/devps/EURO
3165 OLD_FILES+=usr/share/groff_font/devps/HB
3166 OLD_FILES+=usr/share/groff_font/devps/HBI
3167 OLD_FILES+=usr/share/groff_font/devps/HI
3168 OLD_FILES+=usr/share/groff_font/devps/HNB
3169 OLD_FILES+=usr/share/groff_font/devps/HNBI
3170 OLD_FILES+=usr/share/groff_font/devps/HNI
3171 OLD_FILES+=usr/share/groff_font/devps/HNR
3172 OLD_FILES+=usr/share/groff_font/devps/HR
3173 OLD_FILES+=usr/share/groff_font/devps/Makefile
3174 OLD_FILES+=usr/share/groff_font/devps/NB
3175 OLD_FILES+=usr/share/groff_font/devps/NBI
3176 OLD_FILES+=usr/share/groff_font/devps/NI
3177 OLD_FILES+=usr/share/groff_font/devps/NR
3178 OLD_FILES+=usr/share/groff_font/devps/PB
3179 OLD_FILES+=usr/share/groff_font/devps/PBI
3180 OLD_FILES+=usr/share/groff_font/devps/PI
3181 OLD_FILES+=usr/share/groff_font/devps/PR
3182 OLD_FILES+=usr/share/groff_font/devps/S
3183 OLD_FILES+=usr/share/groff_font/devps/SS
3184 OLD_FILES+=usr/share/groff_font/devps/TB
3185 OLD_FILES+=usr/share/groff_font/devps/TBI
3186 OLD_FILES+=usr/share/groff_font/devps/TI
3187 OLD_FILES+=usr/share/groff_font/devps/TR
3188 OLD_FILES+=usr/share/groff_font/devps/ZCMI
3189 OLD_FILES+=usr/share/groff_font/devps/ZD
3190 OLD_FILES+=usr/share/groff_font/devps/ZDR
3191 OLD_FILES+=usr/share/groff_font/devps/afmname
3192 OLD_FILES+=usr/share/groff_font/devps/dingbats.map
3193 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
3194 OLD_FILES+=usr/share/groff_font/devps/download
3195 OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
3196 OLD_FILES+=usr/share/groff_font/devps/lgreekmap
3197 OLD_FILES+=usr/share/groff_font/devps/prologue
3198 OLD_FILES+=usr/share/groff_font/devps/symbol.sed
3199 OLD_FILES+=usr/share/groff_font/devps/symbolchars
3200 OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
3201 OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
3202 OLD_FILES+=usr/share/groff_font/devps/text.enc
3203 OLD_FILES+=usr/share/groff_font/devps/textmap
3204 OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
3205 OLD_DIRS+=usr/share/groff_font/devps
3206 OLD_FILES+=usr/share/groff_font/devutf8/B
3207 OLD_FILES+=usr/share/groff_font/devutf8/BI
3208 OLD_FILES+=usr/share/groff_font/devutf8/CW
3209 OLD_FILES+=usr/share/groff_font/devutf8/DESC
3210 OLD_FILES+=usr/share/groff_font/devutf8/I
3211 OLD_FILES+=usr/share/groff_font/devutf8/L
3212 OLD_FILES+=usr/share/groff_font/devutf8/R
3213 OLD_FILES+=usr/share/groff_font/devutf8/S
3214 OLD_DIRS+=usr/share/groff_font/devutf8
3215 OLD_DIRS+=usr/share/groff_font
3216 OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
3217 OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
3218 OLD_FILES+=usr/share/man/man1/checknr.1.gz
3219 OLD_FILES+=usr/share/man/man1/colcrt.1.gz
3220 OLD_FILES+=usr/share/man/man1/eqn.1.gz
3221 OLD_FILES+=usr/share/man/man1/grn.1.gz
3222 OLD_FILES+=usr/share/man/man1/grodvi.1.gz
3223 OLD_FILES+=usr/share/man/man1/groff.1.gz
3224 OLD_FILES+=usr/share/man/man1/grog.1.gz
3225 OLD_FILES+=usr/share/man/man1/grolbp.1.gz
3226 OLD_FILES+=usr/share/man/man1/grolj4.1.gz
3227 OLD_FILES+=usr/share/man/man1/grops.1.gz
3228 OLD_FILES+=usr/share/man/man1/grotty.1.gz
3229 OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
3230 OLD_FILES+=usr/share/man/man1/indxbib.1.gz
3231 OLD_FILES+=usr/share/man/man1/lkbib.1.gz
3232 OLD_FILES+=usr/share/man/man1/lookbib.1.gz
3233 OLD_FILES+=usr/share/man/man1/mmroff.1.gz
3234 OLD_FILES+=usr/share/man/man1/neqn.1.gz
3235 OLD_FILES+=usr/share/man/man1/nroff.1.gz
3236 OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
3237 OLD_FILES+=usr/share/man/man1/pic.1.gz
3238 OLD_FILES+=usr/share/man/man1/psroff.1.gz
3239 OLD_FILES+=usr/share/man/man1/refer.1.gz
3240 OLD_FILES+=usr/share/man/man1/tbl.1.gz
3241 OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
3242 OLD_FILES+=usr/share/man/man1/troff.1.gz
3243 OLD_FILES+=usr/share/man/man1/vgrind.1.gz
3244 OLD_FILES+=usr/share/man/man5/groff_font.5.gz
3245 OLD_FILES+=usr/share/man/man5/groff_out.5.gz
3246 OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
3247 OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
3248 OLD_FILES+=usr/share/man/man5/tmac.5.gz
3249 OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
3250 OLD_FILES+=usr/share/man/man7/ditroff.7.gz
3251 OLD_FILES+=usr/share/man/man7/groff.7.gz
3252 OLD_FILES+=usr/share/man/man7/groff_char.7.gz
3253 OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
3254 OLD_FILES+=usr/share/man/man7/groff_man.7.gz
3255 OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
3256 OLD_FILES+=usr/share/man/man7/groff_me.7.gz
3257 OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
3258 OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
3259 OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
3260 OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
3261 OLD_FILES+=usr/share/man/man7/groff_www.7.gz
3262 OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
3263 OLD_FILES+=usr/share/man/man7/me.7.gz
3264 OLD_FILES+=usr/share/man/man7/mm.7.gz
3265 OLD_FILES+=usr/share/man/man7/mmse.7.gz
3266 OLD_FILES+=usr/share/man/man7/ms.7.gz
3267 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
3268 OLD_FILES+=usr/share/me/acm.me
3269 OLD_FILES+=usr/share/me/chars.me
3270 OLD_FILES+=usr/share/me/deltext.me
3271 OLD_FILES+=usr/share/me/eqn.me
3272 OLD_FILES+=usr/share/me/float.me
3273 OLD_FILES+=usr/share/me/footnote.me
3274 OLD_FILES+=usr/share/me/index.me
3275 OLD_FILES+=usr/share/me/letterhead.me
3276 OLD_FILES+=usr/share/me/local.me
3277 OLD_FILES+=usr/share/me/null.me
3278 OLD_FILES+=usr/share/me/refer.me
3279 OLD_FILES+=usr/share/me/revisions
3280 OLD_FILES+=usr/share/me/sh.me
3281 OLD_FILES+=usr/share/me/tbl.me
3282 OLD_FILES+=usr/share/me/thesis.me
3283 OLD_DIRS+=usr/share/me
3284 OLD_FILES+=usr/share/misc/vgrindefs
3285 OLD_FILES+=usr/share/misc/vgrindefs.db
3286 OLD_FILES+=usr/share/tmac/X.tmac
3287 OLD_FILES+=usr/share/tmac/Xps.tmac
3288 OLD_FILES+=usr/share/tmac/a4.tmac
3289 OLD_FILES+=usr/share/tmac/an-old.tmac
3290 OLD_FILES+=usr/share/tmac/an.tmac
3291 OLD_FILES+=usr/share/tmac/andoc.tmac
3292 OLD_FILES+=usr/share/tmac/composite.tmac
3293 OLD_FILES+=usr/share/tmac/cp1047.tmac
3294 OLD_FILES+=usr/share/tmac/devtag.tmac
3295 OLD_FILES+=usr/share/tmac/doc.tmac
3296 OLD_FILES+=usr/share/tmac/dvi.tmac
3297 OLD_FILES+=usr/share/tmac/e.tmac
3298 OLD_FILES+=usr/share/tmac/ec.tmac
3299 OLD_FILES+=usr/share/tmac/eqnrc
3300 OLD_FILES+=usr/share/tmac/europs.tmac
3301 OLD_FILES+=usr/share/tmac/html-end.tmac
3302 OLD_FILES+=usr/share/tmac/html.tmac
3303 OLD_FILES+=usr/share/tmac/hyphen.ru
3304 OLD_FILES+=usr/share/tmac/hyphen.us
3305 OLD_FILES+=usr/share/tmac/hyphenex.us
3306 OLD_FILES+=usr/share/tmac/koi8-r.tmac
3307 OLD_FILES+=usr/share/tmac/latin1.tmac
3308 OLD_FILES+=usr/share/tmac/latin2.tmac
3309 OLD_FILES+=usr/share/tmac/latin9.tmac
3310 OLD_FILES+=usr/share/tmac/lbp.tmac
3311 OLD_FILES+=usr/share/tmac/lj4.tmac
3312 OLD_FILES+=usr/share/tmac/m.tmac
3313 OLD_FILES+=usr/share/tmac/man.local
3314 OLD_FILES+=usr/share/tmac/man.tmac
3315 OLD_FILES+=usr/share/tmac/mandoc.tmac
3316 OLD_FILES+=usr/share/tmac/mdoc.local
3317 OLD_FILES+=usr/share/tmac/mdoc.tmac
3318 OLD_FILES+=usr/share/tmac/mdoc/doc-common
3319 OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
3320 OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
3321 OLD_FILES+=usr/share/tmac/mdoc/doc-syms
3322 OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
3323 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
3324 OLD_DIRS+=usr/share/tmac/mdoc
3325 OLD_FILES+=usr/share/tmac/me.tmac
3326 OLD_FILES+=usr/share/tmac/mm/0.MT
3327 OLD_FILES+=usr/share/tmac/mm/4.MT
3328 OLD_FILES+=usr/share/tmac/mm/5.MT
3329 OLD_FILES+=usr/share/tmac/mm/locale
3330 OLD_FILES+=usr/share/tmac/mm/mm.tmac
3331 OLD_FILES+=usr/share/tmac/mm/mmse.tmac
3332 OLD_FILES+=usr/share/tmac/mm/ms.cov
3333 OLD_FILES+=usr/share/tmac/mm/se_locale
3334 OLD_FILES+=usr/share/tmac/mm/se_ms.cov
3335 OLD_DIRS+=usr/share/tmac/mm
3336 OLD_FILES+=usr/share/tmac/ms.tmac
3337 OLD_FILES+=usr/share/tmac/mse.tmac
3338 OLD_FILES+=usr/share/tmac/papersize.tmac
3339 OLD_FILES+=usr/share/tmac/pic.tmac
3340 OLD_FILES+=usr/share/tmac/ps.tmac
3341 OLD_FILES+=usr/share/tmac/psatk.tmac
3342 OLD_FILES+=usr/share/tmac/psold.tmac
3343 OLD_FILES+=usr/share/tmac/pspic.tmac
3344 OLD_FILES+=usr/share/tmac/s.tmac
3345 OLD_FILES+=usr/share/tmac/safer.tmac
3346 OLD_FILES+=usr/share/tmac/tmac.orig_me
3347 OLD_FILES+=usr/share/tmac/tmac.vgrind
3348 OLD_FILES+=usr/share/tmac/trace.tmac
3349 OLD_FILES+=usr/share/tmac/troffrc
3350 OLD_FILES+=usr/share/tmac/troffrc-end
3351 OLD_FILES+=usr/share/tmac/tty-char.tmac
3352 OLD_FILES+=usr/share/tmac/tty.tmac
3353 OLD_FILES+=usr/share/tmac/unicode.tmac
3354 OLD_FILES+=usr/share/tmac/www.tmac
3355 OLD_DIRS+=usr/share/tmac
3356 # 20170607: remove incorrect atf_check(1) manpage link
3357 OLD_FILES+=usr/share/man/man1/atf_check.1.gz
3358 # 20170601: remove stale manpage
3359 OLD_FILES+=usr/share/man/man2/cap_rights_get.2.gz
3360 # 20170601: old libifconfig and libifc
3361 OLD_FILES+=usr/lib/libifc.a
3362 OLD_FILES+=usr/lib/libifc_p.a
3363 OLD_FILES+=usr/lib/libifconfig.a
3364 OLD_FILES+=usr/lib/libifconfig_p.a
3365 OLD_FILES+=usr/lib32/libifc.a
3366 OLD_FILES+=usr/lib32/libifc_p.a
3367 OLD_FILES+=usr/lib32/libifconfig.a
3368 OLD_FILES+=usr/lib32/libifconfig_p.a
3369 # 20170529: mount.conf(8) -> mount.conf(5)
3370 OLD_FILES+=usr/share/man/man8/mount.conf.8.gz
3371 # 20170525: remove misleading template
3372 OLD_FILES+=usr/share/misc/man.template
3373 # 20170525: disconnect the roff docs from the build
3374 OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
3375 OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
3376 OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
3377 OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
3378 OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
3379 OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
3380 OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
3381 OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
3382 OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
3383 OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
3384 OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
3385 OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
3386 OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
3387 OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
3388 OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
3389 OLD_DIRS+=usr/share/doc/papers
3390 OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
3391 OLD_DIRS+=usr/share/doc/psd/01.cacm
3392 OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
3393 OLD_DIRS+=usr/share/doc/psd/02.implement
3394 OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
3395 OLD_DIRS+=usr/share/doc/psd/03.iosys
3396 OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
3397 OLD_DIRS+=usr/share/doc/psd/04.uprog
3398 OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
3399 OLD_DIRS+=usr/share/doc/psd/05.sysman
3400 OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
3401 OLD_DIRS+=usr/share/doc/psd/06.Clang
3402 OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
3403 OLD_DIRS+=usr/share/doc/psd/12.make
3404 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
3405 OLD_DIRS+=usr/share/doc/psd/13.rcs
3406 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
3407 OLD_DIRS+=usr/share/doc/psd/13.rcs
3408 OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
3409 OLD_DIRS+=usr/share/doc/psd/15.yacc
3410 OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
3411 OLD_DIRS+=usr/share/doc/psd/16.lex
3412 OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
3413 OLD_DIRS+=usr/share/doc/psd/17.m4
3414 OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
3415 OLD_DIRS+=usr/share/doc/psd/18.gprof
3416 OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
3417 OLD_DIRS+=usr/share/doc/psd/20.ipctut
3418 OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
3419 OLD_DIRS+=usr/share/doc/psd/21.ipc
3420 OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
3421 OLD_DIRS+=usr/share/doc/psd/22.rpcgen
3422 OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
3423 OLD_DIRS+=usr/share/doc/psd/23.rpc
3424 OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
3425 OLD_DIRS+=usr/share/doc/psd/24.xdr
3426 OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
3427 OLD_DIRS+=usr/share/doc/psd/25.xdrrfc
3428 OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
3429 OLD_DIRS+=usr/share/doc/psd/26.rpcrfc
3430 OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
3431 OLD_DIRS+=usr/share/doc/psd/27.nfsrfc
3432 OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
3433 OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
3434 OLD_DIRS+=usr/share/doc/psd/
3435 OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
3436 OLD_DIRS+=usr/share/doc/smm/01.setup
3437 OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
3438 OLD_DIRS+=usr/share/doc/smm/02.config
3439 OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
3440 OLD_DIRS+=usr/share/doc/smm/03.fsck
3441 OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
3442 OLD_DIRS+=usr/share/doc/smm/04.quotas
3443 OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
3444 OLD_DIRS+=usr/share/doc/smm/05.fastfs
3445 OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
3446 OLD_DIRS+=usr/share/doc/smm/06.nfs
3447 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
3448 OLD_DIRS+=usr/share/doc/smm/07.lpd
3449 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
3450 OLD_DIRS+=usr/share/doc/smm/08.sendmailop
3451 OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
3452 OLD_DIRS+=usr/share/doc/smm/11.timedop
3453 OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
3454 OLD_DIRS+=usr/share/doc/smm/12.timed
3455 OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
3456 OLD_DIRS+=usr/share/doc/smm/18.net
3457 OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
3458 OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
3459 OLD_DIRS+=usr/share/doc/smm
3460 OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
3461 OLD_DIRS+=usr/share/doc/usd/04.csh
3462 OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
3463 OLD_DIRS+=usr/share/doc/usd/05.dc
3464 OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
3465 OLD_DIRS+=usr/share/doc/usd/06.bc
3466 OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
3467 OLD_DIRS+=usr/share/doc/usd/07.mail
3468 OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
3469 OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
3470 OLD_DIRS+=usr/share/doc/usd/10.exref
3471 OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
3472 OLD_DIRS+=usr/share/doc/usd/11.edit
3473 OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
3474 OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
3475 OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
3476 OLD_DIRS+=usr/share/doc/usd/12.vi
3477 OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
3478 OLD_DIRS+=usr/share/doc/usd/13.viref
3479 OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
3480 OLD_DIRS+=usr/share/doc/usd/18.msdiffs
3481 OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
3482 OLD_DIRS+=usr/share/doc/usd/19.memacros
3483 OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
3484 OLD_DIRS+=usr/share/doc/usd/20.meref
3485 OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
3486 OLD_DIRS+=usr/share/doc/usd/21.troff
3487 OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
3488 OLD_DIRS+=usr/share/doc/usd/22.trofftut
3489 OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
3490 OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
3491 OLD_DIRS+=usr/share/doc/usd
3492 # 20170523: 64-bit inode support, library version bumps
3493 OLD_LIBS+=lib/libzfs.so.2
3494 OLD_LIBS+=usr/lib/libarchive.so.6
3495 OLD_LIBS+=usr/lib/libmilter.so.5
3496 OLD_LIBS+=usr/lib32/libzfs.so.2
3497 OLD_LIBS+=usr/lib32/libarchive.so.6
3498 OLD_LIBS+=usr/lib32/libmilter.so.5
3499 # 20170427: NATM configuration support removed
3500 OLD_FILES+=etc/rc.d/atm1
3501 OLD_FILES+=etc/rc.d/atm2
3502 OLD_FILES+=etc/rc.d/atm3
3503 # 20170424: NATM support removed
3504 OLD_FILES+=rescue/atmconfig
3505 OLD_FILES+=sbin/atmconfig
3506 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
3507 OLD_FILES+=usr/include/dev/utopia/idtphy.h
3508 OLD_FILES+=usr/include/dev/utopia/suni.h
3509 OLD_FILES+=usr/include/dev/utopia/utopia.h
3510 OLD_FILES+=usr/include/dev/utopia/utopia_priv.h
3511 OLD_DIRS+=usr/include/dev/utopia
3512 OLD_FILES+=usr/include/net/if_atm.h
3513 OLD_FILES+=usr/include/netgraph/atm/ng_atm.h
3514 OLD_FILES+=usr/include/netinet/if_atm.h
3515 OLD_FILES+=usr/include/netnatm/natm.h
3516 OLD_FILES+=usr/lib/debug/sbin/atmconfig.debug
3517 OLD_FILES+=usr/lib/debug/usr/lib/snmp_atm.so.6.debug
3518 OLD_FILES+=usr/lib/snmp_atm.so
3519 OLD_FILES+=usr/lib/snmp_atm.so.6
3520 OLD_FILES+=usr/share/doc/atm/atmconfig.help
3521 OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
3522 OLD_DIRS+=usr/share/doc/atm
3523 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
3524 OLD_FILES+=usr/share/man/man4/en.4.gz
3525 OLD_FILES+=usr/share/man/man4/fatm.4.gz
3526 OLD_FILES+=usr/share/man/man4/hatm.4.gz
3527 OLD_FILES+=usr/share/man/man4/if_en.4.gz
3528 OLD_FILES+=usr/share/man/man4/if_fatm.4.gz
3529 OLD_FILES+=usr/share/man/man4/if_hatm.4.gz
3530 OLD_FILES+=usr/share/man/man4/if_patm.4.gz
3531 OLD_FILES+=usr/share/man/man4/natm.4.gz
3532 OLD_FILES+=usr/share/man/man4/natmip.4.gz
3533 OLD_FILES+=usr/share/man/man4/ng_atm.4.gz
3534 OLD_FILES+=usr/share/man/man4/patm.4.gz
3535 OLD_FILES+=usr/share/man/man4/utopia.4.gz
3536 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
3537 OLD_FILES+=usr/share/man/man9/utopia.9.gz
3538 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
3539 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
3540 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
3541 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
3542 # 20170420: remove GNU diff
3543 OLD_FILES+=usr/share/man/man7/diff.7.gz
3544 # 20170322: rename <x> to <x>_test to match the FreeBSD test suite name scheme
3545 OLD_FILES+=usr/tests/usr.bin/col/col
3546 OLD_FILES+=usr/tests/usr.bin/diff/diff
3547 OLD_FILES+=usr/tests/usr.bin/ident/ident
3548 OLD_FILES+=usr/tests/usr.bin/mkimg/mkimg
3549 OLD_FILES+=usr/tests/usr.bin/sdiff/sdiff
3550 OLD_FILES+=usr/tests/usr.bin/soelim/soelim
3551 OLD_FILES+=usr/tests/usr.sbin/pw/pw_config
3552 OLD_FILES+=usr/tests/usr.sbin/pw/pw_etcdir
3553 OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupadd
3554 OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupdel
3555 OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupmod
3556 OLD_FILES+=usr/tests/usr.sbin/pw/pw_lock
3557 OLD_FILES+=usr/tests/usr.sbin/pw/pw_useradd
3558 OLD_FILES+=usr/tests/usr.sbin/pw/pw_userdel
3559 OLD_FILES+=usr/tests/usr.sbin/pw/pw_usermod
3560 OLD_FILES+=usr/tests/usr.sbin/pw/pw_usernext
3561 # 20170319: io_test requires zh_TW.Big5 locale.
3562 OLD_FILES+=usr/tests/lib/libc/locale/io_test
3563 # 20170319: remove nls for non supported Big5* locales
3564 OLD_DIRS+=usr/share/nls/zh_HK.Big5HKSCS
3565 OLD_DIRS+=usr/share/nls/zh_TW.Big5
3566 # 20170313: move .../sys/geom/eli/... to .../sys/geom/class/eli/...
3567 OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/pbkdf2
3568 OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/Kyuafile
3569 OLD_FILES+=usr/tests/sys/geom/eli/Kyuafile
3570 OLD_DIRS+=usr/tests/sys/geom/eli/pbkdf2
3571 OLD_DIRS+=usr/tests/sys/geom/eli
3572 # 20170313: sbin/ipftest and ipresend temporarily disconnected.
3573 OLD_FILES+=sbin/ipftest
3574 OLD_FILES+=sbin/ipresend
3575 # 20170311: Remove WITHOUT_MANDOCDB option
3576 OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
3577 # 20170308: rename some tests
3578 OLD_FILES+=usr/tests/bin/pwait/pwait
3579 OLD_FILES+=usr/tests/usr.bin/timeout/timeout
3580 # 20170307: remove pcap-int.h
3581 OLD_FILES+=usr/include/pcap-int.h
3582 # 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0.
3583 OLD_FILES+=usr/include/c++/v1/__undef___deallocate
3584 OLD_FILES+=usr/include/c++/v1/tr1/__undef___deallocate
3585 # 20170302: new clang import which bumps version from 3.9.1 to 4.0.0.
3586 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/allocator_interface.h
3587 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/asan_interface.h
3588 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/common_interface_defs.h
3589 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/coverage_interface.h
3590 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/dfsan_interface.h
3591 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/esan_interface.h
3592 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/linux_syscall_hooks.h
3593 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/lsan_interface.h
3594 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/msan_interface.h
3595 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/tsan_interface_atomic.h
3596 OLD_DIRS+=usr/lib/clang/3.9.1/include/sanitizer
3597 OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_cmath.h
3598 OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_intrinsics.h
3599 OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_math_forward_declares.h
3600 OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_runtime_wrapper.h
3601 OLD_FILES+=usr/lib/clang/3.9.1/include/__stddef_max_align_t.h
3602 OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_aes.h
3603 OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_pclmul.h
3604 OLD_FILES+=usr/lib/clang/3.9.1/include/adxintrin.h
3605 OLD_FILES+=usr/lib/clang/3.9.1/include/altivec.h
3606 OLD_FILES+=usr/lib/clang/3.9.1/include/ammintrin.h
3607 OLD_FILES+=usr/lib/clang/3.9.1/include/arm_acle.h
3608 OLD_FILES+=usr/lib/clang/3.9.1/include/arm_neon.h
3609 OLD_FILES+=usr/lib/clang/3.9.1/include/avx2intrin.h
3610 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512bwintrin.h
3611 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512cdintrin.h
3612 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512dqintrin.h
3613 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512erintrin.h
3614 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512fintrin.h
3615 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmaintrin.h
3616 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmavlintrin.h
3617 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512pfintrin.h
3618 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmiintrin.h
3619 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmivlintrin.h
3620 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlbwintrin.h
3621 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlcdintrin.h
3622 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vldqintrin.h
3623 OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlintrin.h
3624 OLD_FILES+=usr/lib/clang/3.9.1/include/avxintrin.h
3625 OLD_FILES+=usr/lib/clang/3.9.1/include/bmi2intrin.h
3626 OLD_FILES+=usr/lib/clang/3.9.1/include/bmiintrin.h
3627 OLD_FILES+=usr/lib/clang/3.9.1/include/clflushoptintrin.h
3628 OLD_FILES+=usr/lib/clang/3.9.1/include/cpuid.h
3629 OLD_FILES+=usr/lib/clang/3.9.1/include/cuda_builtin_vars.h
3630 OLD_FILES+=usr/lib/clang/3.9.1/include/emmintrin.h
3631 OLD_FILES+=usr/lib/clang/3.9.1/include/f16cintrin.h
3632 OLD_FILES+=usr/lib/clang/3.9.1/include/fma4intrin.h
3633 OLD_FILES+=usr/lib/clang/3.9.1/include/fmaintrin.h
3634 OLD_FILES+=usr/lib/clang/3.9.1/include/fxsrintrin.h
3635 OLD_FILES+=usr/lib/clang/3.9.1/include/htmintrin.h
3636 OLD_FILES+=usr/lib/clang/3.9.1/include/htmxlintrin.h
3637 OLD_FILES+=usr/lib/clang/3.9.1/include/ia32intrin.h
3638 OLD_FILES+=usr/lib/clang/3.9.1/include/immintrin.h
3639 OLD_FILES+=usr/lib/clang/3.9.1/include/lzcntintrin.h
3640 OLD_FILES+=usr/lib/clang/3.9.1/include/mm3dnow.h
3641 OLD_FILES+=usr/lib/clang/3.9.1/include/mm_malloc.h
3642 OLD_FILES+=usr/lib/clang/3.9.1/include/mmintrin.h
3643 OLD_FILES+=usr/lib/clang/3.9.1/include/module.modulemap
3644 OLD_FILES+=usr/lib/clang/3.9.1/include/msa.h
3645 OLD_FILES+=usr/lib/clang/3.9.1/include/mwaitxintrin.h
3646 OLD_FILES+=usr/lib/clang/3.9.1/include/nmmintrin.h
3647 OLD_FILES+=usr/lib/clang/3.9.1/include/opencl-c.h
3648 OLD_FILES+=usr/lib/clang/3.9.1/include/pkuintrin.h
3649 OLD_FILES+=usr/lib/clang/3.9.1/include/pmmintrin.h
3650 OLD_FILES+=usr/lib/clang/3.9.1/include/popcntintrin.h
3651 OLD_FILES+=usr/lib/clang/3.9.1/include/prfchwintrin.h
3652 OLD_FILES+=usr/lib/clang/3.9.1/include/rdseedintrin.h
3653 OLD_FILES+=usr/lib/clang/3.9.1/include/rtmintrin.h
3654 OLD_FILES+=usr/lib/clang/3.9.1/include/s390intrin.h
3655 OLD_FILES+=usr/lib/clang/3.9.1/include/shaintrin.h
3656 OLD_FILES+=usr/lib/clang/3.9.1/include/smmintrin.h
3657 OLD_FILES+=usr/lib/clang/3.9.1/include/tbmintrin.h
3658 OLD_FILES+=usr/lib/clang/3.9.1/include/tmmintrin.h
3659 OLD_FILES+=usr/lib/clang/3.9.1/include/vadefs.h
3660 OLD_FILES+=usr/lib/clang/3.9.1/include/vecintrin.h
3661 OLD_FILES+=usr/lib/clang/3.9.1/include/wmmintrin.h
3662 OLD_FILES+=usr/lib/clang/3.9.1/include/x86intrin.h
3663 OLD_FILES+=usr/lib/clang/3.9.1/include/xmmintrin.h
3664 OLD_FILES+=usr/lib/clang/3.9.1/include/xopintrin.h
3665 OLD_FILES+=usr/lib/clang/3.9.1/include/xsavecintrin.h
3666 OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveintrin.h
3667 OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveoptintrin.h
3668 OLD_FILES+=usr/lib/clang/3.9.1/include/xsavesintrin.h
3669 OLD_FILES+=usr/lib/clang/3.9.1/include/xtestintrin.h
3670 OLD_DIRS+=usr/lib/clang/3.9.1/include
3671 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.a
3672 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.so
3673 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
3674 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
3675 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.a
3676 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.so
3677 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
3678 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
3679 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-arm.a
3680 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-i386.a
3681 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-x86_64.a
3682 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-i386.a
3683 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-x86_64.a
3684 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-i386.a
3685 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-x86_64.a
3686 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-i386.a
3687 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
3688 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
3689 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
3690 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
3691 OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
3692 OLD_DIRS+=usr/lib/clang/3.9.1/lib/freebsd
3693 OLD_DIRS+=usr/lib/clang/3.9.1/lib
3694 OLD_DIRS+=usr/lib/clang/3.9.1
3695 # 20170226: SVR4 compatibility removed
3696 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
3697 OLD_FILES+=usr/share/man/man4/streams.4
3698 OLD_FILES+=usr/share/man/man4/svr4.4
3699 .endif
3700 # 20170219: OpenPAM RADULA upgrade removed the libpam tests
3701 OLD_FILES+=usr/tests/lib/libpam/Kyuafile
3702 OLD_FILES+=usr/tests/lib/libpam/t_openpam_ctype
3703 OLD_FILES+=usr/tests/lib/libpam/t_openpam_readlinev
3704 OLD_FILES+=usr/tests/lib/libpam/t_openpam_readword
3705 OLD_DIRS+=usr/test/lib/libpam
3706 # 20170206: remove bdes(1)
3707 OLD_FILES+=usr/bin/bdes
3708 OLD_FILES+=usr/lib/debug/usr/bin/bdes.debug
3709 OLD_FILES+=usr/share/man/man1/bdes.1.gz
3710 # 20170206: merged projects/ipsec
3711 OLD_FILES+=usr/include/netinet/ip_ipsec.h
3712 OLD_FILES+=usr/include/netinet6/ip6_ipsec.h
3713 # 20170128: remove pc98 support
3714 OLD_FILES+=usr/include/dev/ic/i8251.h
3715 OLD_FILES+=usr/include/dev/ic/i8255.h
3716 OLD_FILES+=usr/include/dev/ic/rsa.h
3717 OLD_FILES+=usr/include/dev/ic/wd33c93reg.h
3718 OLD_FILES+=usr/include/sys/disk/pc98.h
3719 OLD_FILES+=usr/include/sys/diskpc98.h
3720 OLD_FILES+=usr/share/man/man4/i386/ct.4.gz
3721 OLD_FILES+=usr/share/man/man4/i386/snc.4.gz
3722 OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.iso.kbd
3723 OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.kbd
3724 OLD_FILES+=usr/share/vt/keymaps/jp.pc98.iso.kbd
3725 OLD_FILES+=usr/share/vt/keymaps/jp.pc98.kbd
3726 # 20170110: Four files from ggate tests consolidated into one
3727 OLD_FILES+=usr/tests/sys/geom/class/gate/1_test
3728 OLD_FILES+=usr/tests/sys/geom/class/gate/2_test
3729 OLD_FILES+=usr/tests/sys/geom/class/gate/3_test
3730 OLD_FILES+=usr/tests/sys/geom/class/gate/conf.sh
3731 # 20170103: libbsnmptools.so made into an INTERNALLIB
3732 OLD_FILES+=usr/lib/libbsnmptools.a
3733 OLD_FILES+=usr/lib/libbsnmptools_p.a
3734 OLD_LIBS+=usr/lib/libbsnmptools.so.0
3735 OLD_LIBS+=usr/lib/libbsnmptools.so
3736 # 20170102: sysdecode_getfsstat_flags() renamed to sysdecode_getfsstat_mode()
3737 OLD_FILES+=usr/share/man/man3/sysdecode_getfsstat_flags.3.gz
3738 # 20161230: libarchive ACL pax test renamed to test_acl_pax_posix1e.tar.uu
3739 OLD_FILES+=usr/tests/lib/libarchive/test_acl_pax.tar.uu
3740 # 20161229: Three files from gnop tests consolidated into one
3741 OLD_FILES+=usr/tests/sys/geom/class/nop/1_test
3742 OLD_FILES+=usr/tests/sys/geom/class/nop/2_test
3743 OLD_FILES+=usr/tests/sys/geom/class/nop/conf.sh
3744 # 20161217: new clang import which bumps version from 3.9.0 to 3.9.1.
3745 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h
3746 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h
3747 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h
3748 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/coverage_interface.h
3749 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/dfsan_interface.h
3750 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/esan_interface.h
3751 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/linux_syscall_hooks.h
3752 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/lsan_interface.h
3753 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/msan_interface.h
3754 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/tsan_interface_atomic.h
3755 OLD_DIRS+=usr/lib/clang/3.9.0/include/sanitizer
3756 OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_cmath.h
3757 OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_intrinsics.h
3758 OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_math_forward_declares.h
3759 OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_runtime_wrapper.h
3760 OLD_FILES+=usr/lib/clang/3.9.0/include/__stddef_max_align_t.h
3761 OLD_FILES+=usr/lib/clang/3.9.0/include/__wmmintrin_aes.h
3762 OLD_FILES+=usr/lib/clang/3.9.0/include/__wmmintrin_pclmul.h
3763 OLD_FILES+=usr/lib/clang/3.9.0/include/adxintrin.h
3764 OLD_FILES+=usr/lib/clang/3.9.0/include/altivec.h
3765 OLD_FILES+=usr/lib/clang/3.9.0/include/ammintrin.h
3766 OLD_FILES+=usr/lib/clang/3.9.0/include/arm_acle.h
3767 OLD_FILES+=usr/lib/clang/3.9.0/include/arm_neon.h
3768 OLD_FILES+=usr/lib/clang/3.9.0/include/avx2intrin.h
3769 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512bwintrin.h
3770 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512cdintrin.h
3771 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512dqintrin.h
3772 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512erintrin.h
3773 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512fintrin.h
3774 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512ifmaintrin.h
3775 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512ifmavlintrin.h
3776 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512pfintrin.h
3777 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vbmiintrin.h
3778 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vbmivlintrin.h
3779 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlbwintrin.h
3780 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlcdintrin.h
3781 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vldqintrin.h
3782 OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlintrin.h
3783 OLD_FILES+=usr/lib/clang/3.9.0/include/avxintrin.h
3784 OLD_FILES+=usr/lib/clang/3.9.0/include/bmi2intrin.h
3785 OLD_FILES+=usr/lib/clang/3.9.0/include/bmiintrin.h
3786 OLD_FILES+=usr/lib/clang/3.9.0/include/clflushoptintrin.h
3787 OLD_FILES+=usr/lib/clang/3.9.0/include/cpuid.h
3788 OLD_FILES+=usr/lib/clang/3.9.0/include/cuda_builtin_vars.h
3789 OLD_FILES+=usr/lib/clang/3.9.0/include/emmintrin.h
3790 OLD_FILES+=usr/lib/clang/3.9.0/include/f16cintrin.h
3791 OLD_FILES+=usr/lib/clang/3.9.0/include/fma4intrin.h
3792 OLD_FILES+=usr/lib/clang/3.9.0/include/fmaintrin.h
3793 OLD_FILES+=usr/lib/clang/3.9.0/include/fxsrintrin.h
3794 OLD_FILES+=usr/lib/clang/3.9.0/include/htmintrin.h
3795 OLD_FILES+=usr/lib/clang/3.9.0/include/htmxlintrin.h
3796 OLD_FILES+=usr/lib/clang/3.9.0/include/ia32intrin.h
3797 OLD_FILES+=usr/lib/clang/3.9.0/include/immintrin.h
3798 OLD_FILES+=usr/lib/clang/3.9.0/include/lzcntintrin.h
3799 OLD_FILES+=usr/lib/clang/3.9.0/include/mm3dnow.h
3800 OLD_FILES+=usr/lib/clang/3.9.0/include/mm_malloc.h
3801 OLD_FILES+=usr/lib/clang/3.9.0/include/mmintrin.h
3802 OLD_FILES+=usr/lib/clang/3.9.0/include/module.modulemap
3803 OLD_FILES+=usr/lib/clang/3.9.0/include/mwaitxintrin.h
3804 OLD_FILES+=usr/lib/clang/3.9.0/include/nmmintrin.h
3805 OLD_FILES+=usr/lib/clang/3.9.0/include/opencl-c.h
3806 OLD_FILES+=usr/lib/clang/3.9.0/include/pkuintrin.h
3807 OLD_FILES+=usr/lib/clang/3.9.0/include/pmmintrin.h
3808 OLD_FILES+=usr/lib/clang/3.9.0/include/popcntintrin.h
3809 OLD_FILES+=usr/lib/clang/3.9.0/include/prfchwintrin.h
3810 OLD_FILES+=usr/lib/clang/3.9.0/include/rdseedintrin.h
3811 OLD_FILES+=usr/lib/clang/3.9.0/include/rtmintrin.h
3812 OLD_FILES+=usr/lib/clang/3.9.0/include/s390intrin.h
3813 OLD_FILES+=usr/lib/clang/3.9.0/include/shaintrin.h
3814 OLD_FILES+=usr/lib/clang/3.9.0/include/smmintrin.h
3815 OLD_FILES+=usr/lib/clang/3.9.0/include/tbmintrin.h
3816 OLD_FILES+=usr/lib/clang/3.9.0/include/tmmintrin.h
3817 OLD_FILES+=usr/lib/clang/3.9.0/include/vadefs.h
3818 OLD_FILES+=usr/lib/clang/3.9.0/include/vecintrin.h
3819 OLD_FILES+=usr/lib/clang/3.9.0/include/wmmintrin.h
3820 OLD_FILES+=usr/lib/clang/3.9.0/include/x86intrin.h
3821 OLD_FILES+=usr/lib/clang/3.9.0/include/xmmintrin.h
3822 OLD_FILES+=usr/lib/clang/3.9.0/include/xopintrin.h
3823 OLD_FILES+=usr/lib/clang/3.9.0/include/xsavecintrin.h
3824 OLD_FILES+=usr/lib/clang/3.9.0/include/xsaveintrin.h
3825 OLD_FILES+=usr/lib/clang/3.9.0/include/xsaveoptintrin.h
3826 OLD_FILES+=usr/lib/clang/3.9.0/include/xsavesintrin.h
3827 OLD_FILES+=usr/lib/clang/3.9.0/include/xtestintrin.h
3828 OLD_DIRS+=usr/lib/clang/3.9.0/include
3829 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-i386.a
3830 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-i386.so
3831 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
3832 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
3833 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-x86_64.a
3834 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-x86_64.so
3835 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
3836 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
3837 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-arm.a
3838 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-i386.a
3839 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-x86_64.a
3840 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.safestack-i386.a
3841 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.safestack-x86_64.a
3842 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats-i386.a
3843 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats-x86_64.a
3844 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats_client-i386.a
3845 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats_client-x86_64.a
3846 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
3847 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
3848 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
3849 OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
3850 OLD_DIRS+=usr/lib/clang/3.9.0/lib/freebsd
3851 OLD_DIRS+=usr/lib/clang/3.9.0/lib
3852 OLD_DIRS+=usr/lib/clang/3.9.0
3853 # 20161205: libproc version bump
3854 OLD_LIBS+=usr/lib/libproc.so.3
3855 OLD_LIBS+=usr/lib32/libproc.so.3
3856 # 20161127: Remove vm_page_cache(9)
3857 OLD_FILES+=usr/share/man/man9/vm_page_cache.9.gz
3858 # 20161124: new clang import which bumps version from 3.8.0 to 3.9.0.
3859 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/allocator_interface.h
3860 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/asan_interface.h
3861 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/common_interface_defs.h
3862 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/coverage_interface.h
3863 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/dfsan_interface.h
3864 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/linux_syscall_hooks.h
3865 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/lsan_interface.h
3866 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/msan_interface.h
3867 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/tsan_interface_atomic.h
3868 OLD_DIRS+=usr/lib/clang/3.8.0/include/sanitizer
3869 OLD_FILES+=usr/lib/clang/3.8.0/include/__clang_cuda_runtime_wrapper.h
3870 OLD_FILES+=usr/lib/clang/3.8.0/include/__stddef_max_align_t.h
3871 OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_aes.h
3872 OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_pclmul.h
3873 OLD_FILES+=usr/lib/clang/3.8.0/include/adxintrin.h
3874 OLD_FILES+=usr/lib/clang/3.8.0/include/altivec.h
3875 OLD_FILES+=usr/lib/clang/3.8.0/include/ammintrin.h
3876 OLD_FILES+=usr/lib/clang/3.8.0/include/arm_acle.h
3877 OLD_FILES+=usr/lib/clang/3.8.0/include/arm_neon.h
3878 OLD_FILES+=usr/lib/clang/3.8.0/include/avx2intrin.h
3879 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512bwintrin.h
3880 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512cdintrin.h
3881 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512dqintrin.h
3882 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512erintrin.h
3883 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512fintrin.h
3884 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlbwintrin.h
3885 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vldqintrin.h
3886 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlintrin.h
3887 OLD_FILES+=usr/lib/clang/3.8.0/include/avxintrin.h
3888 OLD_FILES+=usr/lib/clang/3.8.0/include/bmi2intrin.h
3889 OLD_FILES+=usr/lib/clang/3.8.0/include/bmiintrin.h
3890 OLD_FILES+=usr/lib/clang/3.8.0/include/cpuid.h
3891 OLD_FILES+=usr/lib/clang/3.8.0/include/cuda_builtin_vars.h
3892 OLD_FILES+=usr/lib/clang/3.8.0/include/emmintrin.h
3893 OLD_FILES+=usr/lib/clang/3.8.0/include/f16cintrin.h
3894 OLD_FILES+=usr/lib/clang/3.8.0/include/fma4intrin.h
3895 OLD_FILES+=usr/lib/clang/3.8.0/include/fmaintrin.h
3896 OLD_FILES+=usr/lib/clang/3.8.0/include/fxsrintrin.h
3897 OLD_FILES+=usr/lib/clang/3.8.0/include/htmintrin.h
3898 OLD_FILES+=usr/lib/clang/3.8.0/include/htmxlintrin.h
3899 OLD_FILES+=usr/lib/clang/3.8.0/include/ia32intrin.h
3900 OLD_FILES+=usr/lib/clang/3.8.0/include/immintrin.h
3901 OLD_FILES+=usr/lib/clang/3.8.0/include/lzcntintrin.h
3902 OLD_FILES+=usr/lib/clang/3.8.0/include/mm3dnow.h
3903 OLD_FILES+=usr/lib/clang/3.8.0/include/mm_malloc.h
3904 OLD_FILES+=usr/lib/clang/3.8.0/include/mmintrin.h
3905 OLD_FILES+=usr/lib/clang/3.8.0/include/module.modulemap
3906 OLD_FILES+=usr/lib/clang/3.8.0/include/nmmintrin.h
3907 OLD_FILES+=usr/lib/clang/3.8.0/include/pkuintrin.h
3908 OLD_FILES+=usr/lib/clang/3.8.0/include/pmmintrin.h
3909 OLD_FILES+=usr/lib/clang/3.8.0/include/popcntintrin.h
3910 OLD_FILES+=usr/lib/clang/3.8.0/include/prfchwintrin.h
3911 OLD_FILES+=usr/lib/clang/3.8.0/include/rdseedintrin.h
3912 OLD_FILES+=usr/lib/clang/3.8.0/include/rtmintrin.h
3913 OLD_FILES+=usr/lib/clang/3.8.0/include/s390intrin.h
3914 OLD_FILES+=usr/lib/clang/3.8.0/include/shaintrin.h
3915 OLD_FILES+=usr/lib/clang/3.8.0/include/smmintrin.h
3916 OLD_FILES+=usr/lib/clang/3.8.0/include/tbmintrin.h
3917 OLD_FILES+=usr/lib/clang/3.8.0/include/tmmintrin.h
3918 OLD_FILES+=usr/lib/clang/3.8.0/include/vadefs.h
3919 OLD_FILES+=usr/lib/clang/3.8.0/include/vecintrin.h
3920 OLD_FILES+=usr/lib/clang/3.8.0/include/wmmintrin.h
3921 OLD_FILES+=usr/lib/clang/3.8.0/include/x86intrin.h
3922 OLD_FILES+=usr/lib/clang/3.8.0/include/xmmintrin.h
3923 OLD_FILES+=usr/lib/clang/3.8.0/include/xopintrin.h
3924 OLD_FILES+=usr/lib/clang/3.8.0/include/xsavecintrin.h
3925 OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveintrin.h
3926 OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveoptintrin.h
3927 OLD_FILES+=usr/lib/clang/3.8.0/include/xsavesintrin.h
3928 OLD_FILES+=usr/lib/clang/3.8.0/include/xtestintrin.h
3929 OLD_DIRS+=usr/lib/clang/3.8.0/include
3930 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.a
3931 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.so
3932 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
3933 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
3934 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.a
3935 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.so
3936 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
3937 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
3938 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-arm.a
3939 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-i386.a
3940 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-x86_64.a
3941 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-i386.a
3942 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-x86_64.a
3943 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
3944 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
3945 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
3946 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
3947 OLD_DIRS+=usr/lib/clang/3.8.0/lib/freebsd
3948 OLD_DIRS+=usr/lib/clang/3.8.0/lib
3949 OLD_DIRS+=usr/lib/clang/3.8.0
3950 # 20161121: Hyper-V manuals only apply to amd64 and i386.
3951 .if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386"
3952 OLD_FILES+=usr/share/man/man4/hv_kvp.4.gz
3953 OLD_FILES+=usr/share/man/man4/hv_netvsc.4.gz
3954 OLD_FILES+=usr/share/man/man4/hv_storvsc.4.gz
3955 OLD_FILES+=usr/share/man/man4/hv_utils.4.gz
3956 OLD_FILES+=usr/share/man/man4/hv_vmbus.4.gz
3957 OLD_FILES+=usr/share/man/man4/hv_vss.4.gz
3958 .endif
3959 # 20161118: Remove hv_ata_pci_disengage(4)
3960 OLD_FILES+=usr/share/man/man4/hv_ata_pci_disengage.4.gz
3961 # 20161017: urtwn(4) was merged into rtwn(4)
3962 OLD_FILES+=usr/share/man/man4/urtwn.4.gz
3963 OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
3964 # 20161015: Remove GNU rcs
3965 OLD_FILES+=usr/bin/ci
3966 OLD_FILES+=usr/bin/co
3967 OLD_FILES+=usr/bin/merge
3968 OLD_FILES+=usr/bin/rcs
3969 OLD_FILES+=usr/bin/rcsclean
3970 OLD_FILES+=usr/bin/rcsdiff
3971 OLD_FILES+=usr/bin/rcsfreeze
3972 OLD_FILES+=usr/bin/rcsmerge
3973 OLD_FILES+=usr/bin/rlog
3974 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
3975 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
3976 OLD_DIRS+=usr/share/doc/psd/13.rcs
3977 OLD_FILES+=usr/share/man/man1/ci.1.gz
3978 OLD_FILES+=usr/share/man/man1/co.1.gz
3979 OLD_FILES+=usr/share/man/man1/merge.1.gz
3980 OLD_FILES+=usr/share/man/man1/rcs.1.gz
3981 OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
3982 OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
3983 OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
3984 OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
3985 OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
3986 OLD_FILES+=usr/share/man/man1/rlog.1.gz
3987 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
3988 # 20161010: remove link to removed m_getclr(9) macro
3989 OLD_FILES+=usr/share/man/man9/m_getclr.9.gz
3990 # 20161003: MK_ELFCOPY_AS_OBJCOPY option retired
3991 OLD_FILES+=usr/bin/elfcopy
3992 OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
3993 # 20160906: libkqueue tests moved to /usr/tests/sys/kqueue/libkqueue
3994 OLD_FILES+=usr/tests/sys/kqueue/kqtest
3995 OLD_FILES+=usr/tests/sys/kqueue/kqueue_test
3996 # 20160903: idle page zeroing support removed
3997 OLD_FILES+=usr/share/man/man9/pmap_zero_idle.9.gz
3998 # 20160901: Remove digi(4)
3999 OLD_FILES+=usr/share/man/man4/digi.4.gz
4000 # 20160819: Remove ie(4)
4001 OLD_FILES+=usr/share/man/man4/i386/ie.4.gz
4002 # 20160819: Remove spic(4)
4003 OLD_FILES+=usr/share/man/man4/spic.4.gz
4004 # 20160819: Remove wl(4) and wlconfig(8)
4005 OLD_FILES+=usr/share/man/man4/i386/wl.4.gz
4006 OLD_FILES+=usr/sbin/wlconfig
4007 OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
4008 # 20160819: Remove si(4) and sicontrol(8)
4009 OLD_FILES+=usr/share/man/man4/si.4.gz
4010 OLD_FILES+=usr/sbin/sicontrol
4011 OLD_FILES+=usr/share/man/man8/sicontrol.8.gz
4012 # 20160819: Remove scd(4)
4013 OLD_FILES+=usr/share/man/man4/scd.4.gz
4014 # 20160815: Remove mcd(4)
4015 OLD_FILES+=usr/share/man/man4/mcd.4.gz
4016 # 20160805: lockmgr_waiters(9) removed
4017 OLD_FILES+=usr/share/man/man9/lockmgr_waiters.9.gz
4018 # 20160703: POSIXify locales with variants
4019 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_COLLATE
4020 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_CTYPE
4021 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MESSAGES
4022 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MONETARY
4023 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_NUMERIC
4024 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_TIME
4025 OLD_DIRS+=usr/share/locale/zh_Hant_TW.UTF-8
4026 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_COLLATE
4027 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_CTYPE
4028 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MESSAGES
4029 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MONETARY
4030 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_NUMERIC
4031 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_TIME
4032 OLD_DIRS+=usr/share/locale/zh_Hant_TW.Big5
4033 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_COLLATE
4034 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_CTYPE
4035 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MESSAGES
4036 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MONETARY
4037 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_NUMERIC
4038 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_TIME
4039 OLD_DIRS+=usr/share/locale/zh_Hant_HK.UTF-8
4040 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_COLLATE
4041 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_CTYPE
4042 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MESSAGES
4043 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MONETARY
4044 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_NUMERIC
4045 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_TIME
4046 OLD_DIRS+=usr/share/locale/zh_Hans_CN.eucCN
4047 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_COLLATE
4048 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_CTYPE
4049 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MESSAGES
4050 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MONETARY
4051 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_NUMERIC
4052 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_TIME
4053 OLD_DIRS+=usr/share/locale/zh_Hans_CN.UTF-8
4054 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_COLLATE
4055 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_CTYPE
4056 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MESSAGES
4057 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MONETARY
4058 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_NUMERIC
4059 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_TIME
4060 OLD_DIRS+=usr/share/locale/zh_Hans_CN.GBK
4061 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_COLLATE
4062 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_CTYPE
4063 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MESSAGES
4064 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MONETARY
4065 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_NUMERIC
4066 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_TIME
4067 OLD_DIRS+=usr/share/locale/zh_Hans_CN.GB2312
4068 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_COLLATE
4069 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_CTYPE
4070 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MESSAGES
4071 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MONETARY
4072 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_NUMERIC
4073 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_TIME
4074 OLD_DIRS+=usr/share/locale/zh_Hans_CN.GB18030
4075 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_COLLATE
4076 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_CTYPE
4077 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MESSAGES
4078 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MONETARY
4079 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_NUMERIC
4080 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_TIME
4081 OLD_DIRS+=usr/share/locale/sr_Latn_RS.UTF-8
4082 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_COLLATE
4083 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_CTYPE
4084 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MESSAGES
4085 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MONETARY
4086 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_NUMERIC
4087 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_TIME
4088 OLD_DIRS+=usr/share/locale/sr_Latn_RS.ISO8859-2
4089 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_COLLATE
4090 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_CTYPE
4091 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MESSAGES
4092 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MONETARY
4093 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_NUMERIC
4094 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_TIME
4095 OLD_DIRS+=usr/share/locale/sr_Cyrl_RS.UTF-8
4096 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_COLLATE
4097 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_CTYPE
4098 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MESSAGES
4099 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MONETARY
4100 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_NUMERIC
4101 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_TIME
4102 OLD_DIRS+=usr/share/locale/sr_Cyrl_RS.ISO8859-5
4103 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_COLLATE
4104 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_CTYPE
4105 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MESSAGES
4106 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MONETARY
4107 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_NUMERIC
4108 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_TIME
4109 OLD_DIRS+=usr/share/locale/mn_Cyrl_MN.UTF-8
4110 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_COLLATE
4111 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_CTYPE
4112 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MESSAGES
4113 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MONETARY
4114 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_NUMERIC
4115 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_TIME
4116 OLD_DIRS+=usr/share/locale/kk_Cyrl_KZ.UTF-8
4117 # 20160608: removed pam_verbose_error
4118 OLD_LIBS+=usr/lib/libpam.so.5
4119 OLD_LIBS+=usr/lib/pam_chroot.so.5
4120 OLD_LIBS+=usr/lib/pam_deny.so.5
4121 OLD_LIBS+=usr/lib/pam_echo.so.5
4122 OLD_LIBS+=usr/lib/pam_exec.so.5
4123 OLD_LIBS+=usr/lib/pam_ftpusers.so.5
4124 OLD_LIBS+=usr/lib/pam_group.so.5
4125 OLD_LIBS+=usr/lib/pam_guest.so.5
4126 OLD_LIBS+=usr/lib/pam_krb5.so.5
4127 OLD_LIBS+=usr/lib/pam_ksu.so.5
4128 OLD_LIBS+=usr/lib/pam_lastlog.so.5
4129 OLD_LIBS+=usr/lib/pam_login_access.so.5
4130 OLD_LIBS+=usr/lib/pam_nologin.so.5
4131 OLD_LIBS+=usr/lib/pam_opie.so.5
4132 OLD_LIBS+=usr/lib/pam_opieaccess.so.5
4133 OLD_LIBS+=usr/lib/pam_passwdqc.so.5
4134 OLD_LIBS+=usr/lib/pam_permit.so.5
4135 OLD_LIBS+=usr/lib/pam_radius.so.5
4136 OLD_LIBS+=usr/lib/pam_rhosts.so.5
4137 OLD_LIBS+=usr/lib/pam_rootok.so.5
4138 OLD_LIBS+=usr/lib/pam_securetty.so.5
4139 OLD_LIBS+=usr/lib/pam_self.so.5
4140 OLD_LIBS+=usr/lib/pam_ssh.so.5
4141 OLD_LIBS+=usr/lib/pam_tacplus.so.5
4142 OLD_LIBS+=usr/lib/pam_unix.so.5
4143 OLD_LIBS+=usr/lib32/libpam.so.5
4144 OLD_LIBS+=usr/lib32/pam_chroot.so.5
4145 OLD_LIBS+=usr/lib32/pam_deny.so.5
4146 OLD_LIBS+=usr/lib32/pam_echo.so.5
4147 OLD_LIBS+=usr/lib32/pam_exec.so.5
4148 OLD_LIBS+=usr/lib32/pam_ftpusers.so.5
4149 OLD_LIBS+=usr/lib32/pam_group.so.5
4150 OLD_LIBS+=usr/lib32/pam_guest.so.5
4151 OLD_LIBS+=usr/lib32/pam_krb5.so.5
4152 OLD_LIBS+=usr/lib32/pam_ksu.so.5
4153 OLD_LIBS+=usr/lib32/pam_lastlog.so.5
4154 OLD_LIBS+=usr/lib32/pam_login_access.so.5
4155 OLD_LIBS+=usr/lib32/pam_nologin.so.5
4156 OLD_LIBS+=usr/lib32/pam_opie.so.5
4157 OLD_LIBS+=usr/lib32/pam_opieaccess.so.5
4158 OLD_LIBS+=usr/lib32/pam_passwdqc.so.5
4159 OLD_LIBS+=usr/lib32/pam_permit.so.5
4160 OLD_LIBS+=usr/lib32/pam_radius.so.5
4161 OLD_LIBS+=usr/lib32/pam_rhosts.so.5
4162 OLD_LIBS+=usr/lib32/pam_rootok.so.5
4163 OLD_LIBS+=usr/lib32/pam_securetty.so.5
4164 OLD_LIBS+=usr/lib32/pam_self.so.5
4165 OLD_LIBS+=usr/lib32/pam_ssh.so.5
4166 OLD_LIBS+=usr/lib32/pam_tacplus.so.5
4167 OLD_LIBS+=usr/lib32/pam_unix.so.5
4168 # 20160523: remove extranous ALTQ files
4169 OLD_FILES+=usr/include/altq/altq_codel.h
4170 OLD_FILES+=usr/include/altq/altq_fairq.h
4171 # 20160519: remove DTrace Toolkit from base
4172 OLD_FILES+=usr/sbin/dtruss
4173 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
4174 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
4175 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
4176 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
4177 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
4178 OLD_DIRS+=usr/share/dtrace/toolkit
4179 OLD_FILES+=usr/share/man/man1/dtruss.1.gz
4180 # 20160519: stale MLINK removed
4181 OLD_FILES+=usr/share/man/man9/rman_await_resource.9.gz
4182 # 20160517: ReiserFS removed
4183 OLD_FILES+=usr/share/man/man5/reiserfs.5.gz
4184 # 20160504: tests rework
4185 OLD_FILES+=usr/tests/lib/libc/regex/data/README
4186 # 20160430: kvm_getfiles(3) removed from kvm(3)
4187 OLD_LIBS+=lib/libkvm.so.6
4188 OLD_LIBS+=usr/lib32/libkvm.so.6
4189 OLD_FILES+=usr/share/man/man3/kvm_getfiles.3.gz
4190 # 20160423: remove mroute6d
4191 OLD_FILES+=etc/rc.d/mroute6d
4192 # 20160419: rename units.lib -> definitions.units
4193 OLD_FILES+=usr/share/misc/units.lib
4194 # 20160419: remove Big5HKSCS locales
4195 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE
4196 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE
4197 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES
4198 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY
4199 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC
4200 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME
4201 OLD_DIRS+=usr/share/locale/zh_HK.Big5HKSCS
4202 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_COLLATE
4203 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_CTYPE
4204 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_MESSAGES
4205 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_MONETARY
4206 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_NUMERIC
4207 OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_TIME
4208 OLD_DIRS+=usr/share/locale/zh_Hant_HK.Big5HKSCS
4209 # 20160317: rman_res_t size bump to uintmax_t
4210 OLD_LIBS+=usr/lib/libdevinfo.so.5
4211 OLD_LIBS+=usr/lib32/libdevinfo.so.5
4212 # 20160305: new clang import which bumps version from 3.7.1 to 3.8.0.
4213 OLD_FILES+=usr/bin/macho-dump
4214 OLD_FILES+=usr/bin/tblgen
4215 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h
4216 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h
4217 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h
4218 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/coverage_interface.h
4219 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/dfsan_interface.h
4220 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/linux_syscall_hooks.h
4221 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/lsan_interface.h
4222 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/msan_interface.h
4223 OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/tsan_interface_atomic.h
4224 OLD_DIRS+=usr/lib/clang/3.7.1/include/sanitizer
4225 OLD_FILES+=usr/lib/clang/3.7.1/include/__stddef_max_align_t.h
4226 OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_aes.h
4227 OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_pclmul.h
4228 OLD_FILES+=usr/lib/clang/3.7.1/include/adxintrin.h
4229 OLD_FILES+=usr/lib/clang/3.7.1/include/altivec.h
4230 OLD_FILES+=usr/lib/clang/3.7.1/include/ammintrin.h
4231 OLD_FILES+=usr/lib/clang/3.7.1/include/arm_acle.h
4232 OLD_FILES+=usr/lib/clang/3.7.1/include/arm_neon.h
4233 OLD_FILES+=usr/lib/clang/3.7.1/include/avx2intrin.h
4234 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512bwintrin.h
4235 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512cdintrin.h
4236 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512dqintrin.h
4237 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512erintrin.h
4238 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512fintrin.h
4239 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlbwintrin.h
4240 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vldqintrin.h
4241 OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlintrin.h
4242 OLD_FILES+=usr/lib/clang/3.7.1/include/avxintrin.h
4243 OLD_FILES+=usr/lib/clang/3.7.1/include/bmi2intrin.h
4244 OLD_FILES+=usr/lib/clang/3.7.1/include/bmiintrin.h
4245 OLD_FILES+=usr/lib/clang/3.7.1/include/cpuid.h
4246 OLD_FILES+=usr/lib/clang/3.7.1/include/cuda_builtin_vars.h
4247 OLD_FILES+=usr/lib/clang/3.7.1/include/emmintrin.h
4248 OLD_FILES+=usr/lib/clang/3.7.1/include/f16cintrin.h
4249 OLD_FILES+=usr/lib/clang/3.7.1/include/fma4intrin.h
4250 OLD_FILES+=usr/lib/clang/3.7.1/include/fmaintrin.h
4251 OLD_FILES+=usr/lib/clang/3.7.1/include/fxsrintrin.h
4252 OLD_FILES+=usr/lib/clang/3.7.1/include/htmintrin.h
4253 OLD_FILES+=usr/lib/clang/3.7.1/include/htmxlintrin.h
4254 OLD_FILES+=usr/lib/clang/3.7.1/include/ia32intrin.h
4255 OLD_FILES+=usr/lib/clang/3.7.1/include/immintrin.h
4256 OLD_FILES+=usr/lib/clang/3.7.1/include/lzcntintrin.h
4257 OLD_FILES+=usr/lib/clang/3.7.1/include/mm3dnow.h
4258 OLD_FILES+=usr/lib/clang/3.7.1/include/mm_malloc.h
4259 OLD_FILES+=usr/lib/clang/3.7.1/include/mmintrin.h
4260 OLD_FILES+=usr/lib/clang/3.7.1/include/module.modulemap
4261 OLD_FILES+=usr/lib/clang/3.7.1/include/nmmintrin.h
4262 OLD_FILES+=usr/lib/clang/3.7.1/include/pmmintrin.h
4263 OLD_FILES+=usr/lib/clang/3.7.1/include/popcntintrin.h
4264 OLD_FILES+=usr/lib/clang/3.7.1/include/prfchwintrin.h
4265 OLD_FILES+=usr/lib/clang/3.7.1/include/rdseedintrin.h
4266 OLD_FILES+=usr/lib/clang/3.7.1/include/rtmintrin.h
4267 OLD_FILES+=usr/lib/clang/3.7.1/include/s390intrin.h
4268 OLD_FILES+=usr/lib/clang/3.7.1/include/shaintrin.h
4269 OLD_FILES+=usr/lib/clang/3.7.1/include/smmintrin.h
4270 OLD_FILES+=usr/lib/clang/3.7.1/include/tbmintrin.h
4271 OLD_FILES+=usr/lib/clang/3.7.1/include/tmmintrin.h
4272 OLD_FILES+=usr/lib/clang/3.7.1/include/vadefs.h
4273 OLD_FILES+=usr/lib/clang/3.7.1/include/vecintrin.h
4274 OLD_FILES+=usr/lib/clang/3.7.1/include/wmmintrin.h
4275 OLD_FILES+=usr/lib/clang/3.7.1/include/x86intrin.h
4276 OLD_FILES+=usr/lib/clang/3.7.1/include/xmmintrin.h
4277 OLD_FILES+=usr/lib/clang/3.7.1/include/xopintrin.h
4278 OLD_FILES+=usr/lib/clang/3.7.1/include/xtestintrin.h
4279 OLD_DIRS+=usr/lib/clang/3.7.1/include
4280 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-i386.a
4281 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
4282 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
4283 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-x86_64.a
4284 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
4285 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
4286 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-arm.a
4287 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-i386.a
4288 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-x86_64.a
4289 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-i386.a
4290 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-x86_64.a
4291 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
4292 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
4293 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
4294 OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
4295 OLD_DIRS+=usr/lib/clang/3.7.1/lib/freebsd
4296 OLD_DIRS+=usr/lib/clang/3.7.1/lib
4297 OLD_DIRS+=usr/lib/clang/3.7.1
4298 # 20160301: Remove taskqueue_enqueue_fast
4299 OLD_FILES+=usr/share/man/man9/taskqueue_enqueue_fast.9.gz
4300 # 20160225: Remove casperd and libcapsicum.
4301 OLD_FILES+=sbin/casperd
4302 OLD_FILES+=etc/rc.d/casperd
4303 OLD_FILES+=usr/share/man/man8/casperd.8.gz
4304 OLD_FILES+=usr/include/libcapsicum.h
4305 OLD_FILES+=usr/include/libcapsicum_service.h
4306 OLD_FILES+=usr/include/libcapsicum.h
4307 OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz
4308 OLD_FILES+=usr/include/libcapsicum_dns.h
4309 OLD_FILES+=usr/include/libcapsicum_grp.h
4310 OLD_FILES+=usr/include/libcapsicum_impl.h
4311 OLD_FILES+=usr/include/libcapsicum_pwd.h
4312 OLD_FILES+=usr/include/libcapsicum_random.h
4313 OLD_FILES+=usr/include/libcapsicum_sysctl.h
4314 OLD_FILES+=libexec/casper/dns
4315 OLD_FILES+=libexec/casper/grp
4316 OLD_FILES+=libexec/casper/pwd
4317 OLD_FILES+=libexec/casper/random
4318 OLD_FILES+=libexec/casper/sysctl
4319 OLD_FILES+=libexec/casper/.debug/random.debug
4320 OLD_FILES+=libexec/casper/.debug/dns.debug
4321 OLD_FILES+=libexec/casper/.debug/sysctl.debug
4322 OLD_FILES+=libexec/casper/.debug/pwd.debug
4323 OLD_FILES+=libexec/casper/.debug/grp.debug
4324 OLD_DIRS+=libexec/casper/.debug
4325 OLD_DIRS+=libexec/casper
4326 OLD_FILES+=usr/lib/libcapsicum.a
4327 OLD_FILES+=usr/lib/libcapsicum.so
4328 OLD_LIBS+=lib/libcapsicum.so.0
4329 OLD_FILES+=usr/lib/libcapsicum_p.a
4330 OLD_FILES+=usr/lib32/libcapsicum.a
4331 OLD_FILES+=usr/lib32/libcapsicum.so
4332 OLD_LIBS+=usr/lib32/libcapsicum.so.0
4333 OLD_FILES+=usr/lib32/libcapsicum_p.a
4334 # 20160223: functionality from mkulzma(1) merged into mkuzip(1)
4335 OLD_FILES+=usr/bin/mkulzma
4336 OLD_FILES+=usr/share/man/man4/geom_uncompress.4.gz
4337 OLD_FILES+=usr/share/man/man8/mkulzma.8.gz
4338 # 20160211: Remove obsolete unbound-control-setup
4339 OLD_FILES+=usr/sbin/unbound-control-setup
4340 # 20160121: cc.h moved
4341 OLD_FILES+=usr/include/netinet/cc.h
4342 # 20160116: Update mandoc to cvs snapshot 20160116
4343 OLD_FILES+=usr/share/mdocml/example.style.css
4344 OLD_FILES+=usr/share/mdocml/style.css
4345 OLD_DIRS+=usr/share/mdocml
4346 # 20160114: SA-16:06.snmpd
4347 OLD_FILES+=usr/share/examples/etc/snmpd.config
4348 # 20160107: GNU ld installed as ld.bfd and linked as ld
4349 OLD_FILES+=usr/lib/debug/usr/bin/ld.debug
4350 # 20151225: new clang import which bumps version from 3.7.0 to 3.7.1.
4351 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/allocator_interface.h
4352 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/asan_interface.h
4353 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/common_interface_defs.h
4354 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/coverage_interface.h
4355 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/dfsan_interface.h
4356 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/linux_syscall_hooks.h
4357 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/lsan_interface.h
4358 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/msan_interface.h
4359 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/tsan_interface_atomic.h
4360 OLD_DIRS+=usr/lib/clang/3.7.0/include/sanitizer
4361 OLD_FILES+=usr/lib/clang/3.7.0/include/__stddef_max_align_t.h
4362 OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_aes.h
4363 OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_pclmul.h
4364 OLD_FILES+=usr/lib/clang/3.7.0/include/adxintrin.h
4365 OLD_FILES+=usr/lib/clang/3.7.0/include/altivec.h
4366 OLD_FILES+=usr/lib/clang/3.7.0/include/ammintrin.h
4367 OLD_FILES+=usr/lib/clang/3.7.0/include/arm_acle.h
4368 OLD_FILES+=usr/lib/clang/3.7.0/include/arm_neon.h
4369 OLD_FILES+=usr/lib/clang/3.7.0/include/avx2intrin.h
4370 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512bwintrin.h
4371 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512cdintrin.h
4372 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512dqintrin.h
4373 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512erintrin.h
4374 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512fintrin.h
4375 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vlbwintrin.h
4376 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vldqintrin.h
4377 OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vlintrin.h
4378 OLD_FILES+=usr/lib/clang/3.7.0/include/avxintrin.h
4379 OLD_FILES+=usr/lib/clang/3.7.0/include/bmi2intrin.h
4380 OLD_FILES+=usr/lib/clang/3.7.0/include/bmiintrin.h
4381 OLD_FILES+=usr/lib/clang/3.7.0/include/cpuid.h
4382 OLD_FILES+=usr/lib/clang/3.7.0/include/cuda_builtin_vars.h
4383 OLD_FILES+=usr/lib/clang/3.7.0/include/emmintrin.h
4384 OLD_FILES+=usr/lib/clang/3.7.0/include/f16cintrin.h
4385 OLD_FILES+=usr/lib/clang/3.7.0/include/fma4intrin.h
4386 OLD_FILES+=usr/lib/clang/3.7.0/include/fmaintrin.h
4387 OLD_FILES+=usr/lib/clang/3.7.0/include/fxsrintrin.h
4388 OLD_FILES+=usr/lib/clang/3.7.0/include/htmintrin.h
4389 OLD_FILES+=usr/lib/clang/3.7.0/include/htmxlintrin.h
4390 OLD_FILES+=usr/lib/clang/3.7.0/include/ia32intrin.h
4391 OLD_FILES+=usr/lib/clang/3.7.0/include/immintrin.h
4392 OLD_FILES+=usr/lib/clang/3.7.0/include/lzcntintrin.h
4393 OLD_FILES+=usr/lib/clang/3.7.0/include/mm3dnow.h
4394 OLD_FILES+=usr/lib/clang/3.7.0/include/mm_malloc.h
4395 OLD_FILES+=usr/lib/clang/3.7.0/include/mmintrin.h
4396 OLD_FILES+=usr/lib/clang/3.7.0/include/module.modulemap
4397 OLD_FILES+=usr/lib/clang/3.7.0/include/nmmintrin.h
4398 OLD_FILES+=usr/lib/clang/3.7.0/include/pmmintrin.h
4399 OLD_FILES+=usr/lib/clang/3.7.0/include/popcntintrin.h
4400 OLD_FILES+=usr/lib/clang/3.7.0/include/prfchwintrin.h
4401 OLD_FILES+=usr/lib/clang/3.7.0/include/rdseedintrin.h
4402 OLD_FILES+=usr/lib/clang/3.7.0/include/rtmintrin.h
4403 OLD_FILES+=usr/lib/clang/3.7.0/include/s390intrin.h
4404 OLD_FILES+=usr/lib/clang/3.7.0/include/shaintrin.h
4405 OLD_FILES+=usr/lib/clang/3.7.0/include/smmintrin.h
4406 OLD_FILES+=usr/lib/clang/3.7.0/include/tbmintrin.h
4407 OLD_FILES+=usr/lib/clang/3.7.0/include/tmmintrin.h
4408 OLD_FILES+=usr/lib/clang/3.7.0/include/vadefs.h
4409 OLD_FILES+=usr/lib/clang/3.7.0/include/vecintrin.h
4410 OLD_FILES+=usr/lib/clang/3.7.0/include/wmmintrin.h
4411 OLD_FILES+=usr/lib/clang/3.7.0/include/x86intrin.h
4412 OLD_FILES+=usr/lib/clang/3.7.0/include/xmmintrin.h
4413 OLD_FILES+=usr/lib/clang/3.7.0/include/xopintrin.h
4414 OLD_FILES+=usr/lib/clang/3.7.0/include/xtestintrin.h
4415 OLD_DIRS+=usr/lib/clang/3.7.0/include
4416 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-i386.a
4417 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
4418 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
4419 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-x86_64.a
4420 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
4421 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
4422 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-arm.a
4423 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-i386.a
4424 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-x86_64.a
4425 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.safestack-i386.a
4426 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.safestack-x86_64.a
4427 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
4428 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
4429 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
4430 OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
4431 OLD_DIRS+=usr/lib/clang/3.7.0/lib/freebsd
4432 OLD_DIRS+=usr/lib/clang/3.7.0/lib
4433 OLD_DIRS+=usr/lib/clang/3.7.0
4434 # 20151130: libelf moved from /usr/lib to /lib (libkvm dependency in r291406)
4435 OLD_LIBS+=usr/lib/libelf.so.2
4436 # 20151115: Fox bad upgrade scheme
4437 OLD_FILES+=usr/share/locale/zh_CN.GB18030/zh_Hans_CN.GB18030
4438 OLD_FILES+=usr/share/locale/zh_CN.GB2312/zh_Hans_CN.GB2312
4439 OLD_FILES+=usr/share/locale/zh_CN.GBK/zh_Hans_CN.GBK
4440 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/zh_Hans_CN.UTF-8
4441 OLD_FILES+=usr/share/locale/zh_CN.eucCN/zh_Hans_CN.eucCN
4442 OLD_FILES+=usr/share/locale/zh_TW.Big5/zh_Hant_TW.Big5
4443 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/zh_Hant_TW.UTF-8
4444 # 20151107: String collation improvements
4445 OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE
4446 OLD_DIRS+=usr/share/locale/UTF-8
4447 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_COLLATE
4448 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_CTYPE
4449 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MESSAGES
4450 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MONETARY
4451 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_NUMERIC
4452 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_TIME
4453 OLD_DIRS+=usr/share/locale/kk_KZ.PT154/
4454 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
4455 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_CTYPE
4456 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_TIME
4457 OLD_DIRS+=usr/share/locale/la_LN.ISO8859-1
4458 OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_COLLATE
4459 OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_CTYPE
4460 OLD_DIRS+=usr/share/locale/la_LN.ISO8859-13
4461 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
4462 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_CTYPE
4463 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_TIME
4464 OLD_DIRS+=usr/share/locale/la_LN.ISO8859-15
4465 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
4466 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_CTYPE
4467 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_TIME
4468 OLD_DIRS+=usr/share/locale/la_LN.ISO8859-2
4469 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
4470 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_CTYPE
4471 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_TIME
4472 OLD_DIRS+=usr/share/locale/la_LN.ISO8859-4
4473 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_COLLATE
4474 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_CTYPE
4475 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_TIME
4476 OLD_DIRS+=usr/share/locale/la_LN.US-ASCII
4477 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MESSAGES
4478 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_TIME
4479 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
4480 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MONETARY
4481 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_CTYPE
4482 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_NUMERIC
4483 OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-4
4484 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_COLLATE
4485 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_CTYPE
4486 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES
4487 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MONETARY
4488 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_NUMERIC
4489 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_TIME
4490 OLD_DIRS+=usr/share/locale/no_NO.ISO8859-1
4491 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_COLLATE
4492 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_CTYPE
4493 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES
4494 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MONETARY
4495 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_NUMERIC
4496 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_TIME
4497 OLD_DIRS+=usr/share/locale/no_NO.ISO8859-15
4498 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_COLLATE
4499 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_CTYPE
4500 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MESSAGES
4501 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MONETARY
4502 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_NUMERIC
4503 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_TIME
4504 OLD_DIRS+=usr/share/locale/no_NO.UTF-8
4505 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_COLLATE
4506 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_TIME
4507 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_CTYPE
4508 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MESSAGES
4509 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_NUMERIC
4510 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MONETARY
4511 OLD_DIRS+=usr/share/locale/sr_YU.ISO8859-2
4512 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_COLLATE
4513 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MONETARY
4514 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_NUMERIC
4515 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_CTYPE
4516 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_TIME
4517 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MESSAGES
4518 OLD_DIRS+=usr/share/locale/sr_YU.ISO8859-5
4519 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_COLLATE
4520 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MONETARY
4521 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_CTYPE
4522 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_TIME
4523 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_NUMERIC
4524 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MESSAGES
4525 OLD_DIRS+=usr/share/locale/sr_YU.UTF-8
4526 # 20151101: added missing _test suffix on multiple tests in lib/libc
4527 OLD_FILES+=usr/tests/lib/libc/c063/faccessat
4528 OLD_FILES+=usr/tests/lib/libc/c063/fchmodat
4529 OLD_FILES+=usr/tests/lib/libc/c063/fchownat
4530 OLD_FILES+=usr/tests/lib/libc/c063/fexecve
4531 OLD_FILES+=usr/tests/lib/libc/c063/fstatat
4532 OLD_FILES+=usr/tests/lib/libc/c063/linkat
4533 OLD_FILES+=usr/tests/lib/libc/c063/mkdirat
4534 OLD_FILES+=usr/tests/lib/libc/c063/mkfifoat
4535 OLD_FILES+=usr/tests/lib/libc/c063/mknodat
4536 OLD_FILES+=usr/tests/lib/libc/c063/openat
4537 OLD_FILES+=usr/tests/lib/libc/c063/readlinkat
4538 OLD_FILES+=usr/tests/lib/libc/c063/renameat
4539 OLD_FILES+=usr/tests/lib/libc/c063/symlinkat
4540 OLD_FILES+=usr/tests/lib/libc/c063/unlinkat
4541 OLD_FILES+=usr/tests/lib/libc/c063/utimensat
4542 OLD_FILES+=usr/tests/lib/libc/string/memchr
4543 OLD_FILES+=usr/tests/lib/libc/string/memcpy
4544 OLD_FILES+=usr/tests/lib/libc/string/memmem
4545 OLD_FILES+=usr/tests/lib/libc/string/memset
4546 OLD_FILES+=usr/tests/lib/libc/string/strcat
4547 OLD_FILES+=usr/tests/lib/libc/string/strchr
4548 OLD_FILES+=usr/tests/lib/libc/string/strcmp
4549 OLD_FILES+=usr/tests/lib/libc/string/strcpy
4550 OLD_FILES+=usr/tests/lib/libc/string/strcspn
4551 OLD_FILES+=usr/tests/lib/libc/string/strerror
4552 OLD_FILES+=usr/tests/lib/libc/string/strlen
4553 OLD_FILES+=usr/tests/lib/libc/string/strpbrk
4554 OLD_FILES+=usr/tests/lib/libc/string/strrchr
4555 OLD_FILES+=usr/tests/lib/libc/string/strspn
4556 OLD_FILES+=usr/tests/lib/libc/string/swab
4557 # 20151101: 430.status-rwho was renamed to 430.status-uptime
4558 OLD_FILES+=etc/periodic/daily/430.status-rwho
4559 # 20151030: OpenSSL 1.0.2d import
4560 OLD_FILES+=usr/share/openssl/man/man3/CMS_set1_signer_certs.3.gz
4561 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_ctrl.3.gz
4562 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_ctrl_str.3.gz
4563 OLD_FILES+=usr/share/openssl/man/man3/d2i_509_CRL_fp.3.gz
4564 OLD_LIBS+=lib/libcrypto.so.7
4565 OLD_LIBS+=usr/lib/libssl.so.7
4566 OLD_LIBS+=usr/lib32/libcrypto.so.7
4567 OLD_LIBS+=usr/lib32/libssl.so.7
4568 # 20151029: LinuxKPI moved to sys/compat/linuxkpi
4569 OLD_FILES+=usr/include/dev/usb/usb_compat_linux.h
4570 # 20151015: test symbols moved to /usr/lib/debug
4571 OLD_DIRS+=usr/tests/lib/atf/libatf-c++/.debug
4572 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/atf_c++_test.debug
4573 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/build_test.debug
4574 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/check_test.debug
4575 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/config_test.debug
4576 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/macros_test.debug
4577 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/tests_test.debug
4578 OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/utils_test.debug
4579 OLD_DIRS+=usr/tests/lib/atf/libatf-c++/detail/.debug
4580 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/application_test.debug
4581 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/env_test.debug
4582 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/exceptions_test.debug
4583 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/fs_test.debug
4584 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/process_test.debug
4585 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/sanity_test.debug
4586 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/text_test.debug
4587 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/version_helper.debug
4588 OLD_DIRS+=usr/tests/lib/atf/libatf-c/.debug
4589 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/atf_c_test.debug
4590 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/build_test.debug
4591 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/check_test.debug
4592 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/config_test.debug
4593 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/error_test.debug
4594 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/macros_test.debug
4595 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/tc_test.debug
4596 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/tp_test.debug
4597 OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/utils_test.debug
4598 OLD_DIRS+=usr/tests/lib/atf/libatf-c/detail/.debug
4599 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/dynstr_test.debug
4600 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/env_test.debug
4601 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/fs_test.debug
4602 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/list_test.debug
4603 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/map_test.debug
4604 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/process_helpers.debug
4605 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/process_test.debug
4606 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/sanity_test.debug
4607 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/text_test.debug
4608 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/user_test.debug
4609 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/version_helper.debug
4610 OLD_DIRS+=usr/tests/lib/atf/test-programs/.debug
4611 OLD_FILES+=usr/tests/lib/atf/test-programs/.debug/c_helpers.debug
4612 OLD_FILES+=usr/tests/lib/atf/test-programs/.debug/cpp_helpers.debug
4613 OLD_DIRS+=usr/tests/lib/libc/c063/.debug
4614 OLD_FILES+=usr/tests/lib/libc/c063/.debug/faccessat.debug
4615 OLD_FILES+=usr/tests/lib/libc/c063/.debug/fchmodat.debug
4616 OLD_FILES+=usr/tests/lib/libc/c063/.debug/fchownat.debug
4617 OLD_FILES+=usr/tests/lib/libc/c063/.debug/fexecve.debug
4618 OLD_FILES+=usr/tests/lib/libc/c063/.debug/fstatat.debug
4619 OLD_FILES+=usr/tests/lib/libc/c063/.debug/linkat.debug
4620 OLD_FILES+=usr/tests/lib/libc/c063/.debug/mkdirat.debug
4621 OLD_FILES+=usr/tests/lib/libc/c063/.debug/mkfifoat.debug
4622 OLD_FILES+=usr/tests/lib/libc/c063/.debug/mknodat.debug
4623 OLD_FILES+=usr/tests/lib/libc/c063/.debug/openat.debug
4624 OLD_FILES+=usr/tests/lib/libc/c063/.debug/readlinkat.debug
4625 OLD_FILES+=usr/tests/lib/libc/c063/.debug/renameat.debug
4626 OLD_FILES+=usr/tests/lib/libc/c063/.debug/symlinkat.debug
4627 OLD_FILES+=usr/tests/lib/libc/c063/.debug/unlinkat.debug
4628 OLD_FILES+=usr/tests/lib/libc/c063/.debug/utimensat.debug
4629 OLD_DIRS+=usr/tests/lib/libc/db/.debug
4630 OLD_FILES+=usr/tests/lib/libc/db/.debug/h_db.debug
4631 OLD_DIRS+=usr/tests/lib/libc/gen/.debug
4632 OLD_FILES+=usr/tests/lib/libc/gen/.debug/alarm_test.debug
4633 OLD_FILES+=usr/tests/lib/libc/gen/.debug/arc4random_test.debug
4634 OLD_FILES+=usr/tests/lib/libc/gen/.debug/assert_test.debug
4635 OLD_FILES+=usr/tests/lib/libc/gen/.debug/basedirname_test.debug
4636 OLD_FILES+=usr/tests/lib/libc/gen/.debug/dir_test.debug
4637 OLD_FILES+=usr/tests/lib/libc/gen/.debug/floatunditf_test.debug
4638 OLD_FILES+=usr/tests/lib/libc/gen/.debug/fnmatch_test.debug
4639 OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpclassify2_test.debug
4640 OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpclassify_test.debug
4641 OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpsetmask_test.debug
4642 OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpsetround_test.debug
4643 OLD_FILES+=usr/tests/lib/libc/gen/.debug/ftok_test.debug
4644 OLD_FILES+=usr/tests/lib/libc/gen/.debug/getcwd_test.debug
4645 OLD_FILES+=usr/tests/lib/libc/gen/.debug/getgrent_test.debug
4646 OLD_FILES+=usr/tests/lib/libc/gen/.debug/glob_test.debug
4647 OLD_FILES+=usr/tests/lib/libc/gen/.debug/humanize_number_test.debug
4648 OLD_FILES+=usr/tests/lib/libc/gen/.debug/isnan_test.debug
4649 OLD_FILES+=usr/tests/lib/libc/gen/.debug/nice_test.debug
4650 OLD_FILES+=usr/tests/lib/libc/gen/.debug/pause_test.debug
4651 OLD_FILES+=usr/tests/lib/libc/gen/.debug/raise_test.debug
4652 OLD_FILES+=usr/tests/lib/libc/gen/.debug/realpath_test.debug
4653 OLD_FILES+=usr/tests/lib/libc/gen/.debug/setdomainname_test.debug
4654 OLD_FILES+=usr/tests/lib/libc/gen/.debug/sethostname_test.debug
4655 OLD_FILES+=usr/tests/lib/libc/gen/.debug/sleep_test.debug
4656 OLD_FILES+=usr/tests/lib/libc/gen/.debug/syslog_test.debug
4657 OLD_FILES+=usr/tests/lib/libc/gen/.debug/time_test.debug
4658 OLD_FILES+=usr/tests/lib/libc/gen/.debug/ttyname_test.debug
4659 OLD_FILES+=usr/tests/lib/libc/gen/.debug/vis_test.debug
4660 OLD_DIRS+=usr/tests/lib/libc/gen/execve/.debug
4661 OLD_FILES+=usr/tests/lib/libc/gen/execve/.debug/execve_test.debug
4662 OLD_DIRS+=usr/tests/lib/libc/gen/posix_spawn/.debug
4663 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/fileactions_test.debug
4664 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_fileactions.debug
4665 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawn.debug
4666 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawnattr.debug
4667 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawn_test.debug
4668 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawnattr_test.debug
4669 OLD_DIRS+=usr/tests/lib/libc/hash/.debug
4670 OLD_FILES+=usr/tests/lib/libc/hash/.debug/h_hash.debug
4671 OLD_FILES+=usr/tests/lib/libc/hash/.debug/sha2_test.debug
4672 OLD_DIRS+=usr/tests/lib/libc/inet/.debug
4673 OLD_FILES+=usr/tests/lib/libc/inet/.debug/inet_network_test.debug
4674 OLD_DIRS+=usr/tests/lib/libc/locale/.debug
4675 OLD_FILES+=usr/tests/lib/libc/locale/.debug/io_test.debug
4676 OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbrtowc_test.debug
4677 OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbsnrtowcs_test.debug
4678 OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbstowcs_test.debug
4679 OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbtowc_test.debug
4680 OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcscspn_test.debug
4681 OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcspbrk_test.debug
4682 OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcsspn_test.debug
4683 OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcstod_test.debug
4684 OLD_FILES+=usr/tests/lib/libc/locale/.debug/wctomb_test.debug
4685 OLD_DIRS+=usr/tests/lib/libc/net/.debug
4686 OLD_FILES+=usr/tests/lib/libc/net/.debug/ether_aton_test.debug
4687 OLD_FILES+=usr/tests/lib/libc/net/.debug/getprotoent_test.debug
4688 OLD_FILES+=usr/tests/lib/libc/net/.debug/h_dns_server.debug
4689 OLD_FILES+=usr/tests/lib/libc/net/.debug/h_nsd_recurse.debug
4690 OLD_FILES+=usr/tests/lib/libc/net/.debug/h_protoent.debug
4691 OLD_FILES+=usr/tests/lib/libc/net/.debug/h_servent.debug
4692 OLD_DIRS+=usr/tests/lib/libc/regex/.debug
4693 OLD_FILES+=usr/tests/lib/libc/regex/.debug/exhaust_test.debug
4694 OLD_FILES+=usr/tests/lib/libc/regex/.debug/h_regex.debug
4695 OLD_FILES+=usr/tests/lib/libc/regex/.debug/regex_att_test.debug
4696 OLD_DIRS+=usr/tests/lib/libc/ssp/.debug
4697 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_fgets.debug
4698 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_getcwd.debug
4699 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_gets.debug
4700 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memcpy.debug
4701 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memmove.debug
4702 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memset.debug
4703 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_raw.debug
4704 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_read.debug
4705 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_readlink.debug
4706 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_snprintf.debug
4707 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_sprintf.debug
4708 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_stpcpy.debug
4709 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_stpncpy.debug
4710 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strcat.debug
4711 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strcpy.debug
4712 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strncat.debug
4713 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strncpy.debug
4714 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_vsnprintf.debug
4715 OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_vsprintf.debug
4716 OLD_DIRS+=usr/tests/lib/libc/stdio/.debug
4717 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/clearerr_test.debug
4718 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fflush_test.debug
4719 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fmemopen2_test.debug
4720 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fmemopen_test.debug
4721 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fopen_test.debug
4722 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fputc_test.debug
4723 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/mktemp_test.debug
4724 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/popen_test.debug
4725 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/printf_test.debug
4726 OLD_FILES+=usr/tests/lib/libc/stdio/.debug/scanf_test.debug
4727 OLD_DIRS+=usr/tests/lib/libc/stdlib/.debug
4728 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/abs_test.debug
4729 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/atoi_test.debug
4730 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/div_test.debug
4731 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/exit_test.debug
4732 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/getenv_test.debug
4733 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/h_getopt.debug
4734 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/h_getopt_long.debug
4735 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/hsearch_test.debug
4736 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/posix_memalign_test.debug
4737 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/random_test.debug
4738 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/strtod_test.debug
4739 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/strtol_test.debug
4740 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/system_test.debug
4741 OLD_DIRS+=usr/tests/lib/libc/string/.debug
4742 OLD_FILES+=usr/tests/lib/libc/string/.debug/memchr.debug
4743 OLD_FILES+=usr/tests/lib/libc/string/.debug/memcpy.debug
4744 OLD_FILES+=usr/tests/lib/libc/string/.debug/memmem.debug
4745 OLD_FILES+=usr/tests/lib/libc/string/.debug/memset.debug
4746 OLD_FILES+=usr/tests/lib/libc/string/.debug/strcat.debug
4747 OLD_FILES+=usr/tests/lib/libc/string/.debug/strchr.debug
4748 OLD_FILES+=usr/tests/lib/libc/string/.debug/strcmp.debug
4749 OLD_FILES+=usr/tests/lib/libc/string/.debug/strcpy.debug
4750 OLD_FILES+=usr/tests/lib/libc/string/.debug/strcspn.debug
4751 OLD_FILES+=usr/tests/lib/libc/string/.debug/strerror.debug
4752 OLD_FILES+=usr/tests/lib/libc/string/.debug/strlen.debug
4753 OLD_FILES+=usr/tests/lib/libc/string/.debug/strpbrk.debug
4754 OLD_FILES+=usr/tests/lib/libc/string/.debug/strrchr.debug
4755 OLD_FILES+=usr/tests/lib/libc/string/.debug/strspn.debug
4756 OLD_FILES+=usr/tests/lib/libc/string/.debug/swab.debug
4757 OLD_DIRS+=usr/tests/lib/libc/sys/.debug
4758 OLD_FILES+=usr/tests/lib/libc/sys/.debug/access_test.debug
4759 OLD_FILES+=usr/tests/lib/libc/sys/.debug/chroot_test.debug
4760 OLD_FILES+=usr/tests/lib/libc/sys/.debug/clock_gettime_test.debug
4761 OLD_FILES+=usr/tests/lib/libc/sys/.debug/connect_test.debug
4762 OLD_FILES+=usr/tests/lib/libc/sys/.debug/dup_test.debug
4763 OLD_FILES+=usr/tests/lib/libc/sys/.debug/fsync_test.debug
4764 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getcontext_test.debug
4765 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getgroups_test.debug
4766 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getitimer_test.debug
4767 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getlogin_test.debug
4768 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getpid_test.debug
4769 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getrusage_test.debug
4770 OLD_FILES+=usr/tests/lib/libc/sys/.debug/getsid_test.debug
4771 OLD_FILES+=usr/tests/lib/libc/sys/.debug/gettimeofday_test.debug
4772 OLD_FILES+=usr/tests/lib/libc/sys/.debug/issetugid_test.debug
4773 OLD_FILES+=usr/tests/lib/libc/sys/.debug/kevent_test.debug
4774 OLD_FILES+=usr/tests/lib/libc/sys/.debug/kill_test.debug
4775 OLD_FILES+=usr/tests/lib/libc/sys/.debug/link_test.debug
4776 OLD_FILES+=usr/tests/lib/libc/sys/.debug/listen_test.debug
4777 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mincore_test.debug
4778 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mkdir_test.debug
4779 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mkfifo_test.debug
4780 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mknod_test.debug
4781 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mlock_test.debug
4782 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mmap_test.debug
4783 OLD_FILES+=usr/tests/lib/libc/sys/.debug/mprotect_test.debug
4784 OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgctl_test.debug
4785 OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgget_test.debug
4786 OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgrcv_test.debug
4787 OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgsnd_test.debug
4788 OLD_FILES+=usr/tests/lib/libc/sys/.debug/msync_test.debug
4789 OLD_FILES+=usr/tests/lib/libc/sys/.debug/nanosleep_test.debug
4790 OLD_FILES+=usr/tests/lib/libc/sys/.debug/pipe2_test.debug
4791 OLD_FILES+=usr/tests/lib/libc/sys/.debug/pipe_test.debug
4792 OLD_FILES+=usr/tests/lib/libc/sys/.debug/poll_test.debug
4793 OLD_FILES+=usr/tests/lib/libc/sys/.debug/revoke_test.debug
4794 OLD_FILES+=usr/tests/lib/libc/sys/.debug/select_test.debug
4795 OLD_FILES+=usr/tests/lib/libc/sys/.debug/setrlimit_test.debug
4796 OLD_FILES+=usr/tests/lib/libc/sys/.debug/setuid_test.debug
4797 OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigaction_test.debug
4798 OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigqueue_test.debug
4799 OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigtimedwait_test.debug
4800 OLD_FILES+=usr/tests/lib/libc/sys/.debug/socketpair_test.debug
4801 OLD_FILES+=usr/tests/lib/libc/sys/.debug/stat_test.debug
4802 OLD_FILES+=usr/tests/lib/libc/sys/.debug/timer_create_test.debug
4803 OLD_FILES+=usr/tests/lib/libc/sys/.debug/truncate_test.debug
4804 OLD_FILES+=usr/tests/lib/libc/sys/.debug/ucontext_test.debug
4805 OLD_FILES+=usr/tests/lib/libc/sys/.debug/umask_test.debug
4806 OLD_FILES+=usr/tests/lib/libc/sys/.debug/unlink_test.debug
4807 OLD_FILES+=usr/tests/lib/libc/sys/.debug/write_test.debug
4808 OLD_DIRS+=usr/tests/lib/libc/termios/.debug
4809 OLD_FILES+=usr/tests/lib/libc/termios/.debug/tcsetpgrp_test.debug
4810 OLD_DIRS+=usr/tests/lib/libc/tls/.debug
4811 OLD_FILES+=usr/tests/lib/libc/tls/.debug/h_tls_dlopen.so.debug
4812 OLD_FILES+=usr/tests/lib/libc/tls/.debug/libh_tls_dynamic.so.1.debug
4813 OLD_FILES+=usr/tests/lib/libc/tls/.debug/tls_dlopen_test.debug
4814 OLD_FILES+=usr/tests/lib/libc/tls/.debug/tls_dynamic_test.debug
4815 OLD_DIRS+=usr/tests/lib/libc/ttyio/.debug
4816 OLD_FILES+=usr/tests/lib/libc/ttyio/.debug/ttyio_test.debug
4817 OLD_DIRS+=usr/tests/lib/libcrypt/.debug
4818 OLD_FILES+=usr/tests/lib/libcrypt/.debug/crypt_tests.debug
4819 OLD_DIRS+=usr/tests/lib/libmp/.debug
4820 OLD_FILES+=usr/tests/lib/libmp/.debug/legacy_test.debug
4821 OLD_DIRS+=usr/tests/lib/libnv/.debug
4822 OLD_FILES+=usr/tests/lib/libnv/.debug/dnv_tests.debug
4823 OLD_FILES+=usr/tests/lib/libnv/.debug/nv_array_tests.debug
4824 OLD_FILES+=usr/tests/lib/libnv/.debug/nv_tests.debug
4825 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_add_test.debug
4826 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_exists_test.debug
4827 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_free_test.debug
4828 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_get_test.debug
4829 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_move_test.debug
4830 OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_send_recv_test.debug
4831 OLD_DIRS+=usr/tests/lib/libpam/.debug
4832 OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_ctype.debug
4833 OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_readlinev.debug
4834 OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_readword.debug
4835 OLD_DIRS+=usr/tests/lib/libproc/.debug
4836 OLD_FILES+=usr/tests/lib/libproc/.debug/proc_test.debug
4837 OLD_FILES+=usr/tests/lib/libproc/.debug/target_prog.debug
4838 OLD_DIRS+=usr/tests/lib/librt/.debug
4839 OLD_FILES+=usr/tests/lib/librt/.debug/sched_test.debug
4840 OLD_FILES+=usr/tests/lib/librt/.debug/sem_test.debug
4841 OLD_DIRS+=usr/tests/lib/libthr/.debug
4842 OLD_FILES+=usr/tests/lib/libthr/.debug/barrier_test.debug
4843 OLD_FILES+=usr/tests/lib/libthr/.debug/cond_test.debug
4844 OLD_FILES+=usr/tests/lib/libthr/.debug/condwait_test.debug
4845 OLD_FILES+=usr/tests/lib/libthr/.debug/detach_test.debug
4846 OLD_FILES+=usr/tests/lib/libthr/.debug/equal_test.debug
4847 OLD_FILES+=usr/tests/lib/libthr/.debug/fork_test.debug
4848 OLD_FILES+=usr/tests/lib/libthr/.debug/fpu_test.debug
4849 OLD_FILES+=usr/tests/lib/libthr/.debug/h_atexit.debug
4850 OLD_FILES+=usr/tests/lib/libthr/.debug/h_cancel.debug
4851 OLD_FILES+=usr/tests/lib/libthr/.debug/h_exit.debug
4852 OLD_FILES+=usr/tests/lib/libthr/.debug/h_resolv.debug
4853 OLD_FILES+=usr/tests/lib/libthr/.debug/join_test.debug
4854 OLD_FILES+=usr/tests/lib/libthr/.debug/kill_test.debug
4855 OLD_FILES+=usr/tests/lib/libthr/.debug/mutex_test.debug
4856 OLD_FILES+=usr/tests/lib/libthr/.debug/once_test.debug
4857 OLD_FILES+=usr/tests/lib/libthr/.debug/preempt_test.debug
4858 OLD_FILES+=usr/tests/lib/libthr/.debug/rwlock_test.debug
4859 OLD_FILES+=usr/tests/lib/libthr/.debug/sem_test.debug
4860 OLD_FILES+=usr/tests/lib/libthr/.debug/siglongjmp_test.debug
4861 OLD_FILES+=usr/tests/lib/libthr/.debug/sigmask_test.debug
4862 OLD_FILES+=usr/tests/lib/libthr/.debug/sigsuspend_test.debug
4863 OLD_FILES+=usr/tests/lib/libthr/.debug/sleep_test.debug
4864 OLD_FILES+=usr/tests/lib/libthr/.debug/swapcontext_test.debug
4865 OLD_DIRS+=usr/tests/lib/libthr/dlopen/.debug
4866 OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/dlopen_test.debug
4867 OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/h_pthread_dlopen.so.1.debug
4868 OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/main_pthread_create_test.debug
4869 OLD_DIRS+=usr/tests/lib/libutil/.debug
4870 OLD_FILES+=usr/tests/lib/libutil/.debug/flopen_test.debug
4871 OLD_FILES+=usr/tests/lib/libutil/.debug/grp_test.debug
4872 OLD_FILES+=usr/tests/lib/libutil/.debug/humanize_number_test.debug
4873 OLD_FILES+=usr/tests/lib/libutil/.debug/pidfile_test.debug
4874 OLD_FILES+=usr/tests/lib/libutil/.debug/trimdomain-nodomain_test.debug
4875 OLD_FILES+=usr/tests/lib/libutil/.debug/trimdomain_test.debug
4876 OLD_DIRS+=usr/tests/lib/libxo/.debug
4877 OLD_FILES+=usr/tests/lib/libxo/.debug/libenc_test.so.debug
4878 OLD_FILES+=usr/tests/lib/libxo/.debug/test_01.debug
4879 OLD_FILES+=usr/tests/lib/libxo/.debug/test_02.debug
4880 OLD_FILES+=usr/tests/lib/libxo/.debug/test_03.debug
4881 OLD_FILES+=usr/tests/lib/libxo/.debug/test_04.debug
4882 OLD_FILES+=usr/tests/lib/libxo/.debug/test_05.debug
4883 OLD_FILES+=usr/tests/lib/libxo/.debug/test_06.debug
4884 OLD_FILES+=usr/tests/lib/libxo/.debug/test_07.debug
4885 OLD_FILES+=usr/tests/lib/libxo/.debug/test_08.debug
4886 OLD_FILES+=usr/tests/lib/libxo/.debug/test_09.debug
4887 OLD_FILES+=usr/tests/lib/libxo/.debug/test_10.debug
4888 OLD_FILES+=usr/tests/lib/libxo/.debug/test_11.debug
4889 OLD_DIRS+=usr/tests/lib/msun/.debug
4890 OLD_FILES+=usr/tests/lib/msun/.debug/acos_test.debug
4891 OLD_FILES+=usr/tests/lib/msun/.debug/asin_test.debug
4892 OLD_FILES+=usr/tests/lib/msun/.debug/atan_test.debug
4893 OLD_FILES+=usr/tests/lib/msun/.debug/cbrt_test.debug
4894 OLD_FILES+=usr/tests/lib/msun/.debug/ceil_test.debug
4895 OLD_FILES+=usr/tests/lib/msun/.debug/cos_test.debug
4896 OLD_FILES+=usr/tests/lib/msun/.debug/cosh_test.debug
4897 OLD_FILES+=usr/tests/lib/msun/.debug/erf_test.debug
4898 OLD_FILES+=usr/tests/lib/msun/.debug/exp_test.debug
4899 OLD_FILES+=usr/tests/lib/msun/.debug/fmod_test.debug
4900 OLD_FILES+=usr/tests/lib/msun/.debug/infinity_test.debug
4901 OLD_FILES+=usr/tests/lib/msun/.debug/ldexp_test.debug
4902 OLD_FILES+=usr/tests/lib/msun/.debug/log_test.debug
4903 OLD_FILES+=usr/tests/lib/msun/.debug/pow_test.debug
4904 OLD_FILES+=usr/tests/lib/msun/.debug/precision_test.debug
4905 OLD_FILES+=usr/tests/lib/msun/.debug/round_test.debug
4906 OLD_FILES+=usr/tests/lib/msun/.debug/scalbn_test.debug
4907 OLD_FILES+=usr/tests/lib/msun/.debug/sin_test.debug
4908 OLD_FILES+=usr/tests/lib/msun/.debug/sinh_test.debug
4909 OLD_FILES+=usr/tests/lib/msun/.debug/sqrt_test.debug
4910 OLD_FILES+=usr/tests/lib/msun/.debug/tan_test.debug
4911 OLD_FILES+=usr/tests/lib/msun/.debug/tanh_test.debug
4912 OLD_DIRS+=usr/tests/libexec/rtld-elf/.debug
4913 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/ld_library_pathfds.debug
4914 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/libpythagoras.so.0.debug
4915 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/target.debug
4916 OLD_DIRS+=usr/tests/sbin/devd/.debug
4917 OLD_FILES+=usr/tests/sbin/devd/.debug/client_test.debug
4918 OLD_DIRS+=usr/tests/sbin/dhclient/.debug
4919 OLD_FILES+=usr/tests/sbin/dhclient/.debug/option-domain-search_test.debug
4920 OLD_DIRS+=usr/tests/share/examples/tests/atf/.debug
4921 OLD_FILES+=usr/tests/share/examples/tests/atf/.debug/printf_test.debug
4922 OLD_DIRS+=usr/tests/share/examples/tests/plain/.debug
4923 OLD_FILES+=usr/tests/share/examples/tests/plain/.debug/printf_test.debug
4924 OLD_DIRS+=usr/tests/sys/aio/.debug
4925 OLD_FILES+=usr/tests/sys/aio/.debug/aio_kqueue_test.debug
4926 OLD_FILES+=usr/tests/sys/aio/.debug/aio_test.debug
4927 OLD_FILES+=usr/tests/sys/aio/.debug/lio_kqueue_test.debug
4928 OLD_DIRS+=usr/tests/sys/fifo/.debug
4929 OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_create.debug
4930 OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_io.debug
4931 OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_misc.debug
4932 OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_open.debug
4933 OLD_DIRS+=usr/tests/sys/file/.debug
4934 OLD_FILES+=usr/tests/sys/file/.debug/closefrom_test.debug
4935 OLD_FILES+=usr/tests/sys/file/.debug/dup_test.debug
4936 OLD_FILES+=usr/tests/sys/file/.debug/fcntlflags_test.debug
4937 OLD_FILES+=usr/tests/sys/file/.debug/flock_helper.debug
4938 OLD_FILES+=usr/tests/sys/file/.debug/ftruncate_test.debug
4939 OLD_FILES+=usr/tests/sys/file/.debug/newfileops_on_fork_test.debug
4940 OLD_DIRS+=usr/tests/sys/kern/.debug
4941 OLD_FILES+=usr/tests/sys/kern/.debug/kern_descrip_test.debug
4942 OLD_FILES+=usr/tests/sys/kern/.debug/ptrace_test.debug
4943 OLD_FILES+=usr/tests/sys/kern/.debug/unix_seqpacket_test.debug
4944 OLD_DIRS+=usr/tests/sys/kern/execve/.debug
4945 OLD_FILES+=usr/tests/sys/kern/execve/.debug/execve_helper.debug
4946 OLD_FILES+=usr/tests/sys/kern/execve/.debug/good_aout.debug
4947 OLD_DIRS+=usr/tests/sys/kqueue/.debug
4948 OLD_FILES+=usr/tests/sys/kqueue/.debug/kqtest.debug
4949 OLD_DIRS+=usr/tests/sys/mqueue/.debug
4950 OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest1.debug
4951 OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest2.debug
4952 OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest3.debug
4953 OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest4.debug
4954 OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest5.debug
4955 OLD_DIRS+=usr/tests/sys/netinet/.debug
4956 OLD_FILES+=usr/tests/sys/netinet/.debug/udp_dontroute.debug
4957 OLD_DIRS+=usr/tests/sys/pjdfstest/.debug
4958 OLD_FILES+=usr/tests/sys/pjdfstest/.debug/pjdfstest.debug
4959 OLD_DIRS+=usr/tests/sys/vm/.debug
4960 OLD_FILES+=usr/tests/sys/vm/.debug/mmap_test.debug
4961 # 20151015: Rename files due to file-installed-as-dir bug
4962 OLD_FILES+=usr/share/doc/legal/realtek
4963 OLD_FILES+=usr/share/doc/legal/realtek/LICENSE
4964 OLD_DIRS+=usr/share/doc/legal/realtek
4965 OLD_DIRS+=usr/share/doc/legal/intel_ipw
4966 OLD_FILES+=usr/share/doc/legal/intel_ipw/LICENSE
4967 OLD_FILES+=usr/share/doc/legal/intel_iwn
4968 OLD_FILES+=usr/share/doc/legal/intel_iwn/LICENSE
4969 OLD_DIRS+=usr/share/doc/legal/intel_iwn
4970 OLD_DIRS+=usr/share/doc/legal/intel_iwi
4971 OLD_FILES+=usr/share/doc/legal/intel_iwi/LICENSE
4972 OLD_DIRS+=usr/share/doc/legal/intel_wpi
4973 OLD_FILES+=usr/share/doc/legal/intel_wpi/LICENSE
4974 # 20151006: new libc++ import
4975 OLD_FILES+=usr/include/c++/__tuple_03
4976 OLD_FILES+=usr/include/c++/v1/__tuple_03
4977 OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
4978 # 20151006: new clang import which bumps version from 3.6.1 to 3.7.0.
4979 OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h
4980 OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h
4981 OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h
4982 OLD_FILES+=usr/lib/clang/3.6.1/include/adxintrin.h
4983 OLD_FILES+=usr/lib/clang/3.6.1/include/altivec.h
4984 OLD_FILES+=usr/lib/clang/3.6.1/include/ammintrin.h
4985 OLD_FILES+=usr/lib/clang/3.6.1/include/arm_acle.h
4986 OLD_FILES+=usr/lib/clang/3.6.1/include/arm_neon.h
4987 OLD_FILES+=usr/lib/clang/3.6.1/include/avx2intrin.h
4988 OLD_FILES+=usr/lib/clang/3.6.1/include/avx512bwintrin.h
4989 OLD_FILES+=usr/lib/clang/3.6.1/include/avx512erintrin.h
4990 OLD_FILES+=usr/lib/clang/3.6.1/include/avx512fintrin.h
4991 OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlbwintrin.h
4992 OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlintrin.h
4993 OLD_FILES+=usr/lib/clang/3.6.1/include/avxintrin.h
4994 OLD_FILES+=usr/lib/clang/3.6.1/include/bmi2intrin.h
4995 OLD_FILES+=usr/lib/clang/3.6.1/include/bmiintrin.h
4996 OLD_FILES+=usr/lib/clang/3.6.1/include/cpuid.h
4997 OLD_FILES+=usr/lib/clang/3.6.1/include/emmintrin.h
4998 OLD_FILES+=usr/lib/clang/3.6.1/include/f16cintrin.h
4999 OLD_FILES+=usr/lib/clang/3.6.1/include/fma4intrin.h
5000 OLD_FILES+=usr/lib/clang/3.6.1/include/fmaintrin.h
5001 OLD_FILES+=usr/lib/clang/3.6.1/include/ia32intrin.h
5002 OLD_FILES+=usr/lib/clang/3.6.1/include/immintrin.h
5003 OLD_FILES+=usr/lib/clang/3.6.1/include/lzcntintrin.h
5004 OLD_FILES+=usr/lib/clang/3.6.1/include/mm3dnow.h
5005 OLD_FILES+=usr/lib/clang/3.6.1/include/mm_malloc.h
5006 OLD_FILES+=usr/lib/clang/3.6.1/include/mmintrin.h
5007 OLD_FILES+=usr/lib/clang/3.6.1/include/module.modulemap
5008 OLD_FILES+=usr/lib/clang/3.6.1/include/nmmintrin.h
5009 OLD_FILES+=usr/lib/clang/3.6.1/include/pmmintrin.h
5010 OLD_FILES+=usr/lib/clang/3.6.1/include/popcntintrin.h
5011 OLD_FILES+=usr/lib/clang/3.6.1/include/prfchwintrin.h
5012 OLD_FILES+=usr/lib/clang/3.6.1/include/rdseedintrin.h
5013 OLD_FILES+=usr/lib/clang/3.6.1/include/rtmintrin.h
5014 OLD_FILES+=usr/lib/clang/3.6.1/include/shaintrin.h
5015 OLD_FILES+=usr/lib/clang/3.6.1/include/smmintrin.h
5016 OLD_FILES+=usr/lib/clang/3.6.1/include/tbmintrin.h
5017 OLD_FILES+=usr/lib/clang/3.6.1/include/tmmintrin.h
5018 OLD_FILES+=usr/lib/clang/3.6.1/include/wmmintrin.h
5019 OLD_FILES+=usr/lib/clang/3.6.1/include/x86intrin.h
5020 OLD_FILES+=usr/lib/clang/3.6.1/include/xmmintrin.h
5021 OLD_FILES+=usr/lib/clang/3.6.1/include/xopintrin.h
5022 OLD_DIRS+=usr/lib/clang/3.6.1/include
5023 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-i386.a
5024 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-x86_64.a
5025 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
5026 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
5027 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-arm.a
5028 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-i386.a
5029 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-x86_64.a
5030 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-i386.a
5031 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-x86_64.a
5032 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-i386.a
5033 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-x86_64.a
5034 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
5035 OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
5036 OLD_DIRS+=usr/lib/clang/3.6.1/lib/freebsd
5037 OLD_DIRS+=usr/lib/clang/3.6.1/lib
5038 OLD_DIRS+=usr/lib/clang/3.6.1
5039 # 20150928: unused sgsmsg utility is removed
5040 OLD_FILES+=usr/bin/sgsmsg
5041 # 20150926: remove links to removed/unimplemented mbuf(9) macros
5042 OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
5043 OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz
5044 OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz
5045 OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz
5046 OLD_FILES+=usr/share/man/man9/MFREE.9.gz
5047 # 20150818: *allocm() are gone in jemalloc 4.0.0
5048 OLD_FILES+=usr/share/man/man3/allocm.3.gz
5049 OLD_FILES+=usr/share/man/man3/dallocm.3.gz
5050 OLD_FILES+=usr/share/man/man3/nallocm.3.gz
5051 OLD_FILES+=usr/share/man/man3/rallocm.3.gz
5052 OLD_FILES+=usr/share/man/man3/sallocm.3.gz
5053 # 20150802: Remove netbsd's test on pw(8)
5054 OLD_FILES+=usr/tests/usr.sbin/pw/pw_test
5055 # 20150719: Remove libarchive.pc
5056 OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc
5057 # 20150705: Rename DTrace provider man pages.
5058 OLD_FILES+=usr/share/man/man4/dtrace-io.4.gz
5059 OLD_FILES+=usr/share/man/man4/dtrace-ip.4.gz
5060 OLD_FILES+=usr/share/man/man4/dtrace-proc.4.gz
5061 OLD_FILES+=usr/share/man/man4/dtrace-sched.4.gz
5062 OLD_FILES+=usr/share/man/man4/dtrace-tcp.4.gz
5063 OLD_FILES+=usr/share/man/man4/dtrace-udp.4.gz
5064 # 20150704: nvlist private headers no longer installed
5065 OLD_FILES+=usr/include/sys/nv_impl.h
5066 OLD_FILES+=usr/include/sys/nvlist_impl.h
5067 OLD_FILES+=usr/include/sys/nvpair_impl.h
5068 # 20150624
5069 OLD_LIBS+=usr/lib/libugidfw.so.4
5070 OLD_LIBS+=usr/lib32/libugidfw.so.4
5071 # 20150604: Move nvlist man pages to section 9.
5072 OLD_FILES+=usr/share/man/man3/libnv.3.gz
5073 OLD_FILES+=usr/share/man/man3/nv.3.gz
5074 OLD_FILES+=usr/share/man/man3/nvlist.3.gz
5075 OLD_FILES+=usr/share/man/man3/nvlist_add_binary.3.gz
5076 OLD_FILES+=usr/share/man/man3/nvlist_add_bool.3.gz
5077 OLD_FILES+=usr/share/man/man3/nvlist_add_descriptor.3.gz
5078 OLD_FILES+=usr/share/man/man3/nvlist_add_null.3.gz
5079 OLD_FILES+=usr/share/man/man3/nvlist_add_number.3.gz
5080 OLD_FILES+=usr/share/man/man3/nvlist_add_nvlist.3.gz
5081 OLD_FILES+=usr/share/man/man3/nvlist_add_string.3.gz
5082 OLD_FILES+=usr/share/man/man3/nvlist_add_stringf.3.gz
5083 OLD_FILES+=usr/share/man/man3/nvlist_add_stringv.3.gz
5084 OLD_FILES+=usr/share/man/man3/nvlist_clone.3.gz
5085 OLD_FILES+=usr/share/man/man3/nvlist_create.3.gz
5086 OLD_FILES+=usr/share/man/man3/nvlist_destroy.3.gz
5087 OLD_FILES+=usr/share/man/man3/nvlist_dump.3.gz
5088 OLD_FILES+=usr/share/man/man3/nvlist_empty.3.gz
5089 OLD_FILES+=usr/share/man/man3/nvlist_error.3.gz
5090 OLD_FILES+=usr/share/man/man3/nvlist_exists.3.gz
5091 OLD_FILES+=usr/share/man/man3/nvlist_exists_binary.3.gz
5092 OLD_FILES+=usr/share/man/man3/nvlist_exists_bool.3.gz
5093 OLD_FILES+=usr/share/man/man3/nvlist_exists_descriptor.3.gz
5094 OLD_FILES+=usr/share/man/man3/nvlist_exists_null.3.gz
5095 OLD_FILES+=usr/share/man/man3/nvlist_exists_number.3.gz
5096 OLD_FILES+=usr/share/man/man3/nvlist_exists_nvlist.3.gz
5097 OLD_FILES+=usr/share/man/man3/nvlist_exists_string.3.gz
5098 OLD_FILES+=usr/share/man/man3/nvlist_exists_type.3.gz
5099 OLD_FILES+=usr/share/man/man3/nvlist_fdump.3.gz
5100 OLD_FILES+=usr/share/man/man3/nvlist_flags.3.gz
5101 OLD_FILES+=usr/share/man/man3/nvlist_free.3.gz
5102 OLD_FILES+=usr/share/man/man3/nvlist_free_binary.3.gz
5103 OLD_FILES+=usr/share/man/man3/nvlist_free_bool.3.gz
5104 OLD_FILES+=usr/share/man/man3/nvlist_free_descriptor.3.gz
5105 OLD_FILES+=usr/share/man/man3/nvlist_free_null.3.gz
5106 OLD_FILES+=usr/share/man/man3/nvlist_free_number.3.gz
5107 OLD_FILES+=usr/share/man/man3/nvlist_free_nvlist.3.gz
5108 OLD_FILES+=usr/share/man/man3/nvlist_free_string.3.gz
5109 OLD_FILES+=usr/share/man/man3/nvlist_free_type.3.gz
5110 OLD_FILES+=usr/share/man/man3/nvlist_get_binary.3.gz
5111 OLD_FILES+=usr/share/man/man3/nvlist_get_bool.3.gz
5112 OLD_FILES+=usr/share/man/man3/nvlist_get_descriptor.3.gz
5113 OLD_FILES+=usr/share/man/man3/nvlist_get_number.3.gz
5114 OLD_FILES+=usr/share/man/man3/nvlist_get_nvlist.3.gz
5115 OLD_FILES+=usr/share/man/man3/nvlist_get_parent.3.gz
5116 OLD_FILES+=usr/share/man/man3/nvlist_get_string.3.gz
5117 OLD_FILES+=usr/share/man/man3/nvlist_move_binary.3.gz
5118 OLD_FILES+=usr/share/man/man3/nvlist_move_descriptor.3.gz
5119 OLD_FILES+=usr/share/man/man3/nvlist_move_nvlist.3.gz
5120 OLD_FILES+=usr/share/man/man3/nvlist_move_string.3.gz
5121 OLD_FILES+=usr/share/man/man3/nvlist_next.3.gz
5122 OLD_FILES+=usr/share/man/man3/nvlist_pack.3.gz
5123 OLD_FILES+=usr/share/man/man3/nvlist_recv.3.gz
5124 OLD_FILES+=usr/share/man/man3/nvlist_send.3.gz
5125 OLD_FILES+=usr/share/man/man3/nvlist_set_error.3.gz
5126 OLD_FILES+=usr/share/man/man3/nvlist_size.3.gz
5127 OLD_FILES+=usr/share/man/man3/nvlist_take_binary.3.gz
5128 OLD_FILES+=usr/share/man/man3/nvlist_take_bool.3.gz
5129 OLD_FILES+=usr/share/man/man3/nvlist_take_descriptor.3.gz
5130 OLD_FILES+=usr/share/man/man3/nvlist_take_number.3.gz
5131 OLD_FILES+=usr/share/man/man3/nvlist_take_nvlist.3.gz
5132 OLD_FILES+=usr/share/man/man3/nvlist_take_string.3.gz
5133 OLD_FILES+=usr/share/man/man3/nvlist_unpack.3.gz
5134 OLD_FILES+=usr/share/man/man3/nvlist_xfer.3.gz
5135 # 20150702: Remove duplicated nvlist includes.
5136 OLD_FILES+=usr/include/dnv.h
5137 OLD_FILES+=usr/include/nv.h
5138 # 20150528: PCI IOV device driver methods moved to a separate kobj interface.
5139 OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9.gz
5140 OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9.gz
5141 OLD_FILES+=usr/share/man/man9/PCI_UNINIT_IOV.9.gz
5142 # 20150525: new clang import which bumps version from 3.6.0 to 3.6.1.
5143 OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h
5144 OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h
5145 OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h
5146 OLD_FILES+=usr/lib/clang/3.6.0/include/adxintrin.h
5147 OLD_FILES+=usr/lib/clang/3.6.0/include/altivec.h
5148 OLD_FILES+=usr/lib/clang/3.6.0/include/ammintrin.h
5149 OLD_FILES+=usr/lib/clang/3.6.0/include/arm_acle.h
5150 OLD_FILES+=usr/lib/clang/3.6.0/include/arm_neon.h
5151 OLD_FILES+=usr/lib/clang/3.6.0/include/avx2intrin.h
5152 OLD_FILES+=usr/lib/clang/3.6.0/include/avx512bwintrin.h
5153 OLD_FILES+=usr/lib/clang/3.6.0/include/avx512erintrin.h
5154 OLD_FILES+=usr/lib/clang/3.6.0/include/avx512fintrin.h
5155 OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlbwintrin.h
5156 OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlintrin.h
5157 OLD_FILES+=usr/lib/clang/3.6.0/include/avxintrin.h
5158 OLD_FILES+=usr/lib/clang/3.6.0/include/bmi2intrin.h
5159 OLD_FILES+=usr/lib/clang/3.6.0/include/bmiintrin.h
5160 OLD_FILES+=usr/lib/clang/3.6.0/include/cpuid.h
5161 OLD_FILES+=usr/lib/clang/3.6.0/include/emmintrin.h
5162 OLD_FILES+=usr/lib/clang/3.6.0/include/f16cintrin.h
5163 OLD_FILES+=usr/lib/clang/3.6.0/include/fma4intrin.h
5164 OLD_FILES+=usr/lib/clang/3.6.0/include/fmaintrin.h
5165 OLD_FILES+=usr/lib/clang/3.6.0/include/ia32intrin.h
5166 OLD_FILES+=usr/lib/clang/3.6.0/include/immintrin.h
5167 OLD_FILES+=usr/lib/clang/3.6.0/include/lzcntintrin.h
5168 OLD_FILES+=usr/lib/clang/3.6.0/include/mm3dnow.h
5169 OLD_FILES+=usr/lib/clang/3.6.0/include/mm_malloc.h
5170 OLD_FILES+=usr/lib/clang/3.6.0/include/mmintrin.h
5171 OLD_FILES+=usr/lib/clang/3.6.0/include/module.modulemap
5172 OLD_FILES+=usr/lib/clang/3.6.0/include/nmmintrin.h
5173 OLD_FILES+=usr/lib/clang/3.6.0/include/pmmintrin.h
5174 OLD_FILES+=usr/lib/clang/3.6.0/include/popcntintrin.h
5175 OLD_FILES+=usr/lib/clang/3.6.0/include/prfchwintrin.h
5176 OLD_FILES+=usr/lib/clang/3.6.0/include/rdseedintrin.h
5177 OLD_FILES+=usr/lib/clang/3.6.0/include/rtmintrin.h
5178 OLD_FILES+=usr/lib/clang/3.6.0/include/shaintrin.h
5179 OLD_FILES+=usr/lib/clang/3.6.0/include/smmintrin.h
5180 OLD_FILES+=usr/lib/clang/3.6.0/include/tbmintrin.h
5181 OLD_FILES+=usr/lib/clang/3.6.0/include/tmmintrin.h
5182 OLD_FILES+=usr/lib/clang/3.6.0/include/wmmintrin.h
5183 OLD_FILES+=usr/lib/clang/3.6.0/include/x86intrin.h
5184 OLD_FILES+=usr/lib/clang/3.6.0/include/xmmintrin.h
5185 OLD_FILES+=usr/lib/clang/3.6.0/include/xopintrin.h
5186 OLD_DIRS+=usr/lib/clang/3.6.0/include
5187 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-i386.a
5188 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-x86_64.a
5189 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
5190 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
5191 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-arm.a
5192 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-i386.a
5193 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-x86_64.a
5194 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-i386.a
5195 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-x86_64.a
5196 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-i386.a
5197 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-x86_64.a
5198 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
5199 OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
5200 OLD_DIRS+=usr/lib/clang/3.6.0/lib/freebsd
5201 OLD_DIRS+=usr/lib/clang/3.6.0/lib
5202 OLD_DIRS+=usr/lib/clang/3.6.0
5203 # 20150521
5204 OLD_FILES+=usr/bin/demandoc
5205 OLD_FILES+=usr/share/man/man1/demandoc.1.gz
5206 OLD_FILES+=usr/share/man/man3/mandoc.3.gz
5207 OLD_FILES+=usr/share/man/man3/mandoc_headers.3.gz
5208 # 20150520
5209 OLD_FILES+=usr/lib/libheimsqlite.a
5210 OLD_FILES+=usr/lib/libheimsqlite.so
5211 OLD_LIBS+=usr/lib/libheimsqlite.so.11
5212 OLD_FILES+=usr/lib/libheimsqlite_p.a
5213 OLD_FILES+=usr/lib32/libheimsqlite.a
5214 OLD_FILES+=usr/lib32/libheimsqlite.so
5215 OLD_LIBS+=usr/lib32/libheimsqlite.so.11
5216 OLD_FILES+=usr/lib32/libheimsqlite_p.a
5217 # 20150518: tzdata2015c update
5218 OLD_FILES+=usr/share/zoneinfo/America/Montreal
5219 # 20150506
5220 OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz
5221 # 20150504
5222 OLD_FILES+=usr/share/examples/etc/libmap32.conf
5223 OLD_FILES+=usr/include/bsdstat.h
5224 OLD_LIBS+=usr/lib32/private/libatf-c++.so.2
5225 OLD_LIBS+=usr/lib32/private/libbsdstat.so.1
5226 OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
5227 OLD_LIBS+=usr/lib32/private/libsqlite3.so.0
5228 OLD_LIBS+=usr/lib32/private/libunbound.so.5
5229 OLD_LIBS+=usr/lib32/private/libatf-c.so.1
5230 OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
5231 OLD_LIBS+=usr/lib32/private/libldns.so.5
5232 OLD_LIBS+=usr/lib32/private/libssh.so.5
5233 OLD_LIBS+=usr/lib32/private/libucl.so.1
5234 OLD_DIRS+=usr/lib32/private
5235 OLD_LIBS+=usr/lib/private/libatf-c++.so.2
5236 OLD_LIBS+=usr/lib/private/libbsdstat.so.1
5237 OLD_LIBS+=usr/lib/private/libheimipcs.so.11
5238 OLD_LIBS+=usr/lib/private/libsqlite3.so.0
5239 OLD_LIBS+=usr/lib/private/libunbound.so.5
5240 OLD_LIBS+=usr/lib/private/libatf-c.so.1
5241 OLD_LIBS+=usr/lib/private/libheimipcc.so.11
5242 OLD_LIBS+=usr/lib/private/libldns.so.5
5243 OLD_LIBS+=usr/lib/private/libssh.so.5
5244 OLD_LIBS+=usr/lib/private/libucl.so.1
5245 OLD_DIRS+=usr/lib/private
5246 # 20150501
5247 OLD_FILES+=usr/bin/soeliminate
5248 OLD_FILES+=usr/share/man/man1/soeliminate.1.gz
5249 # 20150501: Remove the nvlist_.*[vf] functions manpages.
5250 OLD_FILES+=usr/share/man/man3/nvlist_addf_binary.3.gz
5251 OLD_FILES+=usr/share/man/man3/nvlist_addf_bool.3.gz
5252 OLD_FILES+=usr/share/man/man3/nvlist_addf_descriptor.3.gz
5253 OLD_FILES+=usr/share/man/man3/nvlist_addf_null.3.gz
5254 OLD_FILES+=usr/share/man/man3/nvlist_addf_number.3.gz
5255 OLD_FILES+=usr/share/man/man3/nvlist_addf_nvlist.3.gz
5256 OLD_FILES+=usr/share/man/man3/nvlist_addf_string.3.gz
5257 OLD_FILES+=usr/share/man/man3/nvlist_addv_binary.3.gz
5258 OLD_FILES+=usr/share/man/man3/nvlist_addv_bool.3.gz
5259 OLD_FILES+=usr/share/man/man3/nvlist_addv_descriptor.3.gz
5260 OLD_FILES+=usr/share/man/man3/nvlist_addv_null.3.gz
5261 OLD_FILES+=usr/share/man/man3/nvlist_addv_number.3.gz
5262 OLD_FILES+=usr/share/man/man3/nvlist_addv_nvlist.3.gz
5263 OLD_FILES+=usr/share/man/man3/nvlist_addv_string.3.gz
5264 OLD_FILES+=usr/share/man/man3/nvlist_existsf.3.gz
5265 OLD_FILES+=usr/share/man/man3/nvlist_existsf_binary.3.gz
5266 OLD_FILES+=usr/share/man/man3/nvlist_existsf_bool.3.gz
5267 OLD_FILES+=usr/share/man/man3/nvlist_existsf_descriptor.3.gz
5268 OLD_FILES+=usr/share/man/man3/nvlist_existsf_null.3.gz
5269 OLD_FILES+=usr/share/man/man3/nvlist_existsf_number.3.gz
5270 OLD_FILES+=usr/share/man/man3/nvlist_existsf_nvlist.3.gz
5271 OLD_FILES+=usr/share/man/man3/nvlist_existsf_string.3.gz
5272 OLD_FILES+=usr/share/man/man3/nvlist_existsf_type.3.gz
5273 OLD_FILES+=usr/share/man/man3/nvlist_existsv.3.gz
5274 OLD_FILES+=usr/share/man/man3/nvlist_existsv_binary.3.gz
5275 OLD_FILES+=usr/share/man/man3/nvlist_existsv_bool.3.gz
5276 OLD_FILES+=usr/share/man/man3/nvlist_existsv_descriptor.3.gz
5277 OLD_FILES+=usr/share/man/man3/nvlist_existsv_null.3.gz
5278 OLD_FILES+=usr/share/man/man3/nvlist_existsv_number.3.gz
5279 OLD_FILES+=usr/share/man/man3/nvlist_existsv_nvlist.3.gz
5280 OLD_FILES+=usr/share/man/man3/nvlist_existsv_string.3.gz
5281 OLD_FILES+=usr/share/man/man3/nvlist_existsv_type.3.gz
5282 OLD_FILES+=usr/share/man/man3/nvlist_freef.3.gz
5283 OLD_FILES+=usr/share/man/man3/nvlist_freef_binary.3.gz
5284 OLD_FILES+=usr/share/man/man3/nvlist_freef_bool.3.gz
5285 OLD_FILES+=usr/share/man/man3/nvlist_freef_descriptor.3.gz
5286 OLD_FILES+=usr/share/man/man3/nvlist_freef_null.3.gz
5287 OLD_FILES+=usr/share/man/man3/nvlist_freef_number.3.gz
5288 OLD_FILES+=usr/share/man/man3/nvlist_freef_nvlist.3.gz
5289 OLD_FILES+=usr/share/man/man3/nvlist_freef_string.3.gz
5290 OLD_FILES+=usr/share/man/man3/nvlist_freef_type.3.gz
5291 OLD_FILES+=usr/share/man/man3/nvlist_freev.3.gz
5292 OLD_FILES+=usr/share/man/man3/nvlist_freev_binary.3.gz
5293 OLD_FILES+=usr/share/man/man3/nvlist_freev_bool.3.gz
5294 OLD_FILES+=usr/share/man/man3/nvlist_freev_descriptor.3.gz
5295 OLD_FILES+=usr/share/man/man3/nvlist_freev_null.3.gz
5296 OLD_FILES+=usr/share/man/man3/nvlist_freev_number.3.gz
5297 OLD_FILES+=usr/share/man/man3/nvlist_freev_nvlist.3.gz
5298 OLD_FILES+=usr/share/man/man3/nvlist_freev_string.3.gz
5299 OLD_FILES+=usr/share/man/man3/nvlist_freev_type.3.gz
5300 OLD_FILES+=usr/share/man/man3/nvlist_getf_binary.3.gz
5301 OLD_FILES+=usr/share/man/man3/nvlist_getf_bool.3.gz
5302 OLD_FILES+=usr/share/man/man3/nvlist_getf_descriptor.3.gz
5303 OLD_FILES+=usr/share/man/man3/nvlist_getf_number.3.gz
5304 OLD_FILES+=usr/share/man/man3/nvlist_getf_nvlist.3.gz
5305 OLD_FILES+=usr/share/man/man3/nvlist_getf_string.3.gz
5306 OLD_FILES+=usr/share/man/man3/nvlist_getv_binary.3.gz
5307 OLD_FILES+=usr/share/man/man3/nvlist_getv_bool.3.gz
5308 OLD_FILES+=usr/share/man/man3/nvlist_getv_descriptor.3.gz
5309 OLD_FILES+=usr/share/man/man3/nvlist_getv_number.3.gz
5310 OLD_FILES+=usr/share/man/man3/nvlist_getv_nvlist.3.gz
5311 OLD_FILES+=usr/share/man/man3/nvlist_getv_string.3.gz
5312 OLD_FILES+=usr/share/man/man3/nvlist_movef_binary.3.gz
5313 OLD_FILES+=usr/share/man/man3/nvlist_movef_descriptor.3.gz
5314 OLD_FILES+=usr/share/man/man3/nvlist_movef_nvlist.3.gz
5315 OLD_FILES+=usr/share/man/man3/nvlist_movef_string.3.gz
5316 OLD_FILES+=usr/share/man/man3/nvlist_movev_binary.3.gz
5317 OLD_FILES+=usr/share/man/man3/nvlist_movev_descriptor.3.gz
5318 OLD_FILES+=usr/share/man/man3/nvlist_movev_nvlist.3.gz
5319 OLD_FILES+=usr/share/man/man3/nvlist_movev_string.3.gz
5320 OLD_FILES+=usr/share/man/man3/nvlist_takef_binary.3.gz
5321 OLD_FILES+=usr/share/man/man3/nvlist_takef_bool.3.gz
5322 OLD_FILES+=usr/share/man/man3/nvlist_takef_descriptor.3.gz
5323 OLD_FILES+=usr/share/man/man3/nvlist_takef_number.3.gz
5324 OLD_FILES+=usr/share/man/man3/nvlist_takef_nvlist.3.gz
5325 OLD_FILES+=usr/share/man/man3/nvlist_takef_string.3.gz
5326 OLD_FILES+=usr/share/man/man3/nvlist_takev_binary.3.gz
5327 OLD_FILES+=usr/share/man/man3/nvlist_takev_bool.3.gz
5328 OLD_FILES+=usr/share/man/man3/nvlist_takev_descriptor.3.gz
5329 OLD_FILES+=usr/share/man/man3/nvlist_takev_number.3.gz
5330 OLD_FILES+=usr/share/man/man3/nvlist_takev_nvlist.3.gz
5331 OLD_FILES+=usr/share/man/man3/nvlist_takev_string.3.gz
5332 # 20150429: remove never written documentation
5333 OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
5334 # 20150427: test/sys/kern/mmap_test moved to test/sys/vm/mmap_test
5335 OLD_FILES+=usr/tests/sys/kern/mmap_test
5336 # 20150422: zlib.c moved from net to libkern
5337 OLD_FILES+=usr/include/net/zlib.h
5338 OLD_FILES+=usr/include/net/zutil.h
5339 # 20150418
5340 OLD_FILES+=sbin/mount_oldnfs
5341 OLD_FILES+=usr/share/man/man8/mount_oldnfs.8.gz
5342 # 20150416: ALTQ moved to net/altq
5343 OLD_FILES+=usr/include/altq/altq_rmclass_debug.h
5344 OLD_FILES+=usr/include/altq/altq.h
5345 OLD_FILES+=usr/include/altq/altq_cdnr.h
5346 OLD_FILES+=usr/include/altq/altq_hfsc.h
5347 OLD_FILES+=usr/include/altq/altq_priq.h
5348 OLD_FILES+=usr/include/altq/altqconf.h
5349 OLD_FILES+=usr/include/altq/altq_classq.h
5350 OLD_FILES+=usr/include/altq/altq_red.h
5351 OLD_FILES+=usr/include/altq/if_altq.h
5352 OLD_FILES+=usr/include/altq/altq_var.h
5353 OLD_FILES+=usr/include/altq/altq_rmclass.h
5354 OLD_FILES+=usr/include/altq/altq_cbq.h
5355 OLD_FILES+=usr/include/altq/altq_rio.h
5356 OLD_DIRS+=usr/include/altq
5357 # 20150330: ntp 4.2.8p1
5358 OLD_FILES+=usr/share/doc/ntp/driver1.html
5359 OLD_FILES+=usr/share/doc/ntp/driver10.html
5360 OLD_FILES+=usr/share/doc/ntp/driver11.html
5361 OLD_FILES+=usr/share/doc/ntp/driver12.html
5362 OLD_FILES+=usr/share/doc/ntp/driver16.html
5363 OLD_FILES+=usr/share/doc/ntp/driver18.html
5364 OLD_FILES+=usr/share/doc/ntp/driver19.html
5365 OLD_FILES+=usr/share/doc/ntp/driver2.html
5366 OLD_FILES+=usr/share/doc/ntp/driver20.html
5367 OLD_FILES+=usr/share/doc/ntp/driver22.html
5368 OLD_FILES+=usr/share/doc/ntp/driver26.html
5369 OLD_FILES+=usr/share/doc/ntp/driver27.html
5370 OLD_FILES+=usr/share/doc/ntp/driver28.html
5371 OLD_FILES+=usr/share/doc/ntp/driver29.html
5372 OLD_FILES+=usr/share/doc/ntp/driver3.html
5373 OLD_FILES+=usr/share/doc/ntp/driver30.html
5374 OLD_FILES+=usr/share/doc/ntp/driver32.html
5375 OLD_FILES+=usr/share/doc/ntp/driver33.html
5376 OLD_FILES+=usr/share/doc/ntp/driver34.html
5377 OLD_FILES+=usr/share/doc/ntp/driver35.html
5378 OLD_FILES+=usr/share/doc/ntp/driver36.html
5379 OLD_FILES+=usr/share/doc/ntp/driver37.html
5380 OLD_FILES+=usr/share/doc/ntp/driver4.html
5381 OLD_FILES+=usr/share/doc/ntp/driver5.html
5382 OLD_FILES+=usr/share/doc/ntp/driver6.html
5383 OLD_FILES+=usr/share/doc/ntp/driver7.html
5384 OLD_FILES+=usr/share/doc/ntp/driver8.html
5385 OLD_FILES+=usr/share/doc/ntp/driver9.html
5386 OLD_FILES+=usr/share/doc/ntp/ldisc.html
5387 OLD_FILES+=usr/share/doc/ntp/measure.html
5388 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
5389 OLD_FILES+=usr/share/doc/ntp/notes.html
5390 OLD_FILES+=usr/share/doc/ntp/patches.html
5391 OLD_FILES+=usr/share/doc/ntp/porting.html
5392 OLD_FILES+=usr/share/man/man1/sntp.1.gz
5393 # 20150329
5394 .if ${TARGET_ARCH} == "arm"
5395 OLD_FILES+=usr/include/bootconfig.h
5396 .endif
5397 # 20150326
5398 OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz
5399 # 20150315: new clang import which bumps version from 3.5.1 to 3.6.0.
5400 OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h
5401 OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h
5402 OLD_FILES+=usr/include/clang/3.5.1/altivec.h
5403 OLD_FILES+=usr/include/clang/3.5.1/ammintrin.h
5404 OLD_FILES+=usr/include/clang/3.5.1/arm_acle.h
5405 OLD_FILES+=usr/include/clang/3.5.1/arm_neon.h
5406 OLD_FILES+=usr/include/clang/3.5.1/avx2intrin.h
5407 OLD_FILES+=usr/include/clang/3.5.1/avxintrin.h
5408 OLD_FILES+=usr/include/clang/3.5.1/bmi2intrin.h
5409 OLD_FILES+=usr/include/clang/3.5.1/bmiintrin.h
5410 OLD_FILES+=usr/include/clang/3.5.1/cpuid.h
5411 OLD_FILES+=usr/include/clang/3.5.1/emmintrin.h
5412 OLD_FILES+=usr/include/clang/3.5.1/f16cintrin.h
5413 OLD_FILES+=usr/include/clang/3.5.1/fma4intrin.h
5414 OLD_FILES+=usr/include/clang/3.5.1/fmaintrin.h
5415 OLD_FILES+=usr/include/clang/3.5.1/ia32intrin.h
5416 OLD_FILES+=usr/include/clang/3.5.1/immintrin.h
5417 OLD_FILES+=usr/include/clang/3.5.1/lzcntintrin.h
5418 OLD_FILES+=usr/include/clang/3.5.1/mm3dnow.h
5419 OLD_FILES+=usr/include/clang/3.5.1/mm_malloc.h
5420 OLD_FILES+=usr/include/clang/3.5.1/mmintrin.h
5421 OLD_FILES+=usr/include/clang/3.5.1/module.modulemap
5422 OLD_FILES+=usr/include/clang/3.5.1/nmmintrin.h
5423 OLD_FILES+=usr/include/clang/3.5.1/pmmintrin.h
5424 OLD_FILES+=usr/include/clang/3.5.1/popcntintrin.h
5425 OLD_FILES+=usr/include/clang/3.5.1/prfchwintrin.h
5426 OLD_FILES+=usr/include/clang/3.5.1/rdseedintrin.h
5427 OLD_FILES+=usr/include/clang/3.5.1/rtmintrin.h
5428 OLD_FILES+=usr/include/clang/3.5.1/shaintrin.h
5429 OLD_FILES+=usr/include/clang/3.5.1/smmintrin.h
5430 OLD_FILES+=usr/include/clang/3.5.1/tbmintrin.h
5431 OLD_FILES+=usr/include/clang/3.5.1/tmmintrin.h
5432 OLD_FILES+=usr/include/clang/3.5.1/wmmintrin.h
5433 OLD_FILES+=usr/include/clang/3.5.1/x86intrin.h
5434 OLD_FILES+=usr/include/clang/3.5.1/xmmintrin.h
5435 OLD_FILES+=usr/include/clang/3.5.1/xopintrin.h
5436 OLD_DIRS+=usr/include/clang/3.5.1
5437 OLD_DIRS+=usr/include/clang
5438 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-i386.a
5439 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-x86_64.a
5440 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
5441 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
5442 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-arm.a
5443 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-i386.a
5444 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-x86_64.a
5445 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-i386.a
5446 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-x86_64.a
5447 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-i386.a
5448 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-x86_64.a
5449 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
5450 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
5451 OLD_DIRS+=usr/lib/clang/3.5.1/lib/freebsd
5452 OLD_DIRS+=usr/lib/clang/3.5.1/lib
5453 OLD_DIRS+=usr/lib/clang/3.5.1
5454 # 20150302: binutils documentation distributed as a manpage
5455 OLD_FILES+=usr/share/doc/binutils/as.txt
5456 OLD_FILES+=usr/share/doc/binutils/ld.txt
5457 OLD_DIRS+=usr/share/doc/binutils
5458 # 20150222: Removed bcd(6) and ppt(6)
5459 OLD_FILES+=usr/bin/bcd
5460 OLD_FILES+=usr/bin/ppt
5461 OLD_FILES+=usr/share/man/man6/bcd.6.gz
5462 OLD_FILES+=usr/share/man/man6/ppt.6.gz
5463 # 20150217: Removed remnants of ar(4) driver
5464 OLD_FILES+=usr/include/dev/ic/hd64570.h
5465 # 20150212: /usr/games moving into /usr/bin
5466 OLD_FILES+=usr/games/bcd
5467 OLD_FILES+=usr/games/caesar
5468 OLD_FILES+=usr/games/factor
5469 OLD_FILES+=usr/games/fortune
5470 OLD_FILES+=usr/games/grdc
5471 OLD_FILES+=usr/games/morse
5472 OLD_FILES+=usr/games/number
5473 OLD_FILES+=usr/games/pom
5474 OLD_FILES+=usr/games/ppt
5475 OLD_FILES+=usr/games/primes
5476 OLD_FILES+=usr/games/random
5477 OLD_FILES+=usr/games/rot13
5478 OLD_FILES+=usr/games/strfile
5479 OLD_FILES+=usr/games/unstr
5480 OLD_DIRS+=usr/games
5481 # 20150209: liblzma header
5482 OLD_FILES+=usr/include/lzma/lzma.h
5483 # 20150124: spl.9 and friends
5484 OLD_FILES+=usr/share/man/man9/spl.9.gz
5485 OLD_FILES+=usr/share/man/man9/spl0.9.gz
5486 OLD_FILES+=usr/share/man/man9/splbio.9.gz
5487 OLD_FILES+=usr/share/man/man9/splclock.9.gz
5488 OLD_FILES+=usr/share/man/man9/splhigh.9.gz
5489 OLD_FILES+=usr/share/man/man9/splimp.9.gz
5490 OLD_FILES+=usr/share/man/man9/splnet.9.gz
5491 OLD_FILES+=usr/share/man/man9/splsoftclock.9.gz
5492 OLD_FILES+=usr/share/man/man9/splsofttty.9.gz
5493 OLD_FILES+=usr/share/man/man9/splstatclock.9.gz
5494 OLD_FILES+=usr/share/man/man9/spltty.9.gz
5495 OLD_FILES+=usr/share/man/man9/splvm.9.gz
5496 OLD_FILES+=usr/share/man/man9/splx.9.gz
5497 # 20150118: toeplitz.c moved from netinet to net
5498 OLD_FILES+=usr/include/netinet/toeplitz.h
5499 # 20150118: new clang import which bumps version from 3.5.0 to 3.5.1.
5500 OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_aes.h
5501 OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_pclmul.h
5502 OLD_FILES+=usr/include/clang/3.5.0/altivec.h
5503 OLD_FILES+=usr/include/clang/3.5.0/ammintrin.h
5504 OLD_FILES+=usr/include/clang/3.5.0/arm_acle.h
5505 OLD_FILES+=usr/include/clang/3.5.0/arm_neon.h
5506 OLD_FILES+=usr/include/clang/3.5.0/avx2intrin.h
5507 OLD_FILES+=usr/include/clang/3.5.0/avxintrin.h
5508 OLD_FILES+=usr/include/clang/3.5.0/bmi2intrin.h
5509 OLD_FILES+=usr/include/clang/3.5.0/bmiintrin.h
5510 OLD_FILES+=usr/include/clang/3.5.0/cpuid.h
5511 OLD_FILES+=usr/include/clang/3.5.0/emmintrin.h
5512 OLD_FILES+=usr/include/clang/3.5.0/f16cintrin.h
5513 OLD_FILES+=usr/include/clang/3.5.0/fma4intrin.h
5514 OLD_FILES+=usr/include/clang/3.5.0/fmaintrin.h
5515 OLD_FILES+=usr/include/clang/3.5.0/ia32intrin.h
5516 OLD_FILES+=usr/include/clang/3.5.0/immintrin.h
5517 OLD_FILES+=usr/include/clang/3.5.0/lzcntintrin.h
5518 OLD_FILES+=usr/include/clang/3.5.0/mm3dnow.h
5519 OLD_FILES+=usr/include/clang/3.5.0/mm_malloc.h
5520 OLD_FILES+=usr/include/clang/3.5.0/mmintrin.h
5521 OLD_FILES+=usr/include/clang/3.5.0/module.modulemap
5522 OLD_FILES+=usr/include/clang/3.5.0/nmmintrin.h
5523 OLD_FILES+=usr/include/clang/3.5.0/pmmintrin.h
5524 OLD_FILES+=usr/include/clang/3.5.0/popcntintrin.h
5525 OLD_FILES+=usr/include/clang/3.5.0/prfchwintrin.h
5526 OLD_FILES+=usr/include/clang/3.5.0/rdseedintrin.h
5527 OLD_FILES+=usr/include/clang/3.5.0/rtmintrin.h
5528 OLD_FILES+=usr/include/clang/3.5.0/shaintrin.h
5529 OLD_FILES+=usr/include/clang/3.5.0/smmintrin.h
5530 OLD_FILES+=usr/include/clang/3.5.0/tbmintrin.h
5531 OLD_FILES+=usr/include/clang/3.5.0/tmmintrin.h
5532 OLD_FILES+=usr/include/clang/3.5.0/wmmintrin.h
5533 OLD_FILES+=usr/include/clang/3.5.0/x86intrin.h
5534 OLD_FILES+=usr/include/clang/3.5.0/xmmintrin.h
5535 OLD_FILES+=usr/include/clang/3.5.0/xopintrin.h
5536 OLD_DIRS+=usr/include/clang/3.5.0
5537 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan-i386.a
5538 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan-x86_64.a
5539 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
5540 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
5541 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-arm.a
5542 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-i386.a
5543 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-x86_64.a
5544 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.san-i386.a
5545 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.san-x86_64.a
5546 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan-i386.a
5547 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan-x86_64.a
5548 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
5549 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
5550 OLD_DIRS+=usr/lib/clang/3.5.0/lib/freebsd
5551 OLD_DIRS+=usr/lib/clang/3.5.0/lib
5552 OLD_DIRS+=usr/lib/clang/3.5.0
5553 # 20150102: removal of asr(4)
5554 OLD_FILES+=usr/share/man/man4/asr.4.gz
5555 # 20150102: removal of texinfo
5556 OLD_FILES+=usr/bin/info
5557 OLD_FILES+=usr/bin/infokey
5558 OLD_FILES+=usr/bin/install-info
5559 OLD_FILES+=usr/bin/makeinfo
5560 OLD_FILES+=usr/bin/texindex
5561 OLD_FILES+=usr/share/info/am-utils.info.gz
5562 OLD_FILES+=usr/share/info/as.info.gz
5563 OLD_FILES+=usr/share/info/binutils.info.gz
5564 OLD_FILES+=usr/share/info/com_err.info.gz
5565 OLD_FILES+=usr/share/info/cpp.info.gz
5566 OLD_FILES+=usr/share/info/cppinternals.info.gz
5567 OLD_FILES+=usr/share/info/diff.info.gz
5568 OLD_FILES+=usr/share/info/dir
5569 OLD_FILES+=usr/share/info/gcc.info.gz
5570 OLD_FILES+=usr/share/info/gccint.info.gz
5571 OLD_FILES+=usr/share/info/gdb.info.gz
5572 OLD_FILES+=usr/share/info/gdbint.info.gz
5573 OLD_FILES+=usr/share/info/gperf.info.gz
5574 OLD_FILES+=usr/share/info/grep.info.gz
5575 OLD_FILES+=usr/share/info/groff.info.gz
5576 OLD_FILES+=usr/share/info/heimdal.info.gz
5577 OLD_FILES+=usr/share/info/history.info.gz
5578 OLD_FILES+=usr/share/info/info-stnd.info.gz
5579 OLD_FILES+=usr/share/info/info.info.gz
5580 OLD_FILES+=usr/share/info/ld.info.gz
5581 OLD_FILES+=usr/share/info/regex.info.gz
5582 OLD_FILES+=usr/share/info/rluserman.info.gz
5583 OLD_FILES+=usr/share/info/stabs.info.gz
5584 OLD_FILES+=usr/share/info/texinfo.info.gz
5585 OLD_FILES+=usr/share/man/man1/info.1.gz
5586 OLD_FILES+=usr/share/man/man1/infokey.1.gz
5587 OLD_FILES+=usr/share/man/man1/install-info.1.gz
5588 OLD_FILES+=usr/share/man/man1/makeinfo.1.gz
5589 OLD_FILES+=usr/share/man/man1/texindex.1.gz
5590 OLD_FILES+=usr/share/man/man5/info.5.gz
5591 OLD_FILES+=usr/share/man/man5/texinfo.5.gz
5592 OLD_DIRS+=usr/share/info
5593 # 20141231: new clang import which bumps version from 3.4.1 to 3.5.0.
5594 OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_aes.h
5595 OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_pclmul.h
5596 OLD_FILES+=usr/include/clang/3.4.1/altivec.h
5597 OLD_FILES+=usr/include/clang/3.4.1/ammintrin.h
5598 OLD_FILES+=usr/include/clang/3.4.1/arm_neon.h
5599 OLD_FILES+=usr/include/clang/3.4.1/avx2intrin.h
5600 OLD_FILES+=usr/include/clang/3.4.1/avxintrin.h
5601 OLD_FILES+=usr/include/clang/3.4.1/bmi2intrin.h
5602 OLD_FILES+=usr/include/clang/3.4.1/bmiintrin.h
5603 OLD_FILES+=usr/include/clang/3.4.1/cpuid.h
5604 OLD_FILES+=usr/include/clang/3.4.1/emmintrin.h
5605 OLD_FILES+=usr/include/clang/3.4.1/f16cintrin.h
5606 OLD_FILES+=usr/include/clang/3.4.1/fma4intrin.h
5607 OLD_FILES+=usr/include/clang/3.4.1/fmaintrin.h
5608 OLD_FILES+=usr/include/clang/3.4.1/immintrin.h
5609 OLD_FILES+=usr/include/clang/3.4.1/lzcntintrin.h
5610 OLD_FILES+=usr/include/clang/3.4.1/mm3dnow.h
5611 OLD_FILES+=usr/include/clang/3.4.1/mm_malloc.h
5612 OLD_FILES+=usr/include/clang/3.4.1/mmintrin.h
5613 OLD_FILES+=usr/include/clang/3.4.1/module.map
5614 OLD_FILES+=usr/include/clang/3.4.1/nmmintrin.h
5615 OLD_FILES+=usr/include/clang/3.4.1/pmmintrin.h
5616 OLD_FILES+=usr/include/clang/3.4.1/popcntintrin.h
5617 OLD_FILES+=usr/include/clang/3.4.1/prfchwintrin.h
5618 OLD_FILES+=usr/include/clang/3.4.1/rdseedintrin.h
5619 OLD_FILES+=usr/include/clang/3.4.1/rtmintrin.h
5620 OLD_FILES+=usr/include/clang/3.4.1/shaintrin.h
5621 OLD_FILES+=usr/include/clang/3.4.1/smmintrin.h
5622 OLD_FILES+=usr/include/clang/3.4.1/tbmintrin.h
5623 OLD_FILES+=usr/include/clang/3.4.1/tmmintrin.h
5624 OLD_FILES+=usr/include/clang/3.4.1/wmmintrin.h
5625 OLD_FILES+=usr/include/clang/3.4.1/x86intrin.h
5626 OLD_FILES+=usr/include/clang/3.4.1/xmmintrin.h
5627 OLD_FILES+=usr/include/clang/3.4.1/xopintrin.h
5628 OLD_DIRS+=usr/include/clang/3.4.1
5629 # 20141225: Remove gpib/ieee488
5630 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
5631 OLD_FILES+=usr/include/dev/ieee488/tnt4882.h
5632 OLD_FILES+=usr/include/dev/ieee488/ugpib.h
5633 OLD_FILES+=usr/include/dev/ieee488/upd7210.h
5634 OLD_DIRS+=usr/include/dev/ieee488
5635 OLD_FILES+=usr/include/gpib/gpib.h
5636 OLD_DIRS+=usr/include/gpib
5637 OLD_FILES+=usr/lib/libgpib.a
5638 OLD_FILES+=usr/lib/libgpib_p.a
5639 OLD_FILES+=usr/lib/libgpib.so
5640 OLD_LIBS+=usr/lib/libgpib.so.3
5641 OLD_FILES+=usr/lib/libgpib_p.a
5642 OLD_FILES+=usr/lib32/libgpib.a
5643 OLD_FILES+=usr/lib32/libgpib_p.a
5644 OLD_FILES+=usr/lib32/libgpib.so
5645 OLD_LIBS+=usr/lib32/libgpib.so.3
5646 OLD_FILES+=usr/share/man/man3/gpib.3.gz
5647 OLD_FILES+=usr/share/man/man3/ibclr.3.gz
5648 OLD_FILES+=usr/share/man/man3/ibdev.3.gz
5649 OLD_FILES+=usr/share/man/man3/ibdma.3.gz
5650 OLD_FILES+=usr/share/man/man3/ibeos.3.gz
5651 OLD_FILES+=usr/share/man/man3/ibeot.3.gz
5652 OLD_FILES+=usr/share/man/man3/ibloc.3.gz
5653 OLD_FILES+=usr/share/man/man3/ibonl.3.gz
5654 OLD_FILES+=usr/share/man/man3/ibpad.3.gz
5655 OLD_FILES+=usr/share/man/man3/ibrd.3.gz
5656 OLD_FILES+=usr/share/man/man3/ibsad.3.gz
5657 OLD_FILES+=usr/share/man/man3/ibsic.3.gz
5658 OLD_FILES+=usr/share/man/man3/ibtmo.3.gz
5659 OLD_FILES+=usr/share/man/man3/ibtrg.3.gz
5660 OLD_FILES+=usr/share/man/man3/ibwrt.3.gz
5661 OLD_FILES+=usr/share/man/man4/gpib.4.gz
5662 OLD_FILES+=usr/share/man/man4/pcii.4.gz
5663 OLD_FILES+=usr/share/man/man4/tnt4882.4.gz
5664 # 20141224: libxo moved to /lib
5665 OLD_LIBS+=usr/lib/libxo.so.0
5666 # 20141223: remove in6_gif.h, in_gif.h and if_stf.h
5667 OLD_FILES+=usr/include/net/if_stf.h
5668 OLD_FILES+=usr/include/netinet/in_gif.h
5669 OLD_FILES+=usr/include/netinet6/in6_gif.h
5670 # 20141209: pw tests broken into a file per command
5671 OLD_FILES+=usr/tests/usr.sbin/pw/pw_delete
5672 OLD_FILES+=usr/tests/usr.sbin/pw/pw_modify
5673 # 20141202: update to mandoc CVS 20141201
5674 OLD_FILES+=usr.bin/preconv
5675 OLD_FILES+=share/man/man1/preconv.1.gz
5676 # 20141129: mrouted rc.d scripts removed from base
5677 OLD_FILES+=etc/rc.d/mrouted
5678 # 20141126: convert sbin/mdconfig/tests to ATF format tests
5679 OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test
5680 OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test
5681 OLD_FILES+=usr/tests/sbin/mdconfig/run.pl
5682 # 20141126: remove xform_ipip decapsulation fallback
5683 OLD_FILES+=usr/include/netipsec/ipip_var.h
5684 # 20141122: mandoc updated to 1.13.1
5685 OLD_FILES+=usr/share/mdocml/external.png
5686 # 20141111: SF_KQUEUE code removed
5687 OLD_FILES+=usr/include/sys/sf_base.h
5688 OLD_FILES+=usr/include/sys/sf_sync.h
5689 # 20141109: faith/faithd removal
5690 OLD_FILES+=etc/rc.d/faith
5691 OLD_FILES+=usr/share/man/man4/faith.4.gz
5692 OLD_FILES+=usr/share/man/man4/if_faith.4.gz
5693 OLD_FILES+=usr/sbin/faithd
5694 OLD_FILES+=usr/share/man/man8/faithd.8.gz
5695 # 20141107: overhaul if_gre(4)
5696 OLD_FILES+=usr/include/netinet/ip_gre.h
5697 # 20141102: postrandom obsoleted by new /dev/random code
5698 OLD_FILES+=etc/rc.d/postrandom
5699 # 20141031: initrandom obsoleted by new /dev/random code
5700 OLD_FILES+=etc/rc.d/initrandom
5701 # 20141030: atf 0.21 import
5702 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
5703 # 20141028: debug files accidentally installed as directory name
5704 OLD_FILES+=usr/lib/debug/usr/lib/i18n
5705 OLD_FILES+=usr/lib/debug/usr/lib/private
5706 OLD_FILES+=usr/lib/debug/usr/lib32/i18n
5707 OLD_FILES+=usr/lib/debug/usr/lib32/private
5708 # 20141015: OpenSSL 1.0.1j import
5709 OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
5710 # 20141003: libproc version bump
5711 OLD_LIBS+=usr/lib/libproc.so.2
5712 OLD_LIBS+=usr/lib32/libproc.so.2
5713 # 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed
5714 OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz
5715 OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz
5716 # 20140917: hv_kvpd rc.d script removed in favor of devd configuration
5717 OLD_FILES+=etc/rc.d/hv_kvpd
5718 # 20140917: libnv was accidentally being installed to /usr/lib instead of /lib
5719 OLD_LIBS+=usr/lib/libnv.so.0
5720 # 20140829: rc.d/kerberos removed
5721 OLD_FILES+=etc/rc.d/kerberos
5722 # 20140827: tzdata2014f import
5723 OLD_FILES+=usr/share/zoneinfo/Asia/Chongqing
5724 OLD_FILES+=usr/share/zoneinfo/Asia/Harbin
5725 OLD_FILES+=usr/share/zoneinfo/Asia/Kashgar
5726 # 20140814: libopie version bump
5727 OLD_LIBS+=usr/lib/libopie.so.7
5728 OLD_LIBS+=usr/lib32/libopie.so.7
5729 # 20140811: otp-sha renamed to otp-sha1
5730 OLD_FILES+=usr/bin/otp-sha
5731 OLD_FILES+=usr/share/man/man1/otp-sha.1.gz
5732 # 20140807: Remove private lib files that should not be installed.
5733 OLD_FILES+=usr/lib32/private/libatf-c.a
5734 OLD_FILES+=usr/lib32/private/libatf-c.so
5735 OLD_FILES+=usr/lib32/private/libatf-c_p.a
5736 OLD_FILES+=usr/lib32/private/libatf-c++.a
5737 OLD_FILES+=usr/lib32/private/libatf-c++.so
5738 OLD_FILES+=usr/lib32/private/libatf-c++_p.a
5739 OLD_FILES+=usr/lib32/private/libbsdstat.a
5740 OLD_FILES+=usr/lib32/private/libbsdstat.so
5741 OLD_FILES+=usr/lib32/private/libbsdstat_p.a
5742 OLD_FILES+=usr/lib32/private/libheimipcc.a
5743 OLD_FILES+=usr/lib32/private/libheimipcc.so
5744 OLD_FILES+=usr/lib32/private/libheimipcc_p.a
5745 OLD_FILES+=usr/lib32/private/libheimipcs.a
5746 OLD_FILES+=usr/lib32/private/libheimipcs.so
5747 OLD_FILES+=usr/lib32/private/libheimipcs_p.a
5748 OLD_FILES+=usr/lib32/private/libldns.a
5749 OLD_FILES+=usr/lib32/private/libldns.so
5750 OLD_FILES+=usr/lib32/private/libldns_p.a
5751 OLD_FILES+=usr/lib32/private/libssh.a
5752 OLD_FILES+=usr/lib32/private/libssh.so
5753 OLD_FILES+=usr/lib32/private/libssh_p.a
5754 OLD_FILES+=usr/lib32/private/libunbound.a
5755 OLD_FILES+=usr/lib32/private/libunbound.so
5756 OLD_FILES+=usr/lib32/private/libunbound_p.a
5757 OLD_FILES+=usr/lib32/private/libucl.a
5758 OLD_FILES+=usr/lib32/private/libucl.so
5759 OLD_FILES+=usr/lib32/private/libucl_p.a
5760 OLD_FILES+=usr/lib/private/libatf-c.a
5761 OLD_FILES+=usr/lib/private/libatf-c.so
5762 OLD_FILES+=usr/lib/private/libatf-c_p.a
5763 OLD_FILES+=usr/lib/private/libatf-c++.a
5764 OLD_FILES+=usr/lib/private/libatf-c++.so
5765 OLD_FILES+=usr/lib/private/libatf-c++_p.a
5766 OLD_FILES+=usr/lib/private/libbsdstat.a
5767 OLD_FILES+=usr/lib/private/libbsdstat.so
5768 OLD_FILES+=usr/lib/private/libbsdstat_p.a
5769 OLD_FILES+=usr/lib/private/libheimipcc.a
5770 OLD_FILES+=usr/lib/private/libheimipcc.so
5771 OLD_FILES+=usr/lib/private/libheimipcc_p.a
5772 OLD_FILES+=usr/lib/private/libheimipcs.a
5773 OLD_FILES+=usr/lib/private/libheimipcs.so
5774 OLD_FILES+=usr/lib/private/libheimipcs_p.a
5775 OLD_FILES+=usr/lib/private/libldns.a
5776 OLD_FILES+=usr/lib/private/libldns.so
5777 OLD_FILES+=usr/lib/private/libldns_p.a
5778 OLD_FILES+=usr/lib/private/libssh.a
5779 OLD_FILES+=usr/lib/private/libssh.so
5780 OLD_FILES+=usr/lib/private/libssh_p.a
5781 OLD_FILES+=usr/lib/private/libunbound.a
5782 OLD_FILES+=usr/lib/private/libunbound.so
5783 OLD_FILES+=usr/lib/private/libunbound_p.a
5784 OLD_FILES+=usr/lib/private/libucl.a
5785 OLD_FILES+=usr/lib/private/libucl.so
5786 OLD_FILES+=usr/lib/private/libucl_p.a
5787 # 20140803: Remove an obsolete man page
5788 OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz
5789 # 20140731
5790 OLD_FILES+=usr/share/man/man9/SYSCTL_ADD_OID.9.gz
5791 # 20140728: libsbuf restored to old version.
5792 OLD_LIBS+=lib/libsbuf.so.7
5793 OLD_LIBS+=usr/lib32/libsbuf.so.7
5794 # 20140728: Remove an obsolete man page
5795 OLD_FILES+=usr/share/man/man9/VOP_GETVOBJECT.9.gz
5796 OLD_FILES+=usr/share/man/man9/VOP_CREATEVOBJECT.9.gz
5797 OLD_FILES+=usr/share/man/man9/VOP_DESTROYVOBJECT.9.gz
5798 # 20140723: renamed to PCBGROUP.9
5799 OLD_FILES+=usr/share/man/man9/PCBGROUPS.9.gz
5800 # 20140722: browse_packages_ftp.sh removed
5801 OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_ftp.sh
5802 # 20140718: Remove obsolete man pages
5803 OLD_FILES+=usr/share/man/man9/zero_copy.9.gz
5804 OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz
5805 # 20140718: Remove an obsolete man page
5806 OLD_FILES+=usr/share/man/man9/pmap_page_protect.9.gz
5807 # 20140717: Remove an obsolete man page
5808 OLD_FILES+=usr/share/man/man9/pmap_clear_reference.9.gz
5809 # 20140716: Remove an incorrectly named man page
5810 OLD_FILES+=usr/share/man/man9/pmap_ts_modified.9.gz
5811 # 20140712: Removal of bsd.dtrace.mk
5812 OLD_FILES+=usr/share/mk/bsd.dtrace.mk
5813 # 20140705: turn libreadline into an internal lib
5814 OLD_LIBS+=lib/libreadline.so.8
5815 OLD_FILES+=usr/lib/libreadline.a
5816 OLD_FILES+=usr/lib/libreadline_p.a
5817 OLD_FILES+=usr/lib/libreadline.so
5818 OLD_FILES+=usr/lib/libhistory.a
5819 OLD_FILES+=usr/lib/libhistory_p.a
5820 OLD_FILES+=usr/lib/libhistory.so
5821 OLD_LIBS+=usr/lib/libhistory.so.8
5822 OLD_FILES+=usr/lib32/libhistory.a
5823 OLD_FILES+=usr/lib32/libhistory.so
5824 OLD_LIBS+=usr/lib32/libhistory.so.8
5825 OLD_FILES+=usr/lib32/libhistory_p.a
5826 OLD_FILES+=usr/lib32/libreadline.a
5827 OLD_FILES+=usr/lib32/libreadline.so
5828 OLD_LIBS+=usr/lib32/libreadline.so.8
5829 OLD_FILES+=usr/lib32/libreadline_p.a
5830 OLD_FILES+=usr/include/readline/chardefs.h
5831 OLD_FILES+=usr/include/readline/history.h
5832 OLD_FILES+=usr/include/readline/keymaps.h
5833 OLD_FILES+=usr/include/readline/readline.h
5834 OLD_FILES+=usr/include/readline/tilde.h
5835 OLD_FILES+=usr/include/readline/rlconf.h
5836 OLD_FILES+=usr/include/readline/rlstdc.h
5837 OLD_FILES+=usr/include/readline/rltypedefs.h
5838 OLD_FILES+=usr/include/readline/rltypedefs.h
5839 OLD_DIRS+=usr/include/readline
5840 OLD_FILES+=usr/share/info/readline.info.gz
5841 OLD_FILES+=usr/share/man/man3/readline.3.gz
5842 OLD_FILES+=usr/share/man/man3/rlhistory.3.gz
5843 # 20140625: csup removal
5844 OLD_FILES+=usr/bin/csup
5845 OLD_FILES+=usr/bin/cpasswd
5846 OLD_FILES+=usr/share/man/man1/csup.1.gz
5847 OLD_FILES+=usr/share/man/man1/cpasswd.1.gz
5848 OLD_FILES+=usr/share/examples/cvsup/README
5849 OLD_FILES+=usr/share/examples/cvsup/cvs-supfile
5850 OLD_FILES+=usr/share/examples/cvsup/stable-supfile
5851 OLD_FILES+=usr/share/examples/cvsup/standard-supfile
5852 OLD_DIRS+=usr/share/examples/cvsup
5853 # 20140614: send-pr removal
5854 OLD_FILES+=usr/bin/sendbug
5855 OLD_FILES+=usr/share/info/send-pr.info.gz
5856 OLD_FILES+=usr/share/man/man1/send-pr.1.gz
5857 OLD_FILES+=usr/share/man/man1/sendbug.1.gz
5858 OLD_FILES+=etc/gnats/freefall
5859 OLD_DIRS+=etc/gnats
5860 # 20140512: new clang import which bumps version from 3.4 to 3.4.1.
5861 OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
5862 OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
5863 OLD_FILES+=usr/include/clang/3.4/altivec.h
5864 OLD_FILES+=usr/include/clang/3.4/ammintrin.h
5865 OLD_FILES+=usr/include/clang/3.4/avx2intrin.h
5866 OLD_FILES+=usr/include/clang/3.4/avxintrin.h
5867 OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h
5868 OLD_FILES+=usr/include/clang/3.4/bmiintrin.h
5869 OLD_FILES+=usr/include/clang/3.4/cpuid.h
5870 OLD_FILES+=usr/include/clang/3.4/emmintrin.h
5871 OLD_FILES+=usr/include/clang/3.4/f16cintrin.h
5872 OLD_FILES+=usr/include/clang/3.4/fma4intrin.h
5873 OLD_FILES+=usr/include/clang/3.4/fmaintrin.h
5874 OLD_FILES+=usr/include/clang/3.4/immintrin.h
5875 OLD_FILES+=usr/include/clang/3.4/lzcntintrin.h
5876 OLD_FILES+=usr/include/clang/3.4/mm3dnow.h
5877 OLD_FILES+=usr/include/clang/3.4/mm_malloc.h
5878 OLD_FILES+=usr/include/clang/3.4/mmintrin.h
5879 OLD_FILES+=usr/include/clang/3.4/module.map
5880 OLD_FILES+=usr/include/clang/3.4/nmmintrin.h
5881 OLD_FILES+=usr/include/clang/3.4/pmmintrin.h
5882 OLD_FILES+=usr/include/clang/3.4/popcntintrin.h
5883 OLD_FILES+=usr/include/clang/3.4/prfchwintrin.h
5884 OLD_FILES+=usr/include/clang/3.4/rdseedintrin.h
5885 OLD_FILES+=usr/include/clang/3.4/rtmintrin.h
5886 OLD_FILES+=usr/include/clang/3.4/shaintrin.h
5887 OLD_FILES+=usr/include/clang/3.4/smmintrin.h
5888 OLD_FILES+=usr/include/clang/3.4/tbmintrin.h
5889 OLD_FILES+=usr/include/clang/3.4/tmmintrin.h
5890 OLD_FILES+=usr/include/clang/3.4/wmmintrin.h
5891 OLD_FILES+=usr/include/clang/3.4/x86intrin.h
5892 OLD_FILES+=usr/include/clang/3.4/xmmintrin.h
5893 OLD_FILES+=usr/include/clang/3.4/xopintrin.h
5894 OLD_FILES+=usr/include/clang/3.4/arm_neon.h
5895 OLD_FILES+=usr/include/clang/3.4/module.map
5896 OLD_DIRS+=usr/include/clang/3.4
5897 # 20140505: Bogusly installing src.opts.mk
5898 OLD_FILES+=usr/share/mk/src.opts.mk
5899 # 20140505: Reject PR kern/187551
5900 OLD_FILES+=usr/tests/sbin/ifconfig/fibs_test
5901 # 20140502: Removal of lindev(4)
5902 OLD_FILES+=usr/share/man/man4/lindev.4.gz
5903 # 20140425
5904 OLD_FILES+=usr/lib/libssp_p.a
5905 OLD_FILES+=usr/lib/libstand_p.a
5906 OLD_FILES+=usr/lib32/libssp_p.a
5907 OLD_FILES+=usr/lib32/libstand_p.a
5908 # 20140314: AppleTalk
5909 OLD_DIRS+=usr/include/netatalk
5910 OLD_FILES+=usr/include/netatalk/aarp.h
5911 OLD_FILES+=usr/include/netatalk/at.h
5912 OLD_FILES+=usr/include/netatalk/at_extern.h
5913 OLD_FILES+=usr/include/netatalk/at_var.h
5914 OLD_FILES+=usr/include/netatalk/ddp.h
5915 OLD_FILES+=usr/include/netatalk/ddp_pcb.h
5916 OLD_FILES+=usr/include/netatalk/ddp_var.h
5917 OLD_FILES+=usr/include/netatalk/endian.h
5918 OLD_FILES+=usr/include/netatalk/phase2.h
5919 # 20140314: Remove IPX/SPX
5920 OLD_LIBS+=lib/libipx.so.5
5921 OLD_FILES+=usr/include/netipx/ipx.h
5922 OLD_FILES+=usr/include/netipx/ipx_if.h
5923 OLD_FILES+=usr/include/netipx/ipx_pcb.h
5924 OLD_FILES+=usr/include/netipx/ipx_var.h
5925 OLD_FILES+=usr/include/netipx/spx.h
5926 OLD_FILES+=usr/include/netipx/spx_debug.h
5927 OLD_FILES+=usr/include/netipx/spx_timer.h
5928 OLD_FILES+=usr/include/netipx/spx_var.h
5929 OLD_DIRS+=usr/include/netipx
5930 OLD_FILES+=usr/lib/libipx.a
5931 OLD_FILES+=usr/lib/libipx.so
5932 OLD_FILES+=usr/lib/libipx_p.a
5933 OLD_FILES+=usr/lib32/libipx.a
5934 OLD_FILES+=usr/lib32/libipx.so
5935 OLD_LIBS+=usr/lib32/libipx.so.5
5936 OLD_FILES+=usr/lib32/libipx_p.a
5937 OLD_FILES+=usr/sbin/IPXrouted
5938 OLD_FILES+=usr/share/man/man3/ipx.3.gz
5939 OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
5940 OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
5941 OLD_FILES+=usr/share/man/man4/ef.4.gz
5942 OLD_FILES+=usr/share/man/man4/if_ef.4.gz
5943 OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
5944 # 20140314: bsdconfig usermgmt rewrite
5945 OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/userinput
5946 # 20140307: bsdconfig groupmgmt rewrite
5947 OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/groupinput
5948 # 20140223: Remove libyaml
5949 OLD_FILES+=usr/lib/private/libyaml.a
5950 OLD_FILES+=usr/lib/private/libyaml.so
5951 OLD_LIBS+=usr/lib/private/libyaml.so.1
5952 OLD_FILES+=usr/lib/private/libyaml_p.a
5953 OLD_FILES+=usr/lib32/private/libyaml.a
5954 OLD_FILES+=usr/lib32/private/libyaml.so
5955 OLD_LIBS+=usr/lib32/private/libyaml.so.1
5956 OLD_FILES+=usr/lib32/private/libyaml_p.a
5957 # 20140216: new clang import which bumps version from 3.3 to 3.4.
5958 OLD_FILES+=usr/bin/llvm-prof
5959 OLD_FILES+=usr/include/clang/3.3/__wmmintrin_aes.h
5960 OLD_FILES+=usr/include/clang/3.3/__wmmintrin_pclmul.h
5961 OLD_FILES+=usr/include/clang/3.3/altivec.h
5962 OLD_FILES+=usr/include/clang/3.3/ammintrin.h
5963 OLD_FILES+=usr/include/clang/3.3/avx2intrin.h
5964 OLD_FILES+=usr/include/clang/3.3/avxintrin.h
5965 OLD_FILES+=usr/include/clang/3.3/bmi2intrin.h
5966 OLD_FILES+=usr/include/clang/3.3/bmiintrin.h
5967 OLD_FILES+=usr/include/clang/3.3/cpuid.h
5968 OLD_FILES+=usr/include/clang/3.3/emmintrin.h
5969 OLD_FILES+=usr/include/clang/3.3/f16cintrin.h
5970 OLD_FILES+=usr/include/clang/3.3/fma4intrin.h
5971 OLD_FILES+=usr/include/clang/3.3/fmaintrin.h
5972 OLD_FILES+=usr/include/clang/3.3/immintrin.h
5973 OLD_FILES+=usr/include/clang/3.3/lzcntintrin.h
5974 OLD_FILES+=usr/include/clang/3.3/mm3dnow.h
5975 OLD_FILES+=usr/include/clang/3.3/mm_malloc.h
5976 OLD_FILES+=usr/include/clang/3.3/mmintrin.h
5977 OLD_FILES+=usr/include/clang/3.3/module.map
5978 OLD_FILES+=usr/include/clang/3.3/nmmintrin.h
5979 OLD_FILES+=usr/include/clang/3.3/pmmintrin.h
5980 OLD_FILES+=usr/include/clang/3.3/popcntintrin.h
5981 OLD_FILES+=usr/include/clang/3.3/prfchwintrin.h
5982 OLD_FILES+=usr/include/clang/3.3/rdseedintrin.h
5983 OLD_FILES+=usr/include/clang/3.3/rtmintrin.h
5984 OLD_FILES+=usr/include/clang/3.3/smmintrin.h
5985 OLD_FILES+=usr/include/clang/3.3/tmmintrin.h
5986 OLD_FILES+=usr/include/clang/3.3/wmmintrin.h
5987 OLD_FILES+=usr/include/clang/3.3/x86intrin.h
5988 OLD_FILES+=usr/include/clang/3.3/xmmintrin.h
5989 OLD_FILES+=usr/include/clang/3.3/xopintrin.h
5990 OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz
5991 OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
5992 OLD_DIRS+=usr/include/clang/3.3
5993 # 20140216: nve(4) removed
5994 OLD_FILES+=usr/share/man/man4/if_nve.4.gz
5995 OLD_FILES+=usr/share/man/man4/nve.4.gz
5996 # 20140205: Open Firmware device moved
5997 OLD_FILES+=usr/include/dev/ofw/ofw_nexus.h
5998 # 20140128: libelf and libdwarf import
5999 OLD_LIBS+=usr/lib/libelf.so.1
6000 OLD_LIBS+=usr/lib32/libelf.so.1
6001 OLD_LIBS+=usr/lib/libdwarf.so.3
6002 OLD_LIBS+=usr/lib32/libdwarf.so.3
6003 # 20140123: apicvar header moved to x86
6004 OLD_FILES+=usr/include/machine/apicvar.h
6005 # 20131215: libcam version bumped
6006 OLD_LIBS+=lib/libcam.so.6 usr/lib32/libcam.so.6
6007 # 20131202: libcapsicum and libcasper moved to /lib/
6008 OLD_LIBS+=usr/lib/libcapsicum.so.0
6009 OLD_LIBS+=usr/lib/libcasper.so.0
6010 # 20131109: extattr(2) mlinks fixed
6011 OLD_FILES+=usr/share/man/man2/extattr_delete_list.2.gz
6012 OLD_FILES+=usr/share/man/man2/extattr_get_list.2.gz
6013 # 20131107: example files removed
6014 OLD_FILES+=usr/share/examples/libusb20/aux.c
6015 OLD_FILES+=usr/share/examples/libusb20/aux.h
6016 # 20131105: tzdata 2013h import
6017 OLD_FILES+=usr/share/zoneinfo/America/Shiprock
6018 OLD_FILES+=usr/share/zoneinfo/Antarctica/South_Pole
6019 # 20131103: WITH_LIBICONV_COMPAT removal
6020 OLD_FILES+=usr/include/_libiconv_compat.h
6021 OLD_FILES+=usr/lib/libiconv.a
6022 OLD_FILES+=usr/lib/libiconv.so
6023 OLD_FILES+=usr/lib/libiconv.so.3
6024 OLD_FILES+=usr/lib/libiconv_p.a
6025 OLD_FILES+=usr/lib32/libiconv.a
6026 OLD_FILES+=usr/lib32/libiconv.so
6027 OLD_FILES+=usr/lib32/libiconv.so.3
6028 OLD_FILES+=usr/lib32/libiconv_p.a
6029 # 20131103: removal of utxrm(8), use 'utx rm' instead.
6030 OLD_FILES+=usr/sbin/utxrm
6031 OLD_FILES+=usr/share/man/man8/utxrm.8.gz
6032 # 20131031: pkg_install has been removed
6033 OLD_FILES+=etc/periodic/daily/220.backup-pkgdb
6034 OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
6035 OLD_FILES+=etc/periodic/security/460.chkportsum
6036 OLD_FILES+=etc/periodic/weekly/400.status-pkg
6037 OLD_FILES+=usr/sbin/pkg_add
6038 OLD_FILES+=usr/sbin/pkg_create
6039 OLD_FILES+=usr/sbin/pkg_delete
6040 OLD_FILES+=usr/sbin/pkg_info
6041 OLD_FILES+=usr/sbin/pkg_updating
6042 OLD_FILES+=usr/sbin/pkg_version
6043 OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
6044 OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
6045 OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
6046 OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
6047 OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
6048 OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
6049 # 20131030: /etc/keys moved to /usr/share/keys
6050 OLD_DIRS+=etc/keys
6051 OLD_DIRS+=etc/keys/pkg
6052 OLD_DIRS+=etc/keys/pkg/revoked
6053 OLD_DIRS+=etc/keys/pkg/trusted
6054 OLD_FILES+=etc/keys/pkg/trusted/pkg.freebsd.org.2013102301
6055 # 20131028: ng_fec(4) removed
6056 OLD_FILES+=usr/include/netgraph/ng_fec.h
6057 OLD_FILES+=usr/share/man/man4/ng_fec.4.gz
6058 # 20131027: header moved
6059 OLD_FILES+=usr/include/net/pf_mtag.h
6060 # 20131023: remove never used iscsi directory
6061 OLD_DIRS+=usr/share/examples/iscsi
6062 # 20131021: isf(4) removed
6063 OLD_FILES+=usr/sbin/isfctl
6064 OLD_FILES+=usr/share/man/man4/isf.4.gz
6065 OLD_FILES+=usr/share/man/man8/isfctl.8.gz
6066 # 20131014: libbsdyml becomes private
6067 OLD_FILES+=usr/lib/libbsdyml.a
6068 OLD_FILES+=usr/lib/libbsdyml.so
6069 OLD_LIBS+=usr/lib/libbsdyml.so.0
6070 OLD_FILES+=usr/lib/libbsdyml_p.a
6071 OLD_FILES+=usr/lib32/libbsdyml.a
6072 OLD_FILES+=usr/lib32/libbsdyml.so
6073 OLD_LIBS+=usr/lib32/libbsdyml.so.0
6074 OLD_FILES+=usr/lib32/libbsdyml_p.a
6075 OLD_FILES+=usr/share/man/man3/libbsdyml.3.gz
6076 OLD_FILES+=usr/include/bsdyml.h
6077 # 20131013: Removal of the ATF tools
6078 OLD_FILES+=etc/atf/FreeBSD.conf
6079 OLD_FILES+=etc/atf/atf-run.hooks
6080 OLD_FILES+=etc/atf/common.conf
6081 OLD_FILES+=usr/bin/atf-config
6082 OLD_FILES+=usr/bin/atf-report
6083 OLD_FILES+=usr/bin/atf-run
6084 OLD_FILES+=usr/bin/atf-version
6085 OLD_FILES+=usr/share/atf/atf-run.hooks
6086 OLD_FILES+=usr/share/examples/atf/atf-run.hooks
6087 OLD_FILES+=usr/share/examples/atf/tests-results.css
6088 OLD_FILES+=usr/share/man/man1/atf-config.1.gz
6089 OLD_FILES+=usr/share/man/man1/atf-report.1.gz
6090 OLD_FILES+=usr/share/man/man1/atf-run.1.gz
6091 OLD_FILES+=usr/share/man/man1/atf-version.1.gz
6092 OLD_FILES+=usr/share/man/man5/atf-formats.5.gz
6093 OLD_FILES+=usr/share/xml/atf/tests-results.dtd
6094 OLD_FILES+=usr/share/xsl/atf/tests-results.xsl
6095 OLD_DIRS+=etc/atf
6096 OLD_DIRS+=usr/share/examples/atf
6097 OLD_DIRS+=usr/share/xml/atf
6098 OLD_DIRS+=usr/share/xml
6099 OLD_DIRS+=usr/share/xsl/atf
6100 OLD_DIRS+=usr/share/xsl
6101 # 20131009: freebsd-version moved from /libexec to /bin
6102 OLD_FILES+=libexec/freebsd-version
6103 # 20131001: ar and ranlib from binutils not used
6104 OLD_FILES+=usr/bin/gnu-ar
6105 OLD_FILES+=usr/bin/gnu-ranlib
6106 OLD_FILES+=usr/share/man/man1/gnu-ar.1.gz
6107 OLD_FILES+=usr/share/man/man1/gnu-ranlib.1.gz
6108 # 20130930: BIND removed from base
6109 OLD_FILES+=etc/mtree/BIND.chroot.dist
6110 OLD_FILES+=etc/namedb
6111 OLD_FILES+=etc/periodic/daily/470.status-named
6112 OLD_FILES+=usr/bin/dig
6113 OLD_FILES+=usr/bin/nslookup
6114 OLD_FILES+=usr/bin/nsupdate
6115 OLD_DIRS+=usr/include/lwres
6116 OLD_FILES+=usr/include/lwres/context.h
6117 OLD_FILES+=usr/include/lwres/int.h
6118 OLD_FILES+=usr/include/lwres/ipv6.h
6119 OLD_FILES+=usr/include/lwres/lang.h
6120 OLD_FILES+=usr/include/lwres/list.h
6121 OLD_FILES+=usr/include/lwres/lwbuffer.h
6122 OLD_FILES+=usr/include/lwres/lwpacket.h
6123 OLD_FILES+=usr/include/lwres/lwres.h
6124 OLD_FILES+=usr/include/lwres/net.h
6125 OLD_FILES+=usr/include/lwres/netdb.h
6126 OLD_FILES+=usr/include/lwres/platform.h
6127 OLD_FILES+=usr/include/lwres/result.h
6128 OLD_FILES+=usr/include/lwres/string.h
6129 OLD_FILES+=usr/include/lwres/version.h
6130 OLD_FILES+=usr/lib/liblwres.a
6131 OLD_FILES+=usr/lib/liblwres.so
6132 OLD_LIBS+=usr/lib/liblwres.so.90
6133 OLD_FILES+=usr/lib/liblwres_p.a
6134 OLD_FILES+=usr/sbin/arpaname
6135 OLD_FILES+=usr/sbin/ddns-confgen
6136 OLD_FILES+=usr/sbin/dnssec-dsfromkey
6137 OLD_FILES+=usr/sbin/dnssec-keyfromlabel
6138 OLD_FILES+=usr/sbin/dnssec-keygen
6139 OLD_FILES+=usr/sbin/dnssec-revoke
6140 OLD_FILES+=usr/sbin/dnssec-settime
6141 OLD_FILES+=usr/sbin/dnssec-signzone
6142 OLD_FILES+=usr/sbin/dnssec-verify
6143 OLD_FILES+=usr/sbin/genrandom
6144 OLD_FILES+=usr/sbin/isc-hmac-fixup
6145 OLD_FILES+=usr/sbin/lwresd
6146 OLD_FILES+=usr/sbin/named
6147 OLD_FILES+=usr/sbin/named-checkconf
6148 OLD_FILES+=usr/sbin/named-checkzone
6149 OLD_FILES+=usr/sbin/named-compilezone
6150 OLD_FILES+=usr/sbin/named-journalprint
6151 OLD_FILES+=usr/sbin/named.reconfig
6152 OLD_FILES+=usr/sbin/named.reload
6153 OLD_FILES+=usr/sbin/nsec3hash
6154 OLD_FILES+=usr/sbin/rndc
6155 OLD_FILES+=usr/sbin/rndc-confgen
6156 OLD_DIRS+=usr/share/doc/bind9
6157 OLD_FILES+=usr/share/doc/bind9/CHANGES
6158 OLD_FILES+=usr/share/doc/bind9/COPYRIGHT
6159 OLD_FILES+=usr/share/doc/bind9/FAQ
6160 OLD_FILES+=usr/share/doc/bind9/HISTORY
6161 OLD_FILES+=usr/share/doc/bind9/README
6162 OLD_DIRS+=usr/share/doc/bind9/arm
6163 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html
6164 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html
6165 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html
6166 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html
6167 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html
6168 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html
6169 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html
6170 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html
6171 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html
6172 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch10.html
6173 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html
6174 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.pdf
6175 OLD_FILES+=usr/share/doc/bind9/arm/man.arpaname.html
6176 OLD_FILES+=usr/share/doc/bind9/arm/man.ddns-confgen.html
6177 OLD_FILES+=usr/share/doc/bind9/arm/man.dig.html
6178 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-dsfromkey.html
6179 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-keyfromlabel.html
6180 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-keygen.html
6181 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-revoke.html
6182 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-settime.html
6183 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-signzone.html
6184 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-verify.html
6185 OLD_FILES+=usr/share/doc/bind9/arm/man.genrandom.html
6186 OLD_FILES+=usr/share/doc/bind9/arm/man.host.html
6187 OLD_FILES+=usr/share/doc/bind9/arm/man.isc-hmac-fixup.html
6188 OLD_FILES+=usr/share/doc/bind9/arm/man.named-checkconf.html
6189 OLD_FILES+=usr/share/doc/bind9/arm/man.named-checkzone.html
6190 OLD_FILES+=usr/share/doc/bind9/arm/man.named-journalprint.html
6191 OLD_FILES+=usr/share/doc/bind9/arm/man.named.html
6192 OLD_FILES+=usr/share/doc/bind9/arm/man.nsec3hash.html
6193 OLD_FILES+=usr/share/doc/bind9/arm/man.nsupdate.html
6194 OLD_FILES+=usr/share/doc/bind9/arm/man.rndc-confgen.html
6195 OLD_FILES+=usr/share/doc/bind9/arm/man.rndc.conf.html
6196 OLD_FILES+=usr/share/doc/bind9/arm/man.rndc.html
6197 OLD_DIRS+=usr/share/doc/bind9/misc
6198 OLD_FILES+=usr/share/doc/bind9/misc/dnssec
6199 OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
6200 OLD_FILES+=usr/share/doc/bind9/misc/ipv6
6201 OLD_FILES+=usr/share/doc/bind9/misc/migration
6202 OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9
6203 OLD_FILES+=usr/share/doc/bind9/misc/options
6204 OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance
6205 OLD_FILES+=usr/share/doc/bind9/misc/roadmap
6206 OLD_FILES+=usr/share/doc/bind9/misc/sdb
6207 OLD_FILES+=usr/share/doc/bind9/misc/sort-options.pl
6208 OLD_FILES+=usr/share/man/man1/arpaname.1.gz
6209 OLD_FILES+=usr/share/man/man1/dig.1.gz
6210 OLD_FILES+=usr/share/man/man1/nslookup.1.gz
6211 OLD_FILES+=usr/share/man/man1/nsupdate.1.gz
6212 OLD_FILES+=usr/share/man/man3/lwres.3.gz
6213 OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz
6214 OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz
6215 OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz
6216 OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz
6217 OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz
6218 OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz
6219 OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz
6220 OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz
6221 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz
6222 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz
6223 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz
6224 OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz
6225 OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz
6226 OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz
6227 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz
6228 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz
6229 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz
6230 OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz
6231 OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz
6232 OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz
6233 OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz
6234 OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz
6235 OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz
6236 OLD_FILES+=usr/share/man/man3/lwres_config.3.gz
6237 OLD_FILES+=usr/share/man/man3/lwres_context.3.gz
6238 OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz
6239 OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz
6240 OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz
6241 OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz
6242 OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz
6243 OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz
6244 OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz
6245 OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz
6246 OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz
6247 OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz
6248 OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz
6249 OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz
6250 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz
6251 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz
6252 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz
6253 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz
6254 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz
6255 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz
6256 OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz
6257 OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz
6258 OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz
6259 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz
6260 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz
6261 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz
6262 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz
6263 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz
6264 OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz
6265 OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz
6266 OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz
6267 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz
6268 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz
6269 OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz
6270 OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz
6271 OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz
6272 OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz
6273 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz
6274 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz
6275 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz
6276 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz
6277 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz
6278 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz
6279 OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz
6280 OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz
6281 OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz
6282 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz
6283 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz
6284 OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz
6285 OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz
6286 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz
6287 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz
6288 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz
6289 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz
6290 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz
6291 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz
6292 OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz
6293 OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz
6294 OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz
6295 OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz
6296 OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz
6297 OLD_FILES+=usr/share/man/man5/named.conf.5.gz
6298 OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz
6299 OLD_FILES+=usr/share/man/man8/ddns-confgen.8.gz
6300 OLD_FILES+=usr/share/man/man8/dnssec-dsfromkey.8.gz
6301 OLD_FILES+=usr/share/man/man8/dnssec-keyfromlabel.8.gz
6302 OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz
6303 OLD_FILES+=usr/share/man/man8/dnssec-revoke.8.gz
6304 OLD_FILES+=usr/share/man/man8/dnssec-settime.8.gz
6305 OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz
6306 OLD_FILES+=usr/share/man/man8/dnssec-verify.8.gz
6307 OLD_FILES+=usr/share/man/man8/genrandom.8.gz
6308 OLD_FILES+=usr/share/man/man8/isc-hmac-fixup.8.gz
6309 OLD_FILES+=usr/share/man/man8/lwresd.8.gz
6310 OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz
6311 OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz
6312 OLD_FILES+=usr/share/man/man8/named-compilezone.8.gz
6313 OLD_FILES+=usr/share/man/man8/named-journalprint.8.gz
6314 OLD_FILES+=usr/share/man/man8/named.8.gz
6315 OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
6316 OLD_FILES+=usr/share/man/man8/named.reload.8.gz
6317 OLD_FILES+=usr/share/man/man8/nsec3hash.8.gz
6318 OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz
6319 OLD_FILES+=usr/share/man/man8/rndc.8.gz
6320 OLD_DIRS+=var/named/dev
6321 OLD_DIRS+=var/named/etc
6322 OLD_DIRS+=var/named/etc/namedb
6323 OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev
6324 OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev
6325 OLD_DIRS+=var/named/etc/namedb/dynamic
6326 OLD_FILES+=var/named/etc/namedb/make-localhost
6327 OLD_DIRS+=var/named/etc/namedb/master
6328 OLD_FILES+=var/named/etc/namedb/master/empty.db
6329 OLD_FILES+=var/named/etc/namedb/master/localhost-forward.db
6330 OLD_FILES+=var/named/etc/namedb/master/localhost-reverse.db
6331 #OLD_FILES+=var/named/etc/namedb/named.conf     # intentionally left out
6332 OLD_FILES+=var/named/etc/namedb/named.root
6333 OLD_DIRS+=var/named/etc/namedb/working
6334 OLD_DIRS+=var/named/etc/namedb/slave
6335 OLD_DIRS+=var/named/var
6336 OLD_DIRS+=var/named/var/dump
6337 OLD_DIRS+=var/named/var/log
6338 OLD_DIRS+=var/named/var/run
6339 OLD_DIRS+=var/named/var/run/named
6340 OLD_DIRS+=var/named/var/stats
6341 OLD_DIRS+=var/run/named
6342 # 20130923: example moved
6343 OLD_FILES+=usr/share/examples/bsdconfig/browse_packages.sh
6344 # 20130908: libssh becomes private
6345 OLD_FILES+=usr/lib/libssh.a
6346 OLD_FILES+=usr/lib/libssh.so
6347 OLD_LIBS+=usr/lib/libssh.so.5
6348 OLD_FILES+=usr/lib/libssh_p.a
6349 OLD_FILES+=usr/lib32/libssh.a
6350 OLD_FILES+=usr/lib32/libssh.so
6351 OLD_LIBS+=usr/lib32/libssh.so.5
6352 OLD_FILES+=usr/lib32/libssh_p.a
6353 # 20130903: gnupatch is no more
6354 OLD_FILES+=usr/bin/gnupatch
6355 OLD_FILES+=usr/share/man/man1/gnupatch.1.gz
6356 # 20130829: bsdpatch is patch unconditionally
6357 OLD_FILES+=usr/bin/bsdpatch
6358 OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz
6359 # 20130822: bind 9.9.3-P2 import
6360 OLD_LIBS+=usr/lib/liblwres.so.80
6361 # 20130814: vm_page_busy(9)
6362 OLD_FILES+=usr/share/man/man9/vm_page_flash.9.gz
6363 OLD_FILES+=usr/share/man/man9/vm_page_io.9.gz
6364 OLD_FILES+=usr/share/man/man9/vm_page_io_finish.9.gz
6365 OLD_FILES+=usr/share/man/man9/vm_page_io_start.9.gz
6366 OLD_FILES+=usr/share/man/man9/vm_page_wakeup.9.gz
6367 # 20130710: libkvm version bump 
6368 OLD_LIBS+=lib/libkvm.so.5
6369 OLD_LIBS+=usr/lib32/libkvm.so.5
6370 # 20130623: dialog update from 1.1 to 1.2
6371 OLD_LIBS+=usr/lib/libdialog.so.7
6372 OLD_LIBS+=usr/lib32/libdialog.so.7
6373 # 20130616: vfs_mount.9 removed
6374 OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz
6375 # 20130614: remove CVS from base
6376 OLD_FILES+=usr/bin/cvs
6377 OLD_FILES+=usr/bin/cvsbug
6378 OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ascii.gz
6379 OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ps.gz
6380 OLD_DIRS+=usr/share/doc/psd/28.cvs
6381 OLD_FILES+=usr/share/examples/cvs/contrib/README
6382 OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
6383 OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
6384 OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
6385 OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
6386 OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
6387 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
6388 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
6389 OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
6390 OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
6391 OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
6392 OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
6393 OLD_FILES+=usr/share/examples/cvs/contrib/log
6394 OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
6395 OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
6396 OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
6397 OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
6398 OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
6399 OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
6400 OLD_DIRS+=usr/share/examples/cvs/contrib
6401 OLD_DIRS+=usr/share/examples/cvs
6402 OLD_FILES+=usr/share/info/cvs.info.gz
6403 OLD_FILES+=usr/share/info/cvsclient.info.gz
6404 OLD_FILES+=usr/share/man/man1/cvs.1.gz
6405 OLD_FILES+=usr/share/man/man5/cvs.5.gz
6406 OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
6407 # 20130607: WITH_DEBUG_FILES added
6408 OLD_FILES+=lib/libufs.so.6.symbols
6409 OLD_FILES+=usr/lib32/libufs.so.6.symbols
6410 # 20130417: nfs fha moved from nfsserver to nfs
6411 OLD_FILES+=usr/include/nfsserver/nfs_fha.h
6412 # 20130411: new clang import which bumps version from 3.2 to 3.3.
6413 OLD_FILES+=usr/include/clang/3.2/__wmmintrin_aes.h
6414 OLD_FILES+=usr/include/clang/3.2/__wmmintrin_pclmul.h
6415 OLD_FILES+=usr/include/clang/3.2/altivec.h
6416 OLD_FILES+=usr/include/clang/3.2/ammintrin.h
6417 OLD_FILES+=usr/include/clang/3.2/avx2intrin.h
6418 OLD_FILES+=usr/include/clang/3.2/avxintrin.h
6419 OLD_FILES+=usr/include/clang/3.2/bmi2intrin.h
6420 OLD_FILES+=usr/include/clang/3.2/bmiintrin.h
6421 OLD_FILES+=usr/include/clang/3.2/cpuid.h
6422 OLD_FILES+=usr/include/clang/3.2/emmintrin.h
6423 OLD_FILES+=usr/include/clang/3.2/f16cintrin.h
6424 OLD_FILES+=usr/include/clang/3.2/fma4intrin.h
6425 OLD_FILES+=usr/include/clang/3.2/fmaintrin.h
6426 OLD_FILES+=usr/include/clang/3.2/immintrin.h
6427 OLD_FILES+=usr/include/clang/3.2/lzcntintrin.h
6428 OLD_FILES+=usr/include/clang/3.2/mm3dnow.h
6429 OLD_FILES+=usr/include/clang/3.2/mm_malloc.h
6430 OLD_FILES+=usr/include/clang/3.2/mmintrin.h
6431 OLD_FILES+=usr/include/clang/3.2/module.map
6432 OLD_FILES+=usr/include/clang/3.2/nmmintrin.h
6433 OLD_FILES+=usr/include/clang/3.2/pmmintrin.h
6434 OLD_FILES+=usr/include/clang/3.2/popcntintrin.h
6435 OLD_FILES+=usr/include/clang/3.2/rtmintrin.h
6436 OLD_FILES+=usr/include/clang/3.2/smmintrin.h
6437 OLD_FILES+=usr/include/clang/3.2/tmmintrin.h
6438 OLD_FILES+=usr/include/clang/3.2/wmmintrin.h
6439 OLD_FILES+=usr/include/clang/3.2/x86intrin.h
6440 OLD_FILES+=usr/include/clang/3.2/xmmintrin.h
6441 OLD_FILES+=usr/include/clang/3.2/xopintrin.h
6442 OLD_DIRS+=usr/include/clang/3.2
6443 # 20130404: legacy ATA stack removed
6444 OLD_FILES+=etc/periodic/daily/405.status-ata-raid
6445 OLD_FILES+=rescue/atacontrol
6446 OLD_FILES+=sbin/atacontrol
6447 OLD_FILES+=usr/share/man/man8/atacontrol.8.gz
6448 OLD_FILES+=usr/share/man/man4/atapicam.4.gz
6449 OLD_FILES+=usr/share/man/man4/ataraid.4.gz
6450 OLD_FILES+=usr/sbin/burncd
6451 OLD_FILES+=usr/share/man/man8/burncd.8.gz
6452 # 20130316: vinum.4 removed
6453 OLD_FILES+=usr/share/man/man4/vinum.4.gz
6454 # 20130312: fortunes-o removed
6455 OLD_FILES+=usr/share/games/fortune/fortunes-o
6456 OLD_FILES+=usr/share/games/fortune/fortunes-o.dat
6457 # 20130311: Ports are no more available via cvsup
6458 OLD_FILES+=usr/share/examples/cvsup/ports-supfile
6459 OLD_FILES+=usr/share/examples/cvsup/refuse
6460 OLD_FILES+=usr/share/examples/cvsup/refuse.README
6461 # 20130309: NWFS and NCP supports removed
6462 OLD_FILES+=usr/bin/ncplist
6463 OLD_FILES+=usr/bin/ncplogin
6464 OLD_FILES+=usr/bin/ncplogout
6465 OLD_FILES+=usr/include/fs/nwfs/nwfs.h
6466 OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
6467 OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
6468 OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
6469 OLD_DIRS+=usr/include/fs/nwfs
6470 OLD_FILES+=usr/include/netncp/ncp.h
6471 OLD_FILES+=usr/include/netncp/ncp_cfg.h
6472 OLD_FILES+=usr/include/netncp/ncp_conn.h
6473 OLD_FILES+=usr/include/netncp/ncp_file.h
6474 OLD_FILES+=usr/include/netncp/ncp_lib.h
6475 OLD_FILES+=usr/include/netncp/ncp_ncp.h
6476 OLD_FILES+=usr/include/netncp/ncp_nls.h
6477 OLD_FILES+=usr/include/netncp/ncp_rcfile.h
6478 OLD_FILES+=usr/include/netncp/ncp_rq.h
6479 OLD_FILES+=usr/include/netncp/ncp_sock.h
6480 OLD_FILES+=usr/include/netncp/ncp_subr.h
6481 OLD_FILES+=usr/include/netncp/ncp_user.h
6482 OLD_FILES+=usr/include/netncp/ncpio.h
6483 OLD_FILES+=usr/include/netncp/nwerror.h
6484 OLD_DIRS+=usr/include/netncp
6485 OLD_FILES+=usr/lib/libncp.a
6486 OLD_FILES+=usr/lib/libncp.so
6487 OLD_LIBS+=usr/lib/libncp.so.4
6488 OLD_FILES+=usr/lib/libncp_p.a
6489 OLD_FILES+=usr/lib32/libncp.a
6490 OLD_FILES+=usr/lib32/libncp.so
6491 OLD_LIBS+=usr/lib32/libncp.so.4
6492 OLD_FILES+=usr/lib32/libncp_p.a
6493 OLD_FILES+=usr/sbin/mount_nwfs
6494 OLD_FILES+=usr/share/examples/nwclient/dot.nwfsrc
6495 OLD_FILES+=usr/share/examples/nwclient/nwfs.sh.sample
6496 OLD_DIRS+=usr/share/examples/nwclient
6497 OLD_FILES+=usr/share/man/man1/ncplist.1.gz
6498 OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
6499 OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
6500 OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
6501 # 20130302: NTFS support removed
6502 OLD_FILES+=rescue/mount_ntfs
6503 OLD_FILES+=sbin/mount_ntfs
6504 OLD_FILES+=usr/include/fs/ntfs/ntfs.h
6505 OLD_FILES+=usr/include/fs/ntfs/ntfs_compr.h
6506 OLD_FILES+=usr/include/fs/ntfs/ntfs_ihash.h
6507 OLD_FILES+=usr/include/fs/ntfs/ntfs_inode.h
6508 OLD_FILES+=usr/include/fs/ntfs/ntfs_subr.h
6509 OLD_FILES+=usr/include/fs/ntfs/ntfs_vfsops.h
6510 OLD_FILES+=usr/include/fs/ntfs/ntfsmount.h
6511 OLD_DIRS+=usr/include/fs/ntfs
6512 OLD_FILES+=usr/share/man/man8/mount_ntfs.8.gz
6513 # 20130302: PORTALFS support removed
6514 OLD_FILES+=usr/include/fs/portalfs/portal.h
6515 OLD_DIRS+=usr/include/fs/portalfs
6516 OLD_FILES+=usr/sbin/mount_portalfs
6517 OLD_FILES+=usr/share/examples/portal/README
6518 OLD_FILES+=usr/share/examples/portal/portal.conf
6519 OLD_DIRS+=usr/share/examples/portal
6520 OLD_FILES+=usr/share/man/man8/mount_portalfs.8.gz
6521 # 20130302: CODAFS support removed
6522 OLD_FILES+=usr/share/man/man4/coda.4.gz
6523 # 20130302: XFS support removed
6524 OLD_FILES+=usr/share/man/man5/xfs.5.gz
6525 # 20130302: Capsicum overhaul
6526 OLD_FILES+=usr/share/man/man2/cap_getrights.2.gz
6527 OLD_FILES+=usr/share/man/man2/cap_new.2.gz
6528 # 20130213: OpenSSL 1.0.1e import
6529 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover.3.gz
6530 OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover_init.3.gz
6531 # 20130116: removed long unused directories for .1aout section manpages
6532 OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout
6533 OLD_FILES+=usr/share/man/en.UTF-8/man1aout
6534 OLD_DIRS+=usr/share/man/man1aout
6535 OLD_DIRS+=usr/share/man/cat1aout
6536 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat1aout
6537 OLD_DIRS+=usr/share/man/en.UTF-8/cat1aout
6538 # 20130103: gnats-supfile removed
6539 OLD_FILES+=usr/share/examples/cvsup/gnats-supfile
6540 # 20121230: libdisk removed
6541 OLD_FILES+=usr/share/man/man3/libdisk.3.gz usr/include/libdisk.h
6542 OLD_FILES+=usr/lib/libdisk.a usr/lib32/libdisk.a
6543 # 20121230: remove wrongly created directories for auditdistd
6544 OLD_DIRS+=var/dist
6545 OLD_DIRS+=var/remote
6546 # 20121114: zpool-features manual page moved from section 5 to 7
6547 OLD_FILES+=usr/share/man/man5/zpool-features.5.gz
6548 # 20121022: remove harp, hfa and idt man page
6549 OLD_FILES+=usr/share/man/man4/harp.4.gz
6550 OLD_FILES+=usr/share/man/man4/hfa.4.gz
6551 OLD_FILES+=usr/share/man/man4/idt.4.gz
6552 OLD_FILES+=usr/share/man/man4/if_idt.4.gz
6553 # 20121022: VFS_LOCK_GIANT elimination
6554 OLD_FILES+=usr/share/man/man9/VFS_LOCK_GIANT.9.gz
6555 OLD_FILES+=usr/share/man/man9/VFS_UNLOCK_GIANT.9.gz
6556 # 20121004: remove incomplete unwind.h
6557 OLD_FILES+=usr/include/clang/3.2/unwind.h
6558 # 20120910: NetBSD compat shims removed
6559 OLD_FILES+=usr/include/cam/scsi/scsi_low_pisa.h
6560 OLD_FILES+=usr/include/sys/device_port.h
6561 # 20120909: doc and www supfiles removed
6562 OLD_FILES+=usr/share/examples/cvsup/doc-supfile
6563 OLD_FILES+=usr/share/examples/cvsup/www-supfile
6564 # 20120908: pf cleanup
6565 OLD_FILES+=usr/include/net/if_pflow.h
6566 # 20120816: new clang import which bumps version from 3.1 to 3.2
6567 OLD_FILES+=usr/bin/llvm-ld
6568 OLD_FILES+=usr/bin/llvm-stub
6569 OLD_FILES+=usr/include/clang/3.1/altivec.h
6570 OLD_FILES+=usr/include/clang/3.1/avx2intrin.h
6571 OLD_FILES+=usr/include/clang/3.1/avxintrin.h
6572 OLD_FILES+=usr/include/clang/3.1/bmi2intrin.h
6573 OLD_FILES+=usr/include/clang/3.1/bmiintrin.h
6574 OLD_FILES+=usr/include/clang/3.1/cpuid.h
6575 OLD_FILES+=usr/include/clang/3.1/emmintrin.h
6576 OLD_FILES+=usr/include/clang/3.1/fma4intrin.h
6577 OLD_FILES+=usr/include/clang/3.1/immintrin.h
6578 OLD_FILES+=usr/include/clang/3.1/lzcntintrin.h
6579 OLD_FILES+=usr/include/clang/3.1/mm3dnow.h
6580 OLD_FILES+=usr/include/clang/3.1/mm_malloc.h
6581 OLD_FILES+=usr/include/clang/3.1/mmintrin.h
6582 OLD_FILES+=usr/include/clang/3.1/module.map
6583 OLD_FILES+=usr/include/clang/3.1/nmmintrin.h
6584 OLD_FILES+=usr/include/clang/3.1/pmmintrin.h
6585 OLD_FILES+=usr/include/clang/3.1/popcntintrin.h
6586 OLD_FILES+=usr/include/clang/3.1/smmintrin.h
6587 OLD_FILES+=usr/include/clang/3.1/tmmintrin.h
6588 OLD_FILES+=usr/include/clang/3.1/unwind.h
6589 OLD_FILES+=usr/include/clang/3.1/wmmintrin.h
6590 OLD_FILES+=usr/include/clang/3.1/x86intrin.h
6591 OLD_FILES+=usr/include/clang/3.1/xmmintrin.h
6592 OLD_DIRS+=usr/include/clang/3.1
6593 OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz
6594 # 20120712: OpenSSL 1.0.1c import
6595 OLD_LIBS+=lib/libcrypto.so.6
6596 OLD_LIBS+=usr/lib/libssl.so.6
6597 OLD_LIBS+=usr/lib32/libcrypto.so.6
6598 OLD_LIBS+=usr/lib32/libssl.so.6
6599 OLD_FILES+=usr/include/openssl/aes_locl.h
6600 OLD_FILES+=usr/include/openssl/bio_lcl.h
6601 OLD_FILES+=usr/include/openssl/e_os.h
6602 OLD_FILES+=usr/include/openssl/fips.h
6603 OLD_FILES+=usr/include/openssl/fips_rand.h
6604 OLD_FILES+=usr/include/openssl/pq_compat.h
6605 OLD_FILES+=usr/include/openssl/tmdiff.h
6606 OLD_FILES+=usr/include/openssl/ui_locl.h
6607 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz
6608 # 20120621: remove old man page
6609 OLD_FILES+=usr/share/man/man8/vnconfig.8.gz
6610 # 20120619: TOE support updated
6611 OLD_FILES+=usr/include/netinet/toedev.h
6612 # 20120613: auth.conf removed
6613 OLD_FILES+=etc/auth.conf
6614 OLD_FILES+=usr/share/examples/etc/auth.conf
6615 OLD_FILES+=usr/share/man/man3/auth.3.gz
6616 OLD_FILES+=usr/share/man/man3/auth_getval.3.gz
6617 OLD_FILES+=usr/share/man/man5/auth.conf.5.gz
6618 # 20120530: kde pam lives now in ports
6619 OLD_FILES+=etc/pam.d/kde
6620 # 20120521: byacc import
6621 OLD_FILES+=usr/bin/yyfix
6622 OLD_FILES+=usr/share/man/man1/yyfix.1.gz
6623 # 20120505: new clang import installed a redundant internal header
6624 OLD_FILES+=usr/include/clang/3.1/stdalign.h
6625 # 20120428: MD2 removed from libmd
6626 OLD_LIBS+=lib/libmd.so.5
6627 OLD_FILES+=usr/include/md2.h
6628 OLD_LIBS+=usr/lib32/libmd.so.5
6629 OLD_FILES+=usr/share/man/man3/MD2Data.3.gz
6630 OLD_FILES+=usr/share/man/man3/MD2End.3.gz
6631 OLD_FILES+=usr/share/man/man3/MD2File.3.gz
6632 OLD_FILES+=usr/share/man/man3/MD2FileChunk.3.gz
6633 OLD_FILES+=usr/share/man/man3/MD2Final.3.gz
6634 OLD_FILES+=usr/share/man/man3/MD2Init.3.gz
6635 OLD_FILES+=usr/share/man/man3/MD2Update.3.gz
6636 OLD_FILES+=usr/share/man/man3/md2.3.gz
6637 # 20120425: libusb version bump (r234684)
6638 OLD_LIBS+=usr/lib/libusb.so.2
6639 OLD_LIBS+=usr/lib32/libusb.so.2
6640 OLD_FILES+=usr/share/man/man3/libsub_get_active_config_descriptor.3.gz
6641 # 20120415: new clang import which bumps version from 3.0 to 3.1
6642 OLD_FILES+=usr/include/clang/3.0/altivec.h
6643 OLD_FILES+=usr/include/clang/3.0/avxintrin.h
6644 OLD_FILES+=usr/include/clang/3.0/emmintrin.h
6645 OLD_FILES+=usr/include/clang/3.0/immintrin.h
6646 OLD_FILES+=usr/include/clang/3.0/mm3dnow.h
6647 OLD_FILES+=usr/include/clang/3.0/mm_malloc.h
6648 OLD_FILES+=usr/include/clang/3.0/mmintrin.h
6649 OLD_FILES+=usr/include/clang/3.0/nmmintrin.h
6650 OLD_FILES+=usr/include/clang/3.0/pmmintrin.h
6651 OLD_FILES+=usr/include/clang/3.0/smmintrin.h
6652 OLD_FILES+=usr/include/clang/3.0/tmmintrin.h
6653 OLD_FILES+=usr/include/clang/3.0/wmmintrin.h
6654 OLD_FILES+=usr/include/clang/3.0/x86intrin.h
6655 OLD_FILES+=usr/include/clang/3.0/xmmintrin.h
6656 OLD_DIRS+=usr/include/clang/3.0
6657 # 20120412: BIND 9.8.1 release notes removed
6658 OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.pdf
6659 OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.txt
6660 OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.html
6661 OLD_FILES+=usr/share/doc/bind9/release-notes.css
6662 # 20120330: legacy(4) moved to x86
6663 OLD_FILES+=usr/include/machine/legacyvar.h
6664 # 20120324: MPI headers updated
6665 OLD_FILES+=usr/include/dev/mpt/mpilib/mpi_inb.h
6666 # 20120322: hwpmc_mips24k.h removed
6667 OLD_FILES+=usr/include/dev/hwpmc/hwpmc_mips24k.h
6668 # 20120322: Update heimdal to 1.5.1.
6669 OLD_FILES+=usr/include/krb5-v4compat.h \
6670         usr/include/krb_err.h \
6671         usr/include/hdb-private.h \
6672         usr/share/man/man3/krb5_addresses.3.gz \
6673         usr/share/man/man3/krb5_cc_cursor.3.gz \
6674         usr/share/man/man3/krb5_cc_ops.3.gz \
6675         usr/share/man/man3/krb5_config.3.gz \
6676         usr/share/man/man3/krb5_config_get_int_default.3.gz \
6677         usr/share/man/man3/krb5_context.3.gz \
6678         usr/share/man/man3/krb5_data.3.gz \
6679         usr/share/man/man3/krb5_err.3.gz \
6680         usr/share/man/man3/krb5_errx.3.gz \
6681         usr/share/man/man3/krb5_keyblock.3.gz \
6682         usr/share/man/man3/krb5_keytab_entry.3.gz \
6683         usr/share/man/man3/krb5_kt_cursor.3.gz \
6684         usr/share/man/man3/krb5_kt_ops.3.gz \
6685         usr/share/man/man3/krb5_set_warn_dest.3.gz \
6686         usr/share/man/man3/krb5_verr.3.gz \
6687         usr/share/man/man3/krb5_verrx.3.gz \
6688         usr/share/man/man3/krb5_vwarnx.3.gz \
6689         usr/share/man/man3/krb5_warn.3.gz \
6690         usr/share/man/man3/krb5_warnx.3.gz
6691 OLD_LIBS+=usr/lib/libasn1.so.10 \
6692         usr/lib/libhdb.so.10 \
6693         usr/lib/libheimntlm.so.10 \
6694         usr/lib/libhx509.so.10 \
6695         usr/lib/libkadm5clnt.so.10 \
6696         usr/lib/libkadm5srv.so.10 \
6697         usr/lib/libkafs5.so.10 \
6698         usr/lib/libkrb5.so.10 \
6699         usr/lib/libroken.so.10 \
6700         usr/lib32/libasn1.so.10 \
6701         usr/lib32/libhdb.so.10 \
6702         usr/lib32/libheimntlm.so.10 \
6703         usr/lib32/libhx509.so.10 \
6704         usr/lib32/libkadm5clnt.so.10 \
6705         usr/lib32/libkadm5srv.so.10 \
6706         usr/lib32/libkafs5.so.10 \
6707         usr/lib32/libkrb5.so.10 \
6708         usr/lib32/libroken.so.10
6709 # 20120309: Remove fifofs header files.
6710 OLD_FILES+=usr/include/fs/fifofs/fifo.h
6711 OLD_DIRS+=usr/include/fs/fifofs
6712 # 20120304: xlocale cleanup
6713 OLD_FILES+=usr/include/_xlocale_ctype.h
6714 # 20120225: libarchive 3.0.3
6715 OLD_FILES+=usr/share/man/man3/archive_read_data_into_buffer.3.gz \
6716         usr/share/man/man3/archive_read_support_compression_all.3.gz \
6717         usr/share/man/man3/archive_read_support_compression_bzip2.3.gz \
6718         usr/share/man/man3/archive_read_support_compression_compress.3.gz \
6719         usr/share/man/man3/archive_read_support_compression_gzip.3.gz \
6720         usr/share/man/man3/archive_read_support_compression_lzma.3.gz \
6721         usr/share/man/man3/archive_read_support_compression_none.3.gz \
6722         usr/share/man/man3/archive_read_support_compression_program.3.gz \
6723         usr/share/man/man3/archive_read_support_compression_program_signature.3.gz \
6724         usr/share/man/man3/archive_read_support_compression_xz.3.gz \
6725         usr/share/man/man3/archive_write_set_callbacks.3.gz \
6726         usr/share/man/man3/archive_write_set_compression_bzip2.3.gz \
6727         usr/share/man/man3/archive_write_set_compression_compress.3.gz \
6728         usr/share/man/man3/archive_write_set_compression_gzip.3.gz \
6729         usr/share/man/man3/archive_write_set_compression_none.3.gz \
6730         usr/share/man/man3/archive_write_set_compression_program.3.gz
6731 OLD_LIBS+=usr/lib/libarchive.so.5
6732 OLD_LIBS+=usr/lib32/libarchive.so.5
6733 # 20120113: removal of wtmpcvt(1)
6734 OLD_FILES+=usr/bin/wtmpcvt
6735 OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
6736 # 20111214: eventtimers(7) moved to eventtimers(4)
6737 OLD_FILES+=usr/share/man/man7/eventtimers.7.gz
6738 # 20111125: amd(4) removed
6739 OLD_FILES+=usr/share/man/man4/amd.4.gz
6740 # 20111125: libodialog removed
6741 OLD_FILES+=usr/lib/libodialog.a
6742 OLD_FILES+=usr/lib/libodialog.so
6743 OLD_LIBS+=usr/lib/libodialog.so.7
6744 OLD_FILES+=usr/lib/libodialog_p.a
6745 OLD_FILES+=usr/lib32/libodialog.a
6746 OLD_FILES+=usr/lib32/libodialog.so
6747 OLD_LIBS+=usr/lib32/libodialog.so.7
6748 OLD_FILES+=usr/lib32/libodialog_p.a
6749 # 20110930: sysinstall removed
6750 OLD_FILES+=usr/sbin/sysinstall
6751 OLD_FILES+=usr/share/man/man8/sysinstall.8.gz
6752 OLD_FILES+=usr/lib/libftpio.a
6753 OLD_FILES+=usr/lib/libftpio.so
6754 OLD_LIBS+=usr/lib/libftpio.so.8
6755 OLD_FILES+=usr/lib/libftpio_p.a
6756 OLD_FILES+=usr/lib32/libftpio.a
6757 OLD_FILES+=usr/lib32/libftpio.so
6758 OLD_LIBS+=usr/lib32/libftpio.so.8
6759 OLD_FILES+=usr/lib32/libftpio_p.a
6760 OLD_FILES+=usr/include/ftpio.h
6761 OLD_FILES+=usr/share/man/man3/ftpio.3.gz
6762 # 20110915: rename congestion control manpages
6763 OLD_FILES+=usr/share/man/man9/cc.9.gz
6764 # 20110831: atomic page flags operations
6765 OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz
6766 OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz
6767 OLD_FILES+=usr/share/man/man9/vm_page_flag_set.9.gz
6768 # 20110828: library version bump for 9.0
6769 OLD_LIBS+=lib/libcam.so.5
6770 OLD_LIBS+=lib/libpcap.so.7
6771 OLD_LIBS+=lib/libufs.so.5
6772 OLD_LIBS+=usr/lib/libbsnmp.so.5
6773 OLD_LIBS+=usr/lib/libdwarf.so.2
6774 OLD_LIBS+=usr/lib/libopie.so.6
6775 OLD_LIBS+=usr/lib/librtld_db.so.1
6776 OLD_LIBS+=usr/lib/libtacplus.so.4
6777 OLD_LIBS+=usr/lib32/libcam.so.5
6778 OLD_LIBS+=usr/lib32/libpcap.so.7
6779 OLD_LIBS+=usr/lib32/libufs.so.5
6780 OLD_LIBS+=usr/lib32/libbsnmp.so.5
6781 OLD_LIBS+=usr/lib32/libdwarf.so.2
6782 OLD_LIBS+=usr/lib32/libopie.so.6
6783 OLD_LIBS+=usr/lib32/librtld_db.so.1
6784 OLD_LIBS+=usr/lib32/libtacplus.so.4
6785 # 20110817: no more acd.4, ad.4, afd.4 and ast.4
6786 OLD_FILES+=usr/share/man/man4/acd.4.gz
6787 OLD_FILES+=usr/share/man/man4/ad.4.gz
6788 OLD_FILES+=usr/share/man/man4/afd.4.gz
6789 OLD_FILES+=usr/share/man/man4/ast.4.gz
6790 # 20110718: no longer useful in the age of rc.d
6791 OLD_FILES+=usr/sbin/named.reconfig
6792 OLD_FILES+=usr/sbin/named.reload
6793 OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
6794 OLD_FILES+=usr/share/man/man8/named.reload.8.gz
6795 # 20110716: bind 9.8.0 import
6796 OLD_LIBS+=usr/lib/liblwres.so.50
6797 OLD_FILES+=usr/share/doc/bind9/KNOWN-DEFECTS
6798 OLD_FILES+=usr/share/doc/bind9/NSEC3-NOTES
6799 OLD_FILES+=usr/share/doc/bind9/README.idnkit
6800 OLD_FILES+=usr/share/doc/bind9/README.pkcs11
6801 # 20110709: vm_map_clean.9 -> vm_map_sync.9
6802 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
6803 # 20110709: Catch up with removal of these functions.
6804 OLD_FILES+=usr/share/man/man9/vm_page_copy.9.gz
6805 OLD_FILES+=usr/share/man/man9/vm_page_protect.9.gz
6806 OLD_FILES+=usr/share/man/man9/vm_page_zero_fill.9.gz
6807 # 20110707: script no longer needed by /etc/rc.d/nfsd
6808 OLD_FILES+=etc/rc.d/nfsserver
6809 # 20110705: files moved so both NFS clients can share them
6810 OLD_FILES+=usr/include/nfsclient/krpc.h
6811 OLD_FILES+=usr/include/nfsclient/nfsdiskless.h
6812 # 20110705: the switch of default NFS client to the new one
6813 OLD_FILES+=sbin/mount_newnfs
6814 OLD_FILES+=usr/share/man/man8/mount_newnfs.8.gz
6815 OLD_FILES+=usr/include/nfsclient/nfs_kdtrace.h
6816 # 20110628: calendar.msk removed
6817 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk
6818 # 20110517: libpkg removed
6819 OLD_FILES+=usr/include/pkg.h
6820 OLD_FILES+=usr/lib/libpkg.a
6821 OLD_FILES+=usr/lib/libpkg.so
6822 OLD_LIBS+=usr/lib/libpkg.so.0
6823 OLD_FILES+=usr/lib/libpkg_p.a
6824 OLD_FILES+=usr/lib32/libpkg.a
6825 OLD_FILES+=usr/lib32/libpkg.so
6826 OLD_LIBS+=usr/lib32/libpkg.so.0
6827 OLD_FILES+=usr/lib32/libpkg_p.a
6828 # 20110517: libsbuf version bump
6829 OLD_LIBS+=lib/libsbuf.so.5
6830 OLD_LIBS+=usr/lib32/libsbuf.so.5
6831 # 20110502: new clang import which bumps version from 2.9 to 3.0
6832 OLD_FILES+=usr/include/clang/2.9/emmintrin.h
6833 OLD_FILES+=usr/include/clang/2.9/mm_malloc.h
6834 OLD_FILES+=usr/include/clang/2.9/mmintrin.h
6835 OLD_FILES+=usr/include/clang/2.9/pmmintrin.h
6836 OLD_FILES+=usr/include/clang/2.9/tmmintrin.h
6837 OLD_FILES+=usr/include/clang/2.9/xmmintrin.h
6838 OLD_DIRS+=usr/include/clang/2.9
6839 # 20110417: removal of Objective-C support
6840 OLD_FILES+=usr/include/objc/encoding.h
6841 OLD_FILES+=usr/include/objc/hash.h
6842 OLD_FILES+=usr/include/objc/NXConstStr.h
6843 OLD_FILES+=usr/include/objc/objc-api.h
6844 OLD_FILES+=usr/include/objc/objc-decls.h
6845 OLD_FILES+=usr/include/objc/objc-list.h
6846 OLD_FILES+=usr/include/objc/objc.h
6847 OLD_FILES+=usr/include/objc/Object.h
6848 OLD_FILES+=usr/include/objc/Protocol.h
6849 OLD_FILES+=usr/include/objc/runtime.h
6850 OLD_FILES+=usr/include/objc/sarray.h
6851 OLD_FILES+=usr/include/objc/thr.h
6852 OLD_FILES+=usr/include/objc/typedstream.h
6853 OLD_FILES+=usr/lib/libobjc.a
6854 OLD_FILES+=usr/lib/libobjc.so
6855 OLD_FILES+=usr/lib/libobjc_p.a
6856 OLD_FILES+=usr/libexec/cc1obj
6857 OLD_LIBS+=usr/lib/libobjc.so.4
6858 OLD_DIRS+=usr/include/objc
6859 OLD_FILES+=usr/lib32/libobjc.a
6860 OLD_FILES+=usr/lib32/libobjc.so
6861 OLD_FILES+=usr/lib32/libobjc_p.a
6862 OLD_LIBS+=usr/lib32/libobjc.so.4
6863 # 20110331: firmware.img created at build time
6864 OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img
6865 # 20110224: sticky.8 -> sticky.7
6866 OLD_FILES+=usr/share/man/man8/sticky.8.gz
6867 # 20110220: new clang import which bumps version from 2.8 to 2.9
6868 OLD_FILES+=usr/include/clang/2.8/emmintrin.h
6869 OLD_FILES+=usr/include/clang/2.8/mm_malloc.h
6870 OLD_FILES+=usr/include/clang/2.8/mmintrin.h
6871 OLD_FILES+=usr/include/clang/2.8/pmmintrin.h
6872 OLD_FILES+=usr/include/clang/2.8/tmmintrin.h
6873 OLD_FILES+=usr/include/clang/2.8/xmmintrin.h
6874 OLD_DIRS+=usr/include/clang/2.8
6875 # 20110119: netinet/sctp_cc_functions.h removed
6876 OLD_FILES+=usr/include/netinet/sctp_cc_functions.h
6877 # 20110119: Remove SYSCTL_*X* sysctl additions.
6878 OLD_FILES+=usr/share/man/man9/SYSCTL_XINT.9.gz \
6879     usr/share/man/man9/SYSCTL_XLONG.9.gz
6880
6881 # 20110112: Update dialog to new version, rename old libdialog to libodialog,
6882 #     removing associated man pages and header files.
6883 OLD_FILES+=usr/share/man/man3/draw_shadow.3.gz \
6884     usr/share/man/man3/draw_box.3.gz usr/share/man/man3/line_edit.3.gz \
6885     usr/share/man/man3/strheight.3.gz usr/share/man/man3/strwidth.3.gz \
6886     usr/share/man/man3/dialog_create_rc.3.gz \
6887     usr/share/man/man3/dialog_yesno.3.gz usr/share/man/man3/dialog_noyes.3.gz \
6888     usr/share/man/man3/dialog_prgbox.3.gz \
6889     usr/share/man/man3/dialog_textbox.3.gz usr/share/man/man3/dialog_menu.3.gz \
6890     usr/share/man/man3/dialog_checklist.3.gz \
6891     usr/share/man/man3/dialog_radiolist.3.gz \
6892     usr/share/man/man3/dialog_inputbox.3.gz \
6893     usr/share/man/man3/dialog_clear_norefresh.3.gz \
6894     usr/share/man/man3/dialog_clear.3.gz usr/share/man/man3/dialog_update.3.gz \
6895     usr/share/man/man3/dialog_fselect.3.gz \
6896     usr/share/man/man3/dialog_notify.3.gz \
6897     usr/share/man/man3/dialog_mesgbox.3.gz \
6898     usr/share/man/man3/dialog_gauge.3.gz usr/share/man/man3/init_dialog.3.gz \
6899     usr/share/man/man3/end_dialog.3.gz usr/share/man/man3/use_helpfile.3.gz \
6900     usr/share/man/man3/use_helpline.3.gz usr/share/man/man3/get_helpline.3.gz \
6901     usr/share/man/man3/restore_helpline.3.gz \
6902     usr/share/man/man3/dialog_msgbox.3.gz \
6903     usr/share/man/man3/dialog_ftree.3.gz usr/share/man/man3/dialog_tree.3.gz \
6904     usr/share/examples/dialog/README usr/share/examples/dialog/checklist \
6905     usr/share/examples/dialog/ftreebox usr/share/examples/dialog/infobox \
6906     usr/share/examples/dialog/inputbox usr/share/examples/dialog/menubox \
6907     usr/share/examples/dialog/msgbox usr/share/examples/dialog/prgbox \
6908     usr/share/examples/dialog/radiolist usr/share/examples/dialog/textbox \
6909     usr/share/examples/dialog/treebox usr/share/examples/dialog/yesno \
6910     usr/share/examples/libdialog/Makefile usr/share/examples/libdialog/check1.c\
6911     usr/share/examples/libdialog/check2.c usr/share/examples/libdialog/check3.c\
6912     usr/share/examples/libdialog/dselect.c \
6913     usr/share/examples/libdialog/fselect.c \
6914     usr/share/examples/libdialog/ftree1.c \
6915     usr/share/examples/libdialog/ftree1.test \
6916     usr/share/examples/libdialog/ftree2.c \
6917     usr/share/examples/libdialog/ftree2.test \
6918     usr/share/examples/libdialog/gauge.c usr/share/examples/libdialog/input1.c \
6919     usr/share/examples/libdialog/input2.c usr/share/examples/libdialog/menu1.c \
6920     usr/share/examples/libdialog/menu2.c usr/share/examples/libdialog/menu3.c \
6921     usr/share/examples/libdialog/msg.c usr/share/examples/libdialog/prgbox.c \
6922     usr/share/examples/libdialog/radio1.c usr/share/examples/libdialog/radio2.c\
6923     usr/share/examples/libdialog/radio3.c usr/share/examples/libdialog/text.c \
6924     usr/share/examples/libdialog/tree.c usr/share/examples/libdialog/yesno.c
6925 OLD_DIRS+=usr/share/examples/libdialog usr/share/examples/dialog
6926 # 20101114: Remove long-obsolete MAKEDEV.8
6927 OLD_FILES+=usr/share/man/man8/MAKEDEV.8.gz
6928 # 20101112: vgonel(9) has gone to private API a while ago
6929 OLD_FILES+=usr/share/man/man9/vgonel.9.gz
6930 # 20101112: removed gasp.info
6931 OLD_FILES+=usr/share/info/gasp.info.gz
6932 # 20101109: machine/mutex.h removed
6933 OLD_FILES+=usr/include/machine/mutex.h
6934 # 20101109: headers moved from machine/ to x86/
6935 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
6936 OLD_FILES+=usr/include/machine/mptable.h
6937 .endif
6938 # 20101101: headers moved from machine/ to x86/
6939 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
6940 OLD_FILES+=usr/include/machine/apicreg.h
6941 OLD_FILES+=usr/include/machine/mca.h
6942 .endif
6943 # 20101020: catch up with vm_page_sleep_if_busy rename
6944 OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz
6945 # 20101018: taskqueue(9) updates
6946 OLD_FILES+=usr/share/man/man9/taskqueue_find.9.gz
6947 # 20101011: removed subblock.h from liblzma
6948 OLD_FILES+=usr/include/lzma/subblock.h
6949 # 20101002: removed manpath.config
6950 OLD_FILES+=etc/manpath.config
6951 OLD_FILES+=usr/share/examples/etc/manpath.config
6952 # 20100910: renamed sbuf_overflowed to sbuf_error
6953 OLD_FILES+=usr/share/man/man9/sbuf_overflowed.9.gz
6954 # 20100815: retired last traces of chooseproc(9)
6955 OLD_FILES+=usr/share/man/man9/chooseproc.9.gz
6956 # 20100806: removal of unused libcompat routines
6957 OLD_FILES+=usr/share/man/man3/ascftime.3.gz
6958 OLD_FILES+=usr/share/man/man3/cfree.3.gz
6959 OLD_FILES+=usr/share/man/man3/cftime.3.gz
6960 OLD_FILES+=usr/share/man/man3/getpw.3.gz
6961 # 20100801: tzdata2010k import
6962 OLD_FILES+=usr/share/zoneinfo/Pacific/Ponape
6963 OLD_FILES+=usr/share/zoneinfo/Pacific/Truk
6964 # 20100725: acpi_aiboost(4) removal.
6965 OLD_FILES+=usr/share/man/man4/acpi_aiboost.4.gz
6966 # 20100724: nfsclient/nfs_lock.h moved to nfs/nfs_lock.h
6967 OLD_FILES+=usr/include/nfsclient/nfs_lock.h
6968 # 20100720: new clang import which bumps version from 2.0 to 2.8
6969 OLD_FILES+=usr/include/clang/2.0/emmintrin.h
6970 OLD_FILES+=usr/include/clang/2.0/mm_malloc.h
6971 OLD_FILES+=usr/include/clang/2.0/mmintrin.h
6972 OLD_FILES+=usr/include/clang/2.0/pmmintrin.h
6973 OLD_FILES+=usr/include/clang/2.0/tmmintrin.h
6974 OLD_FILES+=usr/include/clang/2.0/xmmintrin.h
6975 OLD_DIRS+=usr/include/clang/2.0
6976 # 20100706: removed pc-sysinstall's detect-vmware.sh
6977 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-vmware.sh
6978 # 20100701: [powerpc] removed <machine/intr.h>
6979 .if ${TARGET_ARCH} == "powerpc"
6980 OLD_FILES+=usr/include/machine/intr.h
6981 .endif
6982 # 20100514: library version bump for versioned symbols for liblzma
6983 OLD_LIBS+=usr/lib/liblzma.so.0
6984 OLD_LIBS+=usr/lib32/liblzma.so.0
6985 # 20100511: move GCC-specific headers to /usr/include/gcc
6986 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
6987 OLD_FILES+=usr/include/emmintrin.h
6988 OLD_FILES+=usr/include/mm_malloc.h
6989 OLD_FILES+=usr/include/pmmintrin.h
6990 OLD_FILES+=usr/include/xmmintrin.h
6991 .endif
6992 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "arm"
6993 OLD_FILES+=usr/include/mmintrin.h
6994 .endif
6995 .if ${TARGET_ARCH} == "powerpc"
6996 OLD_FILES+=usr/include/altivec.h
6997 OLD_FILES+=usr/include/ppc-asm.h
6998 OLD_FILES+=usr/include/spe.h
6999 .endif
7000 # 20100416: [mips] removed <machine/psl.h>
7001 .if ${TARGET_ARCH} == "mips"
7002 OLD_FILES+=usr/include/machine/psl.h
7003 .endif
7004 # 20100415: [mips] removed unused headers
7005 .if ${TARGET_ARCH} == "mips"
7006 OLD_FILES+=usr/include/machine/archtype.h
7007 OLD_FILES+=usr/include/machine/segments.h
7008 OLD_FILES+=usr/include/machine/rm7000.h
7009 OLD_FILES+=usr/include/machine/defs.h
7010 OLD_FILES+=usr/include/machine/queue.h
7011 .endif
7012 # 20100326: gcpio removal
7013 OLD_FILES+=usr/bin/gcpio
7014 OLD_FILES+=usr/share/info/cpio.info.gz
7015 OLD_FILES+=usr/share/man/man1/gcpio.1.gz
7016 # 20100322: libz update
7017 OLD_LIBS+=lib/libz.so.5
7018 OLD_LIBS+=usr/lib32/libz.so.5
7019 # 20100314: removal of regexp.h
7020 OLD_FILES+=usr/include/regexp.h
7021 OLD_FILES+=usr/share/man/man3/regexp.3.gz
7022 OLD_FILES+=usr/share/man/man3/regsub.3.gz
7023 # 20100303: actual removal of utmp.h
7024 OLD_FILES+=usr/include/utmp.h
7025 # 20100208: man pages moved
7026 .if ${TARGET_ARCH} == "i386"
7027 OLD_FILES+=usr/share/man/man4/i386/alpm.4.gz
7028 OLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz
7029 OLD_FILES+=usr/share/man/man4/i386/mcd.4.gz
7030 OLD_FILES+=usr/share/man/man4/i386/padlock.4.gz
7031 OLD_FILES+=usr/share/man/man4/i386/pcf.4.gz
7032 OLD_FILES+=usr/share/man/man4/i386/scd.4.gz
7033 OLD_FILES+=usr/share/man/man4/i386/viapm.4.gz
7034 .endif
7035 # 20100122: move BSDL bc/dc USD documents to /usr/share/doc/usd
7036 OLD_FILES+=usr/share/doc/papers/bc.ascii.gz
7037 OLD_FILES+=usr/share/doc/papers/dc.ascii.gz
7038 # 20100120: replacing GNU bc/dc with BSDL versions
7039 OLD_FILES+=usr/share/examples/bc/ckbook.b
7040 OLD_FILES+=usr/share/examples/bc/pi.b
7041 OLD_FILES+=usr/share/examples/bc/primes.b
7042 OLD_FILES+=usr/share/examples/bc/twins.b
7043 OLD_FILES+=usr/share/info/dc.info.gz
7044 OLD_DIRS+=usr/share/examples/bc
7045 # 20100114: removal of ttyslot(3)
7046 OLD_FILES+=usr/share/man/man3/ttyslot.3.gz
7047 # 20100113: remove utmp.h, replace it by utmpx.h
7048 OLD_FILES+=usr/share/man/man3/login.3.gz
7049 OLD_FILES+=usr/share/man/man3/logout.3.gz
7050 OLD_FILES+=usr/share/man/man3/logwtmp.3.gz
7051 OLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz
7052 OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
7053 OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
7054 OLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz
7055 OLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz
7056 OLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz
7057 OLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz
7058 OLD_FILES+=usr/share/man/man5/lastlog.5.gz
7059 OLD_FILES+=usr/share/man/man5/utmp.5.gz
7060 OLD_FILES+=usr/share/man/man5/wtmp.5.gz
7061 OLD_LIBS+=lib/libutil.so.8
7062 OLD_LIBS+=usr/lib32/libutil.so.8
7063 # 20100105: new userland semaphore implementation
7064 OLD_FILES+=usr/include/sys/semaphore.h
7065 # 20100103: ntptrace(8) removed
7066 OLD_FILES+=usr/sbin/ntptrace
7067 OLD_FILES+=usr/share/man/man8/ntptrace.8.gz
7068 # 20091229: remove no longer relevant examples
7069 OLD_FILES+=usr/share/examples/pppd/auth-down.sample
7070 OLD_FILES+=usr/share/examples/pppd/auth-up.sample
7071 OLD_FILES+=usr/share/examples/pppd/chap-secrets.sample
7072 OLD_FILES+=usr/share/examples/pppd/chat.sh.sample
7073 OLD_FILES+=usr/share/examples/pppd/ip-down.sample
7074 OLD_FILES+=usr/share/examples/pppd/ip-up.sample
7075 OLD_FILES+=usr/share/examples/pppd/options.sample
7076 OLD_FILES+=usr/share/examples/pppd/pap-secrets.sample
7077 OLD_FILES+=usr/share/examples/pppd/ppp.deny.sample
7078 OLD_FILES+=usr/share/examples/pppd/ppp.shells.sample
7079 OLD_DIRS+=usr/share/examples/pppd
7080 OLD_FILES+=usr/share/examples/slattach/unit-command.sh
7081 OLD_DIRS+=usr/share/examples/slattach
7082 OLD_FILES+=usr/share/examples/sliplogin/slip.hosts
7083 OLD_FILES+=usr/share/examples/sliplogin/slip.login
7084 OLD_FILES+=usr/share/examples/sliplogin/slip.logout
7085 OLD_FILES+=usr/share/examples/sliplogin/slip.slparms
7086 OLD_DIRS+=usr/share/examples/sliplogin
7087 OLD_FILES+=usr/share/examples/startslip/sldown.sh
7088 OLD_FILES+=usr/share/examples/startslip/slip.sh
7089 OLD_FILES+=usr/share/examples/startslip/slup.sh
7090 OLD_DIRS+=usr/share/examples/startslip
7091 # 20091202: unify rc.firewall and rc.firewall6.
7092 OLD_FILES+=etc/rc.d/ip6fw
7093 OLD_FILES+=etc/rc.firewall6
7094 OLD_FILES+=usr/share/examples/etc/rc.firewall6
7095 # 20091117: removal of rc.early(8) link
7096 OLD_FILES+=usr/share/man/man8/rc.early.8.gz
7097 # 20091117: usr/share/zoneinfo/GMT link removed
7098 OLD_FILES+=usr/share/zoneinfo/GMT
7099 # 20091027: pselect.3 implemented as syscall
7100 OLD_FILES+=usr/share/man/man3/pselect.3.gz
7101 # 20091005: fusword.9 and susword.9 removed
7102 OLD_FILES+=usr/share/man/man9/fusword.9.gz
7103 OLD_FILES+=usr/share/man/man9/susword.9.gz
7104 # 20090909: vesa and dpms promoted to be i386/amd64 common
7105 OLD_FILES+=usr/include/machine/pc/vesa.h
7106 OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz
7107 # 20090904: remove lukemftpd
7108 OLD_FILES+=usr/libexec/lukemftpd
7109 OLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz
7110 OLD_FILES+=usr/share/man/man5/ftpusers.5.gz
7111 OLD_FILES+=usr/share/man/man8/lukemftpd.8.gz
7112 # 20090902: BSD.{x11,x11-4}.dist are dead and BSD.local.dist lives in ports/
7113 OLD_FILES+=etc/mtree/BSD.local.dist
7114 OLD_FILES+=etc/mtree/BSD.x11.dist
7115 OLD_FILES+=etc/mtree/BSD.x11-4.dist
7116 # 20090812: net80211 documentation overhaul
7117 OLD_FILES+=usr/share/man/man9/ieee80211_add_rates.9.gz
7118 OLD_FILES+=usr/share/man/man9/ieee80211_add_xrates.9.gz
7119 OLD_FILES+=usr/share/man/man9/ieee80211_alloc_node.9.gz
7120 OLD_FILES+=usr/share/man/man9/ieee80211_attach.9.gz
7121 OLD_FILES+=usr/share/man/man9/ieee80211_begin_scan.9.gz
7122 OLD_FILES+=usr/share/man/man9/ieee80211_cfgget.9.gz
7123 OLD_FILES+=usr/share/man/man9/ieee80211_cfgset.9.gz
7124 OLD_FILES+=usr/share/man/man9/ieee80211_chan2ieee.9.gz
7125 OLD_FILES+=usr/share/man/man9/ieee80211_chan2mode.9.gz
7126 OLD_FILES+=usr/share/man/man9/ieee80211_create_ibss.9.gz
7127 OLD_FILES+=usr/share/man/man9/ieee80211_crypto_attach.9.gz
7128 OLD_FILES+=usr/share/man/man9/ieee80211_crypto_detach.9.gz
7129 OLD_FILES+=usr/share/man/man9/ieee80211_decap.9.gz
7130 OLD_FILES+=usr/share/man/man9/ieee80211_dump_pkt.9.gz
7131 OLD_FILES+=usr/share/man/man9/ieee80211_dup_bss.9.gz
7132 OLD_FILES+=usr/share/man/man9/ieee80211_encap.9.gz
7133 OLD_FILES+=usr/share/man/man9/ieee80211_end_scan.9.gz
7134 OLD_FILES+=usr/share/man/man9/ieee80211_find_node.9.gz
7135 OLD_FILES+=usr/share/man/man9/ieee80211_fix_rate.9.gz
7136 OLD_FILES+=usr/share/man/man9/ieee80211_free_allnodes.9.gz
7137 OLD_FILES+=usr/share/man/man9/ieee80211_ieee2mhz.9.gz
7138 OLD_FILES+=usr/share/man/man9/ieee80211_ioctl.9.gz
7139 OLD_FILES+=usr/share/man/man9/ieee80211_lookup_node.9.gz
7140 OLD_FILES+=usr/share/man/man9/ieee80211_media2rate.9.gz
7141 OLD_FILES+=usr/share/man/man9/ieee80211_media_change.9.gz
7142 OLD_FILES+=usr/share/man/man9/ieee80211_media_init.9.gz
7143 OLD_FILES+=usr/share/man/man9/ieee80211_media_status.9.gz
7144 OLD_FILES+=usr/share/man/man9/ieee80211_mhz2ieee.9.gz
7145 OLD_FILES+=usr/share/man/man9/ieee80211_next_scan.9.gz
7146 OLD_FILES+=usr/share/man/man9/ieee80211_node_attach.9.gz
7147 OLD_FILES+=usr/share/man/man9/ieee80211_node_detach.9.gz
7148 OLD_FILES+=usr/share/man/man9/ieee80211_node_lateattach.9.gz
7149 OLD_FILES+=usr/share/man/man9/ieee80211_print_essid.9.gz
7150 OLD_FILES+=usr/share/man/man9/ieee80211_proto_attach.9.gz
7151 OLD_FILES+=usr/share/man/man9/ieee80211_proto_detach.9.gz
7152 OLD_FILES+=usr/share/man/man9/ieee80211_rate2media.9.gz
7153 OLD_FILES+=usr/share/man/man9/ieee80211_recv_mgmt.9.gz
7154 OLD_FILES+=usr/share/man/man9/ieee80211_send_mgmt.9.gz
7155 OLD_FILES+=usr/share/man/man9/ieee80211_setmode.9.gz
7156 OLD_FILES+=usr/share/man/man9/ieee80211_timeout_nodes.9.gz
7157 OLD_FILES+=usr/share/man/man9/ieee80211_watchdog.9.gz
7158 OLD_FILES+=usr/share/man/man9/ieee80211_wep_crypt.9.gz
7159 # 20090801: vimage.h removed in favour of vnet.h
7160 OLD_FILES+=usr/include/sys/vimage.h
7161 # 20101208: libbsnmp was moved to usr/lib
7162 OLD_LIBS+=lib/libbsnmp.so.5
7163 # 20090719: library version bump for 8.0
7164 OLD_LIBS+=lib/libalias.so.6
7165 OLD_LIBS+=lib/libavl.so.1
7166 OLD_LIBS+=lib/libbegemot.so.3
7167 OLD_LIBS+=lib/libbsdxml.so.3
7168 OLD_LIBS+=lib/libbsnmp.so.4
7169 OLD_LIBS+=lib/libcam.so.4
7170 OLD_LIBS+=lib/libcrypt.so.4
7171 OLD_LIBS+=lib/libcrypto.so.5
7172 OLD_LIBS+=lib/libctf.so.1
7173 OLD_LIBS+=lib/libdevstat.so.6
7174 OLD_LIBS+=lib/libdtrace.so.1
7175 OLD_LIBS+=lib/libedit.so.6
7176 OLD_LIBS+=lib/libgeom.so.4
7177 OLD_LIBS+=lib/libipsec.so.3
7178 OLD_LIBS+=lib/libipx.so.4
7179 OLD_LIBS+=lib/libkiconv.so.3
7180 OLD_LIBS+=lib/libkvm.so.4
7181 OLD_LIBS+=lib/libmd.so.4
7182 OLD_LIBS+=lib/libncurses.so.7
7183 OLD_LIBS+=lib/libncursesw.so.7
7184 OLD_LIBS+=lib/libnvpair.so.1
7185 OLD_LIBS+=lib/libpcap.so.6
7186 OLD_LIBS+=lib/libreadline.so.7
7187 OLD_LIBS+=lib/libsbuf.so.4
7188 OLD_LIBS+=lib/libufs.so.4
7189 OLD_LIBS+=lib/libumem.so.1
7190 OLD_LIBS+=lib/libutil.so.7
7191 OLD_LIBS+=lib/libuutil.so.1
7192 OLD_LIBS+=lib/libz.so.4
7193 OLD_LIBS+=lib/libzfs.so.1
7194 OLD_LIBS+=lib/libzpool.so.1
7195 OLD_LIBS+=usr/lib/libarchive.so.4
7196 OLD_LIBS+=usr/lib/libauditd.so.4
7197 OLD_LIBS+=usr/lib/libbluetooth.so.3
7198 OLD_LIBS+=usr/lib/libbsm.so.2
7199 OLD_LIBS+=usr/lib/libbz2.so.3
7200 OLD_LIBS+=usr/lib/libcalendar.so.4
7201 OLD_LIBS+=usr/lib/libcom_err.so.4
7202 OLD_LIBS+=usr/lib/libdevinfo.so.4
7203 OLD_LIBS+=usr/lib/libdialog.so.6
7204 OLD_LIBS+=usr/lib/libdwarf.so.1
7205 OLD_LIBS+=usr/lib/libfetch.so.5
7206 OLD_LIBS+=usr/lib/libform.so.4
7207 OLD_LIBS+=usr/lib/libformw.so.4
7208 OLD_LIBS+=usr/lib/libftpio.so.7
7209 OLD_LIBS+=usr/lib/libgnuregex.so.4
7210 OLD_LIBS+=usr/lib/libgpib.so.2
7211 OLD_LIBS+=usr/lib/libhistory.so.7
7212 OLD_LIBS+=usr/lib/libmagic.so.3
7213 OLD_LIBS+=usr/lib/libmemstat.so.2
7214 OLD_LIBS+=usr/lib/libmenu.so.4
7215 OLD_LIBS+=usr/lib/libmenuw.so.4
7216 OLD_LIBS+=usr/lib/libmilter.so.4
7217 OLD_LIBS+=usr/lib/libncp.so.3
7218 OLD_LIBS+=usr/lib/libnetgraph.so.3
7219 OLD_LIBS+=usr/lib/libngatm.so.3
7220 OLD_LIBS+=usr/lib/libobjc.so.3
7221 OLD_LIBS+=usr/lib/libopie.so.5
7222 OLD_LIBS+=usr/lib/libpam.so.4
7223 OLD_LIBS+=usr/lib/libpanel.so.4
7224 OLD_LIBS+=usr/lib/libpanelw.so.4
7225 OLD_LIBS+=usr/lib/libpmc.so.4
7226 OLD_LIBS+=usr/lib/libproc.so.1
7227 OLD_LIBS+=usr/lib/libradius.so.3
7228 OLD_LIBS+=usr/lib/librpcsvc.so.4
7229 OLD_LIBS+=usr/lib/libsdp.so.3
7230 OLD_LIBS+=usr/lib/libsmb.so.3
7231 OLD_LIBS+=usr/lib/libssh.so.4
7232 OLD_LIBS+=usr/lib/libssl.so.5
7233 OLD_LIBS+=usr/lib/libtacplus.so.3
7234 OLD_LIBS+=usr/lib/libugidfw.so.3
7235 OLD_LIBS+=usr/lib/libusb.so.1
7236 OLD_LIBS+=usr/lib/libusbhid.so.3
7237 OLD_LIBS+=usr/lib/libvgl.so.5
7238 OLD_LIBS+=usr/lib/libwrap.so.5
7239 OLD_LIBS+=usr/lib/libypclnt.so.3
7240 OLD_LIBS+=usr/lib/pam_chroot.so.4
7241 OLD_LIBS+=usr/lib/pam_deny.so.4
7242 OLD_LIBS+=usr/lib/pam_echo.so.4
7243 OLD_LIBS+=usr/lib/pam_exec.so.4
7244 OLD_LIBS+=usr/lib/pam_ftpusers.so.4
7245 OLD_LIBS+=usr/lib/pam_group.so.4
7246 OLD_LIBS+=usr/lib/pam_guest.so.4
7247 OLD_LIBS+=usr/lib/pam_krb5.so.4
7248 OLD_LIBS+=usr/lib/pam_ksu.so.4
7249 OLD_LIBS+=usr/lib/pam_lastlog.so.4
7250 OLD_LIBS+=usr/lib/pam_login_access.so.4
7251 OLD_LIBS+=usr/lib/pam_nologin.so.4
7252 OLD_LIBS+=usr/lib/pam_opie.so.4
7253 OLD_LIBS+=usr/lib/pam_opieaccess.so.4
7254 OLD_LIBS+=usr/lib/pam_passwdqc.so.4
7255 OLD_LIBS+=usr/lib/pam_permit.so.4
7256 OLD_LIBS+=usr/lib/pam_radius.so.4
7257 OLD_LIBS+=usr/lib/pam_rhosts.so.4
7258 OLD_LIBS+=usr/lib/pam_rootok.so.4
7259 OLD_LIBS+=usr/lib/pam_securetty.so.4
7260 OLD_LIBS+=usr/lib/pam_self.so.4
7261 OLD_LIBS+=usr/lib/pam_ssh.so.4
7262 OLD_LIBS+=usr/lib/pam_tacplus.so.4
7263 OLD_LIBS+=usr/lib/pam_unix.so.4
7264 OLD_LIBS+=usr/lib/snmp_atm.so.5
7265 OLD_LIBS+=usr/lib/snmp_bridge.so.5
7266 OLD_LIBS+=usr/lib/snmp_hostres.so.5
7267 OLD_LIBS+=usr/lib/snmp_mibII.so.5
7268 OLD_LIBS+=usr/lib/snmp_netgraph.so.5
7269 OLD_LIBS+=usr/lib/snmp_pf.so.5
7270 OLD_LIBS+=usr/lib32/libalias.so.6
7271 OLD_LIBS+=usr/lib32/libarchive.so.4
7272 OLD_LIBS+=usr/lib32/libauditd.so.4
7273 OLD_LIBS+=usr/lib32/libavl.so.1
7274 OLD_LIBS+=usr/lib32/libbegemot.so.3
7275 OLD_LIBS+=usr/lib32/libbluetooth.so.3
7276 OLD_LIBS+=usr/lib32/libbsdxml.so.3
7277 OLD_LIBS+=usr/lib32/libbsm.so.2
7278 OLD_LIBS+=usr/lib32/libbsnmp.so.4
7279 OLD_LIBS+=usr/lib32/libbz2.so.3
7280 OLD_LIBS+=usr/lib32/libcalendar.so.4
7281 OLD_LIBS+=usr/lib32/libcam.so.4
7282 OLD_LIBS+=usr/lib32/libcom_err.so.4
7283 OLD_LIBS+=usr/lib32/libcrypt.so.4
7284 OLD_LIBS+=usr/lib32/libcrypto.so.5
7285 OLD_LIBS+=usr/lib32/libctf.so.1
7286 OLD_LIBS+=usr/lib32/libdevinfo.so.4
7287 OLD_LIBS+=usr/lib32/libdevstat.so.6
7288 OLD_LIBS+=usr/lib32/libdialog.so.6
7289 OLD_LIBS+=usr/lib32/libdtrace.so.1
7290 OLD_LIBS+=usr/lib32/libdwarf.so.1
7291 OLD_LIBS+=usr/lib32/libedit.so.6
7292 OLD_LIBS+=usr/lib32/libfetch.so.5
7293 OLD_LIBS+=usr/lib32/libform.so.4
7294 OLD_LIBS+=usr/lib32/libformw.so.4
7295 OLD_LIBS+=usr/lib32/libftpio.so.7
7296 OLD_LIBS+=usr/lib32/libgeom.so.4
7297 OLD_LIBS+=usr/lib32/libgnuregex.so.4
7298 OLD_LIBS+=usr/lib32/libgpib.so.2
7299 OLD_LIBS+=usr/lib32/libhistory.so.7
7300 OLD_LIBS+=usr/lib32/libipsec.so.3
7301 OLD_LIBS+=usr/lib32/libipx.so.4
7302 OLD_LIBS+=usr/lib32/libkiconv.so.3
7303 OLD_LIBS+=usr/lib32/libkvm.so.4
7304 OLD_LIBS+=usr/lib32/libmagic.so.3
7305 OLD_LIBS+=usr/lib32/libmd.so.4
7306 OLD_LIBS+=usr/lib32/libmemstat.so.2
7307 OLD_LIBS+=usr/lib32/libmenu.so.4
7308 OLD_LIBS+=usr/lib32/libmenuw.so.4
7309 OLD_LIBS+=usr/lib32/libmilter.so.4
7310 OLD_LIBS+=usr/lib32/libncp.so.3
7311 OLD_LIBS+=usr/lib32/libncurses.so.7
7312 OLD_LIBS+=usr/lib32/libncursesw.so.7
7313 OLD_LIBS+=usr/lib32/libnetgraph.so.3
7314 OLD_LIBS+=usr/lib32/libngatm.so.3
7315 OLD_LIBS+=usr/lib32/libnvpair.so.1
7316 OLD_LIBS+=usr/lib32/libobjc.so.3
7317 OLD_LIBS+=usr/lib32/libopie.so.5
7318 OLD_LIBS+=usr/lib32/libpam.so.4
7319 OLD_LIBS+=usr/lib32/libpanel.so.4
7320 OLD_LIBS+=usr/lib32/libpanelw.so.4
7321 OLD_LIBS+=usr/lib32/libpcap.so.6
7322 OLD_LIBS+=usr/lib32/libpmc.so.4
7323 OLD_LIBS+=usr/lib32/libproc.so.1
7324 OLD_LIBS+=usr/lib32/libradius.so.3
7325 OLD_LIBS+=usr/lib32/libreadline.so.7
7326 OLD_LIBS+=usr/lib32/librpcsvc.so.4
7327 OLD_LIBS+=usr/lib32/libsbuf.so.4
7328 OLD_LIBS+=usr/lib32/libsdp.so.3
7329 OLD_LIBS+=usr/lib32/libsmb.so.3
7330 OLD_LIBS+=usr/lib32/libssh.so.4
7331 OLD_LIBS+=usr/lib32/libssl.so.5
7332 OLD_LIBS+=usr/lib32/libtacplus.so.3
7333 OLD_LIBS+=usr/lib32/libufs.so.4
7334 OLD_LIBS+=usr/lib32/libugidfw.so.3
7335 OLD_LIBS+=usr/lib32/libumem.so.1
7336 OLD_LIBS+=usr/lib32/libusb.so.1
7337 OLD_LIBS+=usr/lib32/libusbhid.so.3
7338 OLD_LIBS+=usr/lib32/libutil.so.7
7339 OLD_LIBS+=usr/lib32/libuutil.so.1
7340 OLD_LIBS+=usr/lib32/libvgl.so.5
7341 OLD_LIBS+=usr/lib32/libwrap.so.5
7342 OLD_LIBS+=usr/lib32/libypclnt.so.3
7343 OLD_LIBS+=usr/lib32/libz.so.4
7344 OLD_LIBS+=usr/lib32/libzfs.so.1
7345 OLD_LIBS+=usr/lib32/libzpool.so.1
7346 OLD_LIBS+=usr/lib32/pam_chroot.so.4
7347 OLD_LIBS+=usr/lib32/pam_deny.so.4
7348 OLD_LIBS+=usr/lib32/pam_echo.so.4
7349 OLD_LIBS+=usr/lib32/pam_exec.so.4
7350 OLD_LIBS+=usr/lib32/pam_ftpusers.so.4
7351 OLD_LIBS+=usr/lib32/pam_group.so.4
7352 OLD_LIBS+=usr/lib32/pam_guest.so.4
7353 OLD_LIBS+=usr/lib32/pam_krb5.so.4
7354 OLD_LIBS+=usr/lib32/pam_ksu.so.4
7355 OLD_LIBS+=usr/lib32/pam_lastlog.so.4
7356 OLD_LIBS+=usr/lib32/pam_login_access.so.4
7357 OLD_LIBS+=usr/lib32/pam_nologin.so.4
7358 OLD_LIBS+=usr/lib32/pam_opie.so.4
7359 OLD_LIBS+=usr/lib32/pam_opieaccess.so.4
7360 OLD_LIBS+=usr/lib32/pam_passwdqc.so.4
7361 OLD_LIBS+=usr/lib32/pam_permit.so.4
7362 OLD_LIBS+=usr/lib32/pam_radius.so.4
7363 OLD_LIBS+=usr/lib32/pam_rhosts.so.4
7364 OLD_LIBS+=usr/lib32/pam_rootok.so.4
7365 OLD_LIBS+=usr/lib32/pam_securetty.so.4
7366 OLD_LIBS+=usr/lib32/pam_self.so.4
7367 OLD_LIBS+=usr/lib32/pam_ssh.so.4
7368 OLD_LIBS+=usr/lib32/pam_tacplus.so.4
7369 OLD_LIBS+=usr/lib32/pam_unix.so.4
7370 # 20090718: the gdm pam.d file is no longer required.
7371 OLD_FILES+=etc/pam.d/gdm
7372 # 20090714: net_add_domain(9) renamed to domain_add(9)
7373 OLD_FILES+=usr/share/man/man9/net_add_domain.9.gz
7374 # 20090713: vimage container structs removed.
7375 OLD_FILES+=usr/include/netinet/vinet.h
7376 OLD_FILES+=usr/include/netinet6/vinet6.h
7377 OLD_FILES+=usr/include/netipsec/vipsec.h
7378 # 20090712: ieee80211.4 -> net80211.4
7379 OLD_FILES+=usr/share/man/man4/ieee80211.4.gz
7380 # 20090711: typo fixed, kproc_resume,.9 -> kproc_resume.9
7381 OLD_FILES+=usr/share/man/man9/kproc_resume,.9.gz
7382 # 20090709: msgctl.3 msgget.3 msgrcv.3 msgsnd.3 manual pages moved
7383 OLD_FILES+=usr/share/man/man3/msgctl.3.gz
7384 OLD_FILES+=usr/share/man/man3/msgget.3.gz
7385 OLD_FILES+=usr/share/man/man3/msgrcv.3.gz
7386 OLD_FILES+=usr/share/man/man3/msgsnd.3.gz
7387 # 20090630: old kernel RPC implementation removal
7388 OLD_FILES+=usr/include/nfs/rpcv2.h
7389 # 20090624: update usbdi(9)
7390 OLD_FILES+=usr/share/man/man9/usbd_abort_default_pipe.9.gz
7391 OLD_FILES+=usr/share/man/man9/usbd_abort_pipe.9.gz
7392 OLD_FILES+=usr/share/man/man9/usbd_alloc_buffer.9.gz
7393 OLD_FILES+=usr/share/man/man9/usbd_alloc_xfer.9.gz
7394 OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall.9.gz
7395 OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall_async.9.gz
7396 OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_toggle.9.gz
7397 OLD_FILES+=usr/share/man/man9/usbd_close_pipe.9.gz
7398 OLD_FILES+=usr/share/man/man9/usbd_device2interface_handle.9.gz
7399 OLD_FILES+=usr/share/man/man9/usbd_do_request_async.9.gz
7400 OLD_FILES+=usr/share/man/man9/usbd_do_request_flags_pipe.9.gz
7401 OLD_FILES+=usr/share/man/man9/usbd_endpoint_count.9.gz
7402 OLD_FILES+=usr/share/man/man9/usbd_find_edesc.9.gz
7403 OLD_FILES+=usr/share/man/man9/usbd_find_idesc.9.gz
7404 OLD_FILES+=usr/share/man/man9/usbd_free_buffer.9.gz
7405 OLD_FILES+=usr/share/man/man9/usbd_free_xfer.9.gz
7406 OLD_FILES+=usr/share/man/man9/usbd_get_buffer.9.gz
7407 OLD_FILES+=usr/share/man/man9/usbd_get_config.9.gz
7408 OLD_FILES+=usr/share/man/man9/usbd_get_config_desc.9.gz
7409 OLD_FILES+=usr/share/man/man9/usbd_get_config_desc_full.9.gz
7410 OLD_FILES+=usr/share/man/man9/usbd_get_config_descriptor.9.gz
7411 OLD_FILES+=usr/share/man/man9/usbd_get_device_descriptor.9.gz
7412 OLD_FILES+=usr/share/man/man9/usbd_get_endpoint_descriptor.9.gz
7413 OLD_FILES+=usr/share/man/man9/usbd_get_interface_altindex.9.gz
7414 OLD_FILES+=usr/share/man/man9/usbd_get_interface_descriptor.9.gz
7415 OLD_FILES+=usr/share/man/man9/usbd_get_no_alts.9.gz
7416 OLD_FILES+=usr/share/man/man9/usbd_get_quirks.9.gz
7417 OLD_FILES+=usr/share/man/man9/usbd_get_speed.9.gz
7418 OLD_FILES+=usr/share/man/man9/usbd_get_string.9.gz
7419 OLD_FILES+=usr/share/man/man9/usbd_get_string_desc.9.gz
7420 OLD_FILES+=usr/share/man/man9/usbd_get_xfer_status.9.gz
7421 OLD_FILES+=usr/share/man/man9/usbd_interface2device_handle.9.gz
7422 OLD_FILES+=usr/share/man/man9/usbd_interface2endpoint_descriptor.9.gz
7423 OLD_FILES+=usr/share/man/man9/usbd_interface_count.9.gz
7424 OLD_FILES+=usr/share/man/man9/usbd_open_pipe.9.gz
7425 OLD_FILES+=usr/share/man/man9/usbd_open_pipe_intr.9.gz
7426 OLD_FILES+=usr/share/man/man9/usbd_pipe2device_handle.9.gz
7427 OLD_FILES+=usr/share/man/man9/usbd_set_config_index.9.gz
7428 OLD_FILES+=usr/share/man/man9/usbd_set_config_no.9.gz
7429 OLD_FILES+=usr/share/man/man9/usbd_set_interface.9.gz
7430 OLD_FILES+=usr/share/man/man9/usbd_setup_default_xfer.9.gz
7431 OLD_FILES+=usr/share/man/man9/usbd_setup_isoc_xfer.9.gz
7432 OLD_FILES+=usr/share/man/man9/usbd_setup_xfer.9.gz
7433 OLD_FILES+=usr/share/man/man9/usbd_sync_transfer.9.gz
7434 OLD_FILES+=usr/share/man/man9/usbd_transfer.9.gz
7435 OLD_FILES+=usr/share/man/man9/usb_find_desc.9.gz
7436 # 20090623: number of headers needed for a usb driver reduced
7437 OLD_FILES+=usr/include/dev/usb/usb_defs.h
7438 OLD_FILES+=usr/include/dev/usb/usb_error.h
7439 OLD_FILES+=usr/include/dev/usb/usb_handle_request.h
7440 OLD_FILES+=usr/include/dev/usb/usb_hid.h
7441 OLD_FILES+=usr/include/dev/usb/usb_lookup.h
7442 OLD_FILES+=usr/include/dev/usb/usb_mfunc.h
7443 OLD_FILES+=usr/include/dev/usb/usb_parse.h
7444 OLD_FILES+=usr/include/dev/usb/usb_revision.h
7445 # 20090609: devclass_add_driver is no longer public
7446 OLD_FILES+=usr/share/man/man9/devclass_add_driver.9.gz
7447 OLD_FILES+=usr/share/man/man9/devclass_delete_driver.9.gz
7448 OLD_FILES+=usr/share/man/man9/devclass_find_driver.9.gz
7449 # 20090605: removal of clists
7450 OLD_FILES+=usr/include/sys/clist.h
7451 # 20090602: removal of window(1)
7452 OLD_FILES+=usr/bin/window
7453 OLD_FILES+=usr/share/man/man1/window.1.gz
7454 # 20090531: bind 9.6.1rc1 import
7455 OLD_LIBS+=usr/lib/liblwres.so.30
7456 # 20090530: removal of early.sh
7457 OLD_FILES+=etc/rc.d/early.sh
7458 # 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER()
7459 OLD_FILES+=usr/share/man/man3/SLIST_REMOVE_NEXT.3.gz
7460 OLD_FILES+=usr/share/man/man3/STAILQ_REMOVE_NEXT.3.gz
7461 # 20090527: removal of legacy USB stack
7462 OLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h
7463 OLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h
7464 OLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h
7465 OLD_FILES+=usr/include/legacy/dev/usb/hid.h
7466 OLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h
7467 OLD_FILES+=usr/include/legacy/dev/usb/if_urtwvar.h
7468 OLD_FILES+=usr/include/legacy/dev/usb/ohcireg.h
7469 OLD_FILES+=usr/include/legacy/dev/usb/ohcivar.h
7470 OLD_FILES+=usr/include/legacy/dev/usb/rio500_usb.h
7471 OLD_FILES+=usr/include/legacy/dev/usb/rt2573_ucode.h
7472 OLD_FILES+=usr/include/legacy/dev/usb/sl811hsreg.h
7473 OLD_FILES+=usr/include/legacy/dev/usb/sl811hsvar.h
7474 OLD_FILES+=usr/include/legacy/dev/usb/ubser.h
7475 OLD_FILES+=usr/include/legacy/dev/usb/ucomvar.h
7476 OLD_FILES+=usr/include/legacy/dev/usb/udbp.h
7477 OLD_FILES+=usr/include/legacy/dev/usb/uftdireg.h
7478 OLD_FILES+=usr/include/legacy/dev/usb/ugraphire_rdesc.h
7479 OLD_FILES+=usr/include/legacy/dev/usb/uhcireg.h
7480 OLD_FILES+=usr/include/legacy/dev/usb/uhcivar.h
7481 OLD_FILES+=usr/include/legacy/dev/usb/usb.h
7482 OLD_FILES+=usr/include/legacy/dev/usb/usb_mem.h
7483 OLD_FILES+=usr/include/legacy/dev/usb/usb_port.h
7484 OLD_FILES+=usr/include/legacy/dev/usb/usb_quirks.h
7485 OLD_FILES+=usr/include/legacy/dev/usb/usbcdc.h
7486 OLD_FILES+=usr/include/legacy/dev/usb/usbdi.h
7487 OLD_FILES+=usr/include/legacy/dev/usb/usbdi_util.h
7488 OLD_FILES+=usr/include/legacy/dev/usb/usbdivar.h
7489 OLD_FILES+=usr/include/legacy/dev/usb/usbhid.h
7490 OLD_FILES+=usr/include/legacy/dev/usb/uxb360gp_rdesc.h
7491 OLD_DIRS+=usr/include/legacy/dev/usb
7492 OLD_DIRS+=usr/include/legacy/dev
7493 OLD_DIRS+=usr/include/legacy
7494 # 20090526: removal of makekey(8)
7495 OLD_FILES+=usr/libexec/makekey
7496 OLD_FILES+=usr/share/man/man8/makekey.8.gz
7497 # 20090522: removal of University of Michigan NFSv4 client
7498 OLD_FILES+=etc/rc.d/idmapd
7499 OLD_FILES+=sbin/idmapd
7500 OLD_FILES+=sbin/mount_nfs4
7501 OLD_FILES+=usr/share/man/man8/idmapd.8.gz
7502 OLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz
7503 # 20090513: removal of legacy versions of USB network interface drivers
7504 OLD_FILES+=usr/include/legacy/dev/usb/if_upgtvar.h
7505 OLD_FILES+=usr/include/legacy/dev/usb/usb_ethersubr.h
7506 # 20090417: removal of legacy versions of USB network interface drivers
7507 OLD_FILES+=usr/include/legacy/dev/usb/if_auereg.h
7508 OLD_FILES+=usr/include/legacy/dev/usb/if_axereg.h
7509 OLD_FILES+=usr/include/legacy/dev/usb/if_cdcereg.h
7510 OLD_FILES+=usr/include/legacy/dev/usb/if_cuereg.h
7511 OLD_FILES+=usr/include/legacy/dev/usb/if_kuereg.h
7512 OLD_FILES+=usr/include/legacy/dev/usb/if_ruereg.h
7513 OLD_FILES+=usr/include/legacy/dev/usb/if_rumreg.h
7514 OLD_FILES+=usr/include/legacy/dev/usb/if_rumvar.h
7515 OLD_FILES+=usr/include/legacy/dev/usb/if_udavreg.h
7516 OLD_FILES+=usr/include/legacy/dev/usb/if_uralreg.h
7517 OLD_FILES+=usr/include/legacy/dev/usb/if_uralvar.h
7518 OLD_FILES+=usr/include/legacy/dev/usb/if_zydfw.h
7519 OLD_FILES+=usr/include/legacy/dev/usb/if_zydreg.h
7520 OLD_FILES+=usr/include/legacy/dev/usb/kue_fw.h
7521 # 20090416: removal of ar(4), ray(4), sr(4), raycontrol(8)
7522 OLD_FILES+=usr/sbin/raycontrol
7523 OLD_FILES+=usr/share/man/man4/i386/ar.4.gz
7524 OLD_FILES+=usr/share/man/man4/i386/ray.4.gz
7525 OLD_FILES+=usr/share/man/man4/i386/sr.4.gz
7526 OLD_FILES+=usr/share/man/man8/raycontrol.8.gz
7527 # 20090410: VOP_LEASE.9 removed
7528 OLD_FILES+=usr/share/man/man9/VOP_LEASE.9.gz
7529 # 20090406: usb_sw_transfer.h removed
7530 OLD_FILES+=usr/include/dev/usb/usb_sw_transfer.h
7531 # 20090405: removal of if_ppp(4) and if_sl(4)
7532 OLD_FILES+=sbin/slattach rescue/slattach
7533 OLD_FILES+=sbin/startslip rescue/startslip
7534 OLD_FILES+=usr/include/net/if_ppp.h
7535 OLD_FILES+=usr/include/net/if_pppvar.h
7536 OLD_FILES+=usr/include/net/if_slvar.h
7537 OLD_FILES+=usr/include/net/ppp_comp.h
7538 OLD_FILES+=usr/include/net/slip.h
7539 OLD_FILES+=usr/sbin/sliplogin
7540 OLD_FILES+=usr/sbin/slstat
7541 OLD_FILES+=usr/sbin/pppd
7542 OLD_FILES+=usr/sbin/pppstats
7543 OLD_FILES+=usr/share/man/man1/startslip.1.gz
7544 OLD_FILES+=usr/share/man/man4/if_ppp.4.gz
7545 OLD_FILES+=usr/share/man/man4/if_sl.4.gz
7546 OLD_FILES+=usr/share/man/man4/ppp.4.gz
7547 OLD_FILES+=usr/share/man/man4/sl.4.gz
7548 OLD_FILES+=usr/share/man/man8/pppd.8.gz
7549 OLD_FILES+=usr/share/man/man8/pppstats.8.gz
7550 OLD_FILES+=usr/share/man/man8/slattach.8.gz
7551 OLD_FILES+=usr/share/man/man8/slip.8.gz
7552 OLD_FILES+=usr/share/man/man8/sliplogin.8.gz
7553 OLD_FILES+=usr/share/man/man8/slstat.8.gz
7554 # 20090321: libpcap upgraded to 1.0.0
7555 OLD_LIBS+=lib/libpcap.so.5
7556 OLD_LIBS+=usr/lib32/libpcap.so.5
7557 # 20090319: uscanner(4) has been removed
7558 OLD_FILES+=usr/share/man/man4/uscanner.4.gz
7559 # 20090313: k8temp(4) renamed to amdtemp(4)
7560 OLD_FILES+=usr/share/man/man4/k8temp.4.gz
7561 # 20090308: libusb.so.1 renamed
7562 OLD_LIBS+=usr/lib/libusb20.so.1
7563 OLD_FILES+=usr/lib/libusb20.a
7564 OLD_FILES+=usr/lib/libusb20.so
7565 OLD_FILES+=usr/lib/libusb20_p.a
7566 OLD_FILES+=usr/include/libusb20_compat01.h
7567 OLD_FILES+=usr/include/libusb20_compat10.h
7568 OLD_LIBS+=usr/lib32/libusb20.so.1
7569 OLD_FILES+=usr/lib32/libusb20.a
7570 OLD_FILES+=usr/lib32/libusb20.so
7571 OLD_FILES+=usr/lib32/libusb20_p.a
7572 # 20090226: libmp(3) functions renamed
7573 OLD_LIBS+=usr/lib/libmp.so.6
7574 OLD_LIBS+=usr/lib32/libmp.so.6
7575 # 20090223: changeover of USB stacks
7576 OLD_FILES+=usr/include/dev/usb2/include/ufm2_ioctl.h
7577 OLD_FILES+=usr/include/dev/usb2/include/urio2_ioctl.h
7578 OLD_FILES+=usr/include/dev/usb2/include/usb2_cdc.h
7579 OLD_FILES+=usr/include/dev/usb2/include/usb2_defs.h
7580 OLD_FILES+=usr/include/dev/usb2/include/usb2_devid.h
7581 OLD_FILES+=usr/include/dev/usb2/include/usb2_devtable.h
7582 OLD_FILES+=usr/include/dev/usb2/include/usb2_endian.h
7583 OLD_FILES+=usr/include/dev/usb2/include/usb2_error.h
7584 OLD_FILES+=usr/include/dev/usb2/include/usb2_hid.h
7585 OLD_FILES+=usr/include/dev/usb2/include/usb2_ioctl.h
7586 OLD_FILES+=usr/include/dev/usb2/include/usb2_mfunc.h
7587 OLD_FILES+=usr/include/dev/usb2/include/usb2_revision.h
7588 OLD_FILES+=usr/include/dev/usb2/include/usb2_standard.h
7589 OLD_DIRS+=usr/include/dev/usb2/include
7590 OLD_DIRS+=usr/include/dev/usb2
7591 OLD_FILES+=usr/include/dev/usb/dsbr100io.h
7592 OLD_FILES+=usr/include/dev/usb/ehcireg.h
7593 OLD_FILES+=usr/include/dev/usb/ehcivar.h
7594 OLD_FILES+=usr/include/dev/usb/hid.h
7595 OLD_FILES+=usr/include/dev/usb/if_auereg.h
7596 OLD_FILES+=usr/include/dev/usb/if_axereg.h
7597 OLD_FILES+=usr/include/dev/usb/if_cdcereg.h
7598 OLD_FILES+=usr/include/dev/usb/if_cuereg.h
7599 OLD_FILES+=usr/include/dev/usb/if_kuereg.h
7600 OLD_FILES+=usr/include/dev/usb/if_ruereg.h
7601 OLD_FILES+=usr/include/dev/usb/if_rumreg.h
7602 OLD_FILES+=usr/include/dev/usb/if_rumvar.h
7603 OLD_FILES+=usr/include/dev/usb/if_udavreg.h
7604 OLD_FILES+=usr/include/dev/usb/if_upgtvar.h
7605 OLD_FILES+=usr/include/dev/usb/if_uralreg.h
7606 OLD_FILES+=usr/include/dev/usb/if_uralvar.h
7607 OLD_FILES+=usr/include/dev/usb/if_urtwreg.h
7608 OLD_FILES+=usr/include/dev/usb/if_urtwvar.h
7609 OLD_FILES+=usr/include/dev/usb/if_zydfw.h
7610 OLD_FILES+=usr/include/dev/usb/if_zydreg.h
7611 OLD_FILES+=usr/include/dev/usb/kue_fw.h
7612 OLD_FILES+=usr/include/dev/usb/ohcireg.h
7613 OLD_FILES+=usr/include/dev/usb/ohcivar.h
7614 OLD_FILES+=usr/include/dev/usb/rio500_usb.h
7615 OLD_FILES+=usr/include/dev/usb/rt2573_ucode.h
7616 OLD_FILES+=usr/include/dev/usb/sl811hsreg.h
7617 OLD_FILES+=usr/include/dev/usb/sl811hsvar.h
7618 OLD_FILES+=usr/include/dev/usb/ubser.h
7619 OLD_FILES+=usr/include/dev/usb/ucomvar.h
7620 OLD_FILES+=usr/include/dev/usb/udbp.h
7621 OLD_FILES+=usr/include/dev/usb/uftdireg.h
7622 OLD_FILES+=usr/include/dev/usb/ugraphire_rdesc.h
7623 OLD_FILES+=usr/include/dev/usb/uhcireg.h
7624 OLD_FILES+=usr/include/dev/usb/uhcivar.h
7625 OLD_FILES+=usr/include/dev/usb/usb_ethersubr.h
7626 OLD_FILES+=usr/include/dev/usb/usb_mem.h
7627 OLD_FILES+=usr/include/dev/usb/usb_port.h
7628 OLD_FILES+=usr/include/dev/usb/usb_quirks.h
7629 OLD_FILES+=usr/include/dev/usb/usbcdc.h
7630 OLD_FILES+=usr/include/dev/usb/usbdivar.h
7631 OLD_FILES+=usr/include/dev/usb/uxb360gp_rdesc.h
7632 OLD_FILES+=usr/sbin/usbdevs
7633 OLD_FILES+=usr/share/man/man8/usbdevs.8.gz
7634 # 20090203: removal of pccard header files
7635 OLD_FILES+=usr/include/pccard/cardinfo.h
7636 OLD_FILES+=usr/include/pccard/cis.h
7637 OLD_DIRS+=usr/include/pccard
7638 # 20090203: adding_user.8 moved to adding_user.7
7639 OLD_FILES+=usr/share/man/man8/adding_user.8.gz
7640 # 20090122: tzdata2009a import
7641 OLD_FILES+=usr/share/zoneinfo/Asia/Katmandu
7642 # 20090102: file 4.26 import
7643 OLD_FILES+=usr/share/misc/magic.mime
7644 OLD_FILES+=usr/share/misc/magic.mime.mgc
7645 # 20081223: bind 9.4.3 import, nsupdate.8 moved to nsupdate.1
7646 OLD_FILES+=usr/share/man/man8/nsupdate.8.gz
7647 # 20081223: ipprotosw.h removed
7648 OLD_FILES+=usr/include/netinet/ipprotosw.h
7649 # 20081123: vfs_mountedon.9 removed
7650 OLD_FILES+=usr/share/man/man9/vfs_mountedon.9.gz
7651 # 20081023: FREE.9 and MALLOC.9 removed
7652 OLD_FILES+=usr/share/man/man9/FREE.9.gz
7653 OLD_FILES+=usr/share/man/man9/MALLOC.9.gz
7654 # 20080928: removal of inaccurate device_ids(9) manual page
7655 OLD_FILES+=usr/share/man/man9/device_ids.9.gz
7656 OLD_FILES+=usr/share/man/man9/major.9.gz
7657 OLD_FILES+=usr/share/man/man9/minor.9.gz
7658 OLD_FILES+=usr/share/man/man9/umajor.9.gz
7659 OLD_FILES+=usr/share/man/man9/uminor.9.gz
7660 # 20080917: removal of manpage for axed kernel primitive suser(9)
7661 OLD_FILES+=usr/share/man/man9/suser.9.gz
7662 OLD_FILES+=usr/share/man/man9/suser_cred.9.gz
7663 # 20080913: pax removed from rescue
7664 OLD_FILES+=rescue/pax
7665 # 20080823: removal of unneeded pt_chown, to implement grantpt(3)
7666 OLD_FILES+=usr/libexec/pt_chown
7667 # 20080822: ntp 4.2.4p5 import
7668 OLD_FILES+=usr/share/doc/ntp/driver23.html
7669 OLD_FILES+=usr/share/doc/ntp/driver24.html
7670 # 20080821: several man pages moved from man4.i386 to man4
7671 .if ${TARGET_ARCH} == "i386"
7672 OLD_FILES+=usr/share/man/man4/i386/acpi_aiboost.4.gz
7673 OLD_FILES+=usr/share/man/man4/i386/acpi_asus.4.gz
7674 OLD_FILES+=usr/share/man/man4/i386/acpi_fujitsu.4.gz
7675 OLD_FILES+=usr/share/man/man4/i386/acpi_ibm.4.gz
7676 OLD_FILES+=usr/share/man/man4/i386/acpi_panasonic.4.gz
7677 OLD_FILES+=usr/share/man/man4/i386/acpi_sony.4.gz
7678 OLD_FILES+=usr/share/man/man4/i386/acpi_toshiba.4.gz
7679 OLD_FILES+=usr/share/man/man4/i386/ichwd.4.gz
7680 OLD_FILES+=usr/share/man/man4/i386/if_ndis.4.gz
7681 OLD_FILES+=usr/share/man/man4/i386/io.4.gz
7682 OLD_FILES+=usr/share/man/man4/i386/linux.4.gz
7683 OLD_FILES+=usr/share/man/man4/i386/ndis.4.gz
7684 .endif
7685 # 20080820: MPSAFE TTY layer integrated
7686 OLD_FILES+=usr/include/sys/linedisc.h
7687 OLD_FILES+=usr/share/man/man3/posix_openpt.3.gz
7688 # 20080725: sgtty.h removed
7689 OLD_FILES+=usr/include/sgtty.h
7690 # 20080706: bsdlabel(8) removed on powerpc
7691 .if ${TARGET_ARCH} == "powerpc"
7692 OLD_FILES+=sbin/bsdlabel
7693 OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz
7694 .endif
7695 # 20080704: sbsh(4) removed
7696 OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz
7697 OLD_FILES+=usr/share/man/man4/sbsh.4.gz
7698 # 20080704: cnw(4) removed
7699 OLD_FILES+=usr/share/man/man4/if_cnw.4.gz
7700 OLD_FILES+=usr/share/man/man4/cnw.4.gz
7701 # 20080704: oltr(4) removed
7702 .if ${TARGET_ARCH} == "i386"
7703 OLD_FILES+=usr/share/man/man4/i386/if_oltr.4.gz
7704 OLD_FILES+=usr/share/man/man4/i386/oltr.4.gz
7705 .endif
7706 # 20080704: arl(4) removed
7707 .if ${TARGET_ARCH} == "i386"
7708 OLD_FILES+=usr/sbin/arlcontrol
7709 OLD_FILES+=usr/share/man/man4/i386/arl.4.gz
7710 OLD_FILES+=usr/share/man/man8/arlcontrol.8.gz
7711 .endif
7712 # 20080703: sunlabel only for sparc64
7713 .if ${TARGET_ARCH} != "sparc64"
7714 OLD_FILES+=sbin/sunlabel
7715 OLD_FILES+=usr/share/man/man8/sunlabel.8.gz
7716 .endif
7717 # 20080701: wpa_supplicant.conf moved to share/examples/etc/
7718 OLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf
7719 OLD_DIRS+=usr/share/examples/wpa_supplicant
7720 # 20080614: pecoff image activator removed
7721 .if ${TARGET_ARCH} == "i386"
7722 OLD_FILES+=usr/include/machine/pecoff_machdep.h
7723 .endif
7724 # 20080614: sgtty removed
7725 OLD_FILES+=usr/include/sys/ttychars.h
7726 OLD_FILES+=usr/include/sys/ttydev.h
7727 OLD_FILES+=usr/share/man/man3/gtty.3.gz
7728 OLD_FILES+=usr/share/man/man3/stty.3.gz
7729 # 20080609: gpt(8) removed
7730 OLD_FILES+=sbin/gpt
7731 OLD_FILES+=usr/share/man/man8/gpt.8.gz
7732 # 20080525: I4B removed
7733 OLD_FILES+=etc/isdn/answer
7734 OLD_FILES+=etc/isdn/isdntel
7735 OLD_FILES+=etc/isdn/record
7736 OLD_FILES+=etc/isdn/tell
7737 OLD_FILES+=etc/isdn/tell-record
7738 OLD_FILES+=etc/isdn/unknown_incoming
7739 OLD_FILES+=etc/isdn/holidays.D
7740 OLD_FILES+=etc/isdn/isdnd.rates.A
7741 OLD_FILES+=etc/isdn/isdnd.rates.D
7742 OLD_FILES+=etc/isdn/isdnd.rates.F
7743 OLD_FILES+=etc/isdn/isdnd.rates.L
7744 OLD_FILES+=etc/isdn/isdnd.rates.UK.BT
7745 OLD_FILES+=etc/isdn/isdnd.rc.sample
7746 OLD_FILES+=etc/isdn/isdntel.alias.sample
7747 OLD_DIRS+=etc/isdn
7748 OLD_FILES+=etc/rc.d/isdnd
7749 OLD_FILES+=usr/include/i4b/i4b_cause.h
7750 OLD_FILES+=usr/include/i4b/i4b_debug.h
7751 OLD_FILES+=usr/include/i4b/i4b_ioctl.h
7752 OLD_FILES+=usr/include/i4b/i4b_rbch_ioctl.h
7753 OLD_FILES+=usr/include/i4b/i4b_tel_ioctl.h
7754 OLD_FILES+=usr/include/i4b/i4b_trace.h
7755 OLD_DIRS+=usr/include/i4b
7756 OLD_FILES+=usr/sbin/dtmfdecode
7757 OLD_FILES+=usr/sbin/g711conv
7758 OLD_FILES+=usr/sbin/isdnd
7759 OLD_FILES+=usr/sbin/isdndebug
7760 OLD_FILES+=usr/sbin/isdndecode
7761 OLD_FILES+=usr/sbin/isdnmonitor
7762 OLD_FILES+=usr/sbin/isdnphone
7763 OLD_FILES+=usr/sbin/isdntel
7764 OLD_FILES+=usr/sbin/isdntelctl
7765 OLD_FILES+=usr/sbin/isdntrace
7766 OLD_FILES+=usr/share/isdn/0.al
7767 OLD_FILES+=usr/share/isdn/1.al
7768 OLD_FILES+=usr/share/isdn/2.al
7769 OLD_FILES+=usr/share/isdn/3.al
7770 OLD_FILES+=usr/share/isdn/4.al
7771 OLD_FILES+=usr/share/isdn/5.al
7772 OLD_FILES+=usr/share/isdn/6.al
7773 OLD_FILES+=usr/share/isdn/7.al
7774 OLD_FILES+=usr/share/isdn/8.al
7775 OLD_FILES+=usr/share/isdn/9.al
7776 OLD_FILES+=usr/share/isdn/beep.al
7777 OLD_FILES+=usr/share/isdn/msg.al
7778 OLD_DIRS+=usr/share/isdn
7779 OLD_FILES+=usr/share/man/man1/dtmfdecode.1.gz
7780 OLD_FILES+=usr/share/man/man1/g711conv.1.gz
7781 OLD_FILES+=usr/share/man/man4/i4b.4.gz
7782 OLD_FILES+=usr/share/man/man4/i4bcapi.4.gz
7783 OLD_FILES+=usr/share/man/man4/i4bctl.4.gz
7784 OLD_FILES+=usr/share/man/man4/i4bing.4.gz
7785 OLD_FILES+=usr/share/man/man4/i4bipr.4.gz
7786 OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
7787 OLD_FILES+=usr/share/man/man4/i4bq921.4.gz
7788 OLD_FILES+=usr/share/man/man4/i4bq931.4.gz
7789 OLD_FILES+=usr/share/man/man4/i4brbch.4.gz
7790 OLD_FILES+=usr/share/man/man4/i4btel.4.gz
7791 OLD_FILES+=usr/share/man/man4/i4btrc.4.gz
7792 OLD_FILES+=usr/share/man/man4/iavc.4.gz
7793 OLD_FILES+=usr/share/man/man4/isic.4.gz
7794 OLD_FILES+=usr/share/man/man4/ifpi.4.gz
7795 OLD_FILES+=usr/share/man/man4/ifpi2.4.gz
7796 OLD_FILES+=usr/share/man/man4/ifpnp.4.gz
7797 OLD_FILES+=usr/share/man/man4/ihfc.4.gz
7798 OLD_FILES+=usr/share/man/man4/itjc.4.gz
7799 OLD_FILES+=usr/share/man/man4/iwic.4.gz
7800 OLD_FILES+=usr/share/man/man5/isdnd.rc.5.gz
7801 OLD_FILES+=usr/share/man/man5/isdnd.rates.5.gz
7802 OLD_FILES+=usr/share/man/man5/isdnd.acct.5.gz
7803 OLD_FILES+=usr/share/man/man8/isdnd.8.gz
7804 OLD_FILES+=usr/share/man/man8/isdndebug.8.gz
7805 OLD_FILES+=usr/share/man/man8/isdndecode.8.gz
7806 OLD_FILES+=usr/share/man/man8/isdnmonitor.8.gz
7807 OLD_FILES+=usr/share/man/man8/isdnphone.8.gz
7808 OLD_FILES+=usr/share/man/man8/isdntel.8.gz
7809 OLD_FILES+=usr/share/man/man8/isdntelctl.8.gz
7810 OLD_FILES+=usr/share/man/man8/isdntrace.8.gz
7811 OLD_FILES+=usr/share/examples/isdn/contrib/README
7812 OLD_FILES+=usr/share/examples/isdn/contrib/anleitung.ppp
7813 OLD_FILES+=usr/share/examples/isdn/contrib/answer.c
7814 OLD_FILES+=usr/share/examples/isdn/contrib/answer.sh
7815 OLD_FILES+=usr/share/examples/isdn/contrib/convert.sh
7816 OLD_FILES+=usr/share/examples/isdn/contrib/hplay.c
7817 OLD_FILES+=usr/share/examples/isdn/contrib/i4b-ppp-newbie.txt
7818 OLD_FILES+=usr/share/examples/isdn/contrib/isdnctl
7819 OLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct
7820 OLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct.pl
7821 OLD_FILES+=usr/share/examples/isdn/contrib/isdntelmux.c
7822 OLD_FILES+=usr/share/examples/isdn/contrib/mrtg-isp0.sh
7823 OLD_FILES+=usr/share/examples/isdn/i4brunppp/Makefile
7824 OLD_FILES+=usr/share/examples/isdn/i4brunppp/README
7825 OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp-isdnd.rc
7826 OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.8
7827 OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.c
7828 OLD_FILES+=usr/share/examples/isdn/v21/Makefile
7829 OLD_FILES+=usr/share/examples/isdn/v21/README
7830 OLD_FILES+=usr/share/examples/isdn/v21/v21modem.c
7831 OLD_FILES+=usr/share/examples/isdn/FAQ
7832 OLD_FILES+=usr/share/examples/isdn/KERNEL
7833 OLD_FILES+=usr/share/examples/isdn/Overview
7834 OLD_FILES+=usr/share/examples/isdn/README
7835 OLD_FILES+=usr/share/examples/isdn/ROADMAP
7836 OLD_FILES+=usr/share/examples/isdn/ReleaseNotes
7837 OLD_FILES+=usr/share/examples/isdn/Resources
7838 OLD_FILES+=usr/share/examples/isdn/SupportedCards
7839 OLD_FILES+=usr/share/examples/isdn/ThankYou
7840 OLD_DIRS+=usr/share/examples/isdn/contrib
7841 OLD_DIRS+=usr/share/examples/isdn/i4brunppp
7842 OLD_DIRS+=usr/share/examples/isdn/v21
7843 OLD_DIRS+=usr/share/examples/isdn
7844 OLD_FILES+=usr/share/examples/ppp/isdnd.rc
7845 OLD_FILES+=usr/share/examples/ppp/ppp.conf.isdn
7846 # 20080525: ng_atmpif removed
7847 OLD_FILES+=usr/include/netgraph/atm/ng_atmpif.h
7848 OLD_FILES+=usr/share/man/man4/ng_atmpif.4.gz
7849 # 20080522: pmap_addr_hint removed
7850 OLD_FILES+=usr/share/man/man9/pmap_addr_hint.9.gz
7851 # 20080517: ipsec_osdep.h removed
7852 OLD_FILES+=usr/include/netipsec/ipsec_osdep.h
7853 # 20080507: heimdal 1.1 import
7854 OLD_LIBS+=usr/lib/libasn1.so.9
7855 OLD_LIBS+=usr/lib/libgssapi.so.9
7856 OLD_LIBS+=usr/lib/libgssapi_krb5.so.9
7857 OLD_LIBS+=usr/lib/libhdb.so.9
7858 OLD_LIBS+=usr/lib/libkadm5clnt.so.9
7859 OLD_LIBS+=usr/lib/libkadm5srv.so.9
7860 OLD_LIBS+=usr/lib/libkafs5.so.9
7861 OLD_LIBS+=usr/lib/libkrb5.so.9
7862 OLD_LIBS+=usr/lib/libroken.so.9
7863 OLD_LIBS+=usr/lib32/libgssapi.so.9
7864 # 20080420: Symbol card support dropped
7865 OLD_FILES+=usr/include/dev/wi/spectrum24t_cf.h
7866 # 20080420: awi removal
7867 OLD_FILES+=usr/share/man/man4/awi.4.gz
7868 OLD_FILES+=usr/share/man/man4/if_awi.4.gz
7869 # 20080331: pkg_sign has been removed
7870 OLD_FILES+=usr/sbin/pkg_check
7871 OLD_FILES+=usr/sbin/pkg_sign
7872 OLD_FILES+=usr/share/man/man1/pkg_check.1.gz
7873 OLD_FILES+=usr/share/man/man1/pkg_sign.1.gz
7874 # 20080325: tzdata2008b import
7875 OLD_FILES+=usr/share/zoneinfo/Asia/Calcutta
7876 OLD_FILES+=usr/share/zoneinfo/Asia/Saigon
7877 # 20080314: stack_print(9) mlink fixed
7878 OLD_FILES+=usr/share/man/man9/stack_printf.9.gz
7879 # 20080312: libkse removal
7880 OLD_FILES+=usr/include/sys/kse.h
7881 OLD_FILES+=usr/lib/libkse.so
7882 OLD_LIBS+=usr/lib/libkse.so.3
7883 OLD_FILES+=usr/share/man/man2/kse.2.gz
7884 OLD_FILES+=usr/share/man/man2/kse_create.2.gz
7885 OLD_FILES+=usr/share/man/man2/kse_exit.2.gz
7886 OLD_FILES+=usr/share/man/man2/kse_release.2.gz
7887 OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz
7888 OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz
7889 OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz
7890 OLD_FILES+=usr/lib32/libkse.so
7891 OLD_LIBS+=usr/lib32/libkse.so.3
7892 # 20080225: bsdar/bsdranlib rename to ar/ranlib
7893 OLD_FILES+=usr/bin/bsdar
7894 OLD_FILES+=usr/bin/bsdranlib
7895 OLD_FILES+=usr/share/man/man1/bsdar.1.gz
7896 OLD_FILES+=usr/share/man/man1/bsdranlib.1.gz
7897 # 20080220: geom_lvm rename to geom_linux_lvm
7898 OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz
7899 # 20080126: oldcard.4 removal
7900 OLD_FILES+=usr/share/man/man4/card.4.gz
7901 OLD_FILES+=usr/share/man/man4/oldcard.4.gz
7902 # 20080122: Removed from the tree
7903 OLD_FILES+=usr/share/man/man9/BUF_REFCNT.9.gz
7904 # 20080108: Moved to section 2
7905 OLD_FILES+=usr/share/man/man3/shm_open.3.gz
7906 OLD_FILES+=usr/share/man/man3/shm_unlink.3.gz
7907 # 20071207: Merged with fortunes-o.real
7908 OLD_FILES+=usr/share/games/fortune/fortunes2-o
7909 OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat
7910 # 20071201: Removal of XRPU driver
7911 OLD_FILES+=usr/include/sys/xrpuio.h
7912 # 20071129: Disabled static versions of libkse by default
7913 OLD_FILES+=usr/lib/libkse.a
7914 OLD_FILES+=usr/lib/libkse_p.a
7915 OLD_FILES+=usr/lib/libkse_pic.a
7916 OLD_FILES+=usr/lib32/libkse.a
7917 OLD_FILES+=usr/lib32/libkse_p.a
7918 OLD_FILES+=usr/lib32/libkse_pic.a
7919 # 20071129: Removed a Solaris compatibility header
7920 OLD_FILES+=usr/include/sys/_elf_solaris.h
7921 # 20071125: Renamed to pmc_get_msr()
7922 OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
7923 # 20071108: Removed very crunch OLDCARD support file
7924 OLD_FILES+=etc/defaults/pccard.conf
7925 # 20071025: rc.d/nfslocking superseded by rc.d/lockd and rc.d/statd
7926 OLD_FILES+=etc/rc.d/nfslocking
7927 # 20070930: rename of cached to nscd
7928 OLD_FILES+=etc/cached.conf
7929 OLD_FILES+=etc/rc.d/cached
7930 OLD_FILES+=usr/sbin/cached
7931 OLD_FILES+=usr/share/man/man5/cached.conf.5.gz
7932 OLD_FILES+=usr/share/man/man8/cached.8.gz
7933 # 20070807: removal of PowerPC specific header file.
7934 .if ${TARGET_ARCH} == "powerpc"
7935 OLD_FILES+=usr/include/machine/interruptvar.h
7936 .endif
7937 # 20070801: fast_ipsec.4 gone
7938 OLD_FILES+=usr/share/man/man4/fast_ipsec.4.gz
7939 # 20070715: netatm temporarily disconnected (removed 20080525)
7940 OLD_FILES+=rescue/atm
7941 OLD_FILES+=rescue/fore_dnld
7942 OLD_FILES+=rescue/ilmid
7943 OLD_FILES+=sbin/atm
7944 OLD_FILES+=sbin/fore_dnld
7945 OLD_FILES+=sbin/ilmid
7946 OLD_FILES+=usr/include/libatm.h
7947 OLD_FILES+=usr/include/netatm/atm.h
7948 OLD_FILES+=usr/include/netatm/atm_cm.h
7949 OLD_FILES+=usr/include/netatm/atm_if.h
7950 OLD_FILES+=usr/include/netatm/atm_ioctl.h
7951 OLD_FILES+=usr/include/netatm/atm_pcb.h
7952 OLD_FILES+=usr/include/netatm/atm_sap.h
7953 OLD_FILES+=usr/include/netatm/atm_sigmgr.h
7954 OLD_FILES+=usr/include/netatm/atm_stack.h
7955 OLD_FILES+=usr/include/netatm/atm_sys.h
7956 OLD_FILES+=usr/include/netatm/atm_var.h
7957 OLD_FILES+=usr/include/netatm/atm_vc.h
7958 OLD_FILES+=usr/include/netatm/ipatm/ipatm.h
7959 OLD_FILES+=usr/include/netatm/ipatm/ipatm_serv.h
7960 OLD_FILES+=usr/include/netatm/ipatm/ipatm_var.h
7961 OLD_FILES+=usr/include/netatm/port.h
7962 OLD_FILES+=usr/include/netatm/queue.h
7963 OLD_FILES+=usr/include/netatm/sigpvc/sigpvc_var.h
7964 OLD_FILES+=usr/include/netatm/spans/spans_cls.h
7965 OLD_FILES+=usr/include/netatm/spans/spans_kxdr.h
7966 OLD_FILES+=usr/include/netatm/spans/spans_var.h
7967 OLD_FILES+=usr/include/netatm/uni/sscf_uni.h
7968 OLD_FILES+=usr/include/netatm/uni/sscf_uni_var.h
7969 OLD_FILES+=usr/include/netatm/uni/sscop.h
7970 OLD_FILES+=usr/include/netatm/uni/sscop_misc.h
7971 OLD_FILES+=usr/include/netatm/uni/sscop_pdu.h
7972 OLD_FILES+=usr/include/netatm/uni/sscop_var.h
7973 OLD_FILES+=usr/include/netatm/uni/uni.h
7974 OLD_FILES+=usr/include/netatm/uni/uniip_var.h
7975 OLD_FILES+=usr/include/netatm/uni/unisig.h
7976 OLD_FILES+=usr/include/netatm/uni/unisig_decode.h
7977 OLD_FILES+=usr/include/netatm/uni/unisig_mbuf.h
7978 OLD_FILES+=usr/include/netatm/uni/unisig_msg.h
7979 OLD_FILES+=usr/include/netatm/uni/unisig_print.h
7980 OLD_FILES+=usr/include/netatm/uni/unisig_var.h
7981 OLD_FILES+=usr/lib/libatm.a
7982 OLD_FILES+=usr/lib/libatm_p.a
7983 OLD_FILES+=usr/sbin/atmarpd
7984 OLD_FILES+=usr/sbin/scspd
7985 OLD_FILES+=usr/share/man/en.ISO8859-1/man8/atm.8.gz
7986 OLD_FILES+=usr/share/man/en.ISO8859-1/man8/atmarpd.8.gz
7987 OLD_FILES+=usr/share/man/en.ISO8859-1/man8/fore_dnld.8.gz
7988 OLD_FILES+=usr/share/man/en.ISO8859-1/man8/ilmid.8.gz
7989 OLD_FILES+=usr/share/man/en.ISO8859-1/man8/scspd.8.gz
7990 OLD_FILES+=usr/share/man/man8/atm.8.gz
7991 OLD_FILES+=usr/share/man/man8/atmarpd.8.gz
7992 OLD_FILES+=usr/share/man/man8/fore_dnld.8.gz
7993 OLD_FILES+=usr/share/man/man8/ilmid.8.gz
7994 OLD_FILES+=usr/share/man/man8/scspd.8.gz
7995 OLD_FILES+=usr/share/examples/atm/NOTES
7996 OLD_FILES+=usr/share/examples/atm/README
7997 OLD_FILES+=usr/share/examples/atm/Startup
7998 OLD_FILES+=usr/share/examples/atm/atm-config.sh
7999 OLD_FILES+=usr/share/examples/atm/atm-sockets.txt
8000 OLD_FILES+=usr/share/examples/atm/cpcs-design.txt
8001 OLD_FILES+=usr/share/examples/atm/fore-microcode.txt
8002 OLD_FILES+=usr/share/examples/atm/sscf-design.txt
8003 OLD_FILES+=usr/share/examples/atm/sscop-design.txt
8004 OLD_LIBS+=lib/libatm.so.5
8005 OLD_LIBS+=usr/lib/libatm.so
8006 OLD_DIRS+=usr/include/netatm/sigpvc
8007 OLD_DIRS+=usr/include/netatm/spans
8008 OLD_DIRS+=usr/include/netatm/ipatm
8009 OLD_DIRS+=usr/include/netatm/uni
8010 OLD_DIRS+=usr/include/netatm
8011 OLD_DIRS+=usr/share/examples/atm
8012 OLD_FILES+=usr/lib32/libatm.a
8013 OLD_FILES+=usr/lib32/libatm.so
8014 OLD_LIBS+=usr/lib32/libatm.so.5
8015 OLD_FILES+=usr/lib32/libatm_p.a
8016 # 20070705: I4B headers repo-copied to include/i4b/
8017 .if ${TARGET_ARCH} == "i386"
8018 OLD_FILES+=usr/include/machine/i4b_cause.h
8019 OLD_FILES+=usr/include/machine/i4b_debug.h
8020 OLD_FILES+=usr/include/machine/i4b_ioctl.h
8021 OLD_FILES+=usr/include/machine/i4b_rbch_ioctl.h
8022 OLD_FILES+=usr/include/machine/i4b_tel_ioctl.h
8023 OLD_FILES+=usr/include/machine/i4b_trace.h
8024 .endif
8025 # 20070703: pf 4.1 import
8026 OLD_FILES+=usr/libexec/ftp-proxy
8027 # 20070701: KAME IPSec removal
8028 OLD_FILES+=usr/include/netinet6/ah.h
8029 OLD_FILES+=usr/include/netinet6/ah6.h
8030 OLD_FILES+=usr/include/netinet6/ah_aesxcbcmac.h
8031 OLD_FILES+=usr/include/netinet6/esp.h
8032 OLD_FILES+=usr/include/netinet6/esp6.h
8033 OLD_FILES+=usr/include/netinet6/esp_aesctr.h
8034 OLD_FILES+=usr/include/netinet6/esp_camellia.h
8035 OLD_FILES+=usr/include/netinet6/esp_rijndael.h
8036 OLD_FILES+=usr/include/netinet6/ipsec.h
8037 OLD_FILES+=usr/include/netinet6/ipsec6.h
8038 OLD_FILES+=usr/include/netinet6/ipcomp.h
8039 OLD_FILES+=usr/include/netinet6/ipcomp6.h
8040 OLD_FILES+=usr/include/netkey/key.h
8041 OLD_FILES+=usr/include/netkey/key_debug.h
8042 OLD_FILES+=usr/include/netkey/key_var.h
8043 OLD_FILES+=usr/include/netkey/keydb.h
8044 OLD_FILES+=usr/include/netkey/keysock.h
8045 OLD_DIRS+=usr/include/netkey
8046 # 20070701: remove wicontrol
8047 OLD_FILES+=usr/sbin/wicontrol
8048 OLD_FILES+=usr/share/man/man8/wicontrol.8.gz
8049 # 20070625: umapfs removal
8050 OLD_FILES+=rescue/mount_umapfs
8051 OLD_FILES+=sbin/mount_umapfs
8052 OLD_FILES+=usr/include/fs/umapfs/umap.h
8053 OLD_FILES+=usr/share/man/man8/mount_umapfs.8.gz
8054 OLD_DIRS+=usr/include/fs/umapfs
8055 # 20070618: Removal of the PROTO.localhost* files
8056 OLD_FILES+=etc/namedb/PROTO.localhost-v6.rev
8057 OLD_FILES+=etc/namedb/PROTO.localhost.rev
8058 OLD_FILES+=etc/namedb/make-localhost
8059 # 20070618: shared library version bump
8060 OLD_LIBS+=lib/libalias.so.5
8061 OLD_LIBS+=lib/libbsnmp.so.3
8062 OLD_LIBS+=lib/libncurses.so.6
8063 OLD_LIBS+=lib/libncursesw.so.6
8064 OLD_LIBS+=lib/libreadline.so.6
8065 OLD_LIBS+=usr/lib/libdialog.so.5
8066 OLD_LIBS+=usr/lib/libgnuregex.so.3
8067 OLD_LIBS+=usr/lib/libhistory.so.6
8068 OLD_LIBS+=usr/lib/libpam.so.3
8069 OLD_LIBS+=usr/lib/libssh.so.3
8070 OLD_LIBS+=usr/lib/pam_chroot.so.3
8071 OLD_LIBS+=usr/lib/pam_deny.so.3
8072 OLD_LIBS+=usr/lib/pam_echo.so.3
8073 OLD_LIBS+=usr/lib/pam_exec.so.3
8074 OLD_LIBS+=usr/lib/pam_ftpusers.so.3
8075 OLD_LIBS+=usr/lib/pam_group.so.3
8076 OLD_LIBS+=usr/lib/pam_guest.so.3
8077 OLD_LIBS+=usr/lib/pam_krb5.so.3
8078 OLD_LIBS+=usr/lib/pam_ksu.so.3
8079 OLD_LIBS+=usr/lib/pam_lastlog.so.3
8080 OLD_LIBS+=usr/lib/pam_login_access.so.3
8081 OLD_LIBS+=usr/lib/pam_nologin.so.3
8082 OLD_LIBS+=usr/lib/pam_opie.so.3
8083 OLD_LIBS+=usr/lib/pam_opieaccess.so.3
8084 OLD_LIBS+=usr/lib/pam_passwdqc.so.3
8085 OLD_LIBS+=usr/lib/pam_permit.so.3
8086 OLD_LIBS+=usr/lib/pam_radius.so.3
8087 OLD_LIBS+=usr/lib/pam_rhosts.so.3
8088 OLD_LIBS+=usr/lib/pam_rootok.so.3
8089 OLD_LIBS+=usr/lib/pam_securetty.so.3
8090 OLD_LIBS+=usr/lib/pam_self.so.3
8091 OLD_LIBS+=usr/lib/pam_ssh.so.3
8092 OLD_LIBS+=usr/lib/pam_tacplus.so.3
8093 OLD_LIBS+=usr/lib/pam_unix.so.3
8094 OLD_LIBS+=usr/lib/snmp_atm.so.4
8095 OLD_LIBS+=usr/lib/snmp_bridge.so.4
8096 OLD_LIBS+=usr/lib/snmp_hostres.so.4
8097 OLD_LIBS+=usr/lib/snmp_mibII.so.4
8098 OLD_LIBS+=usr/lib/snmp_netgraph.so.4
8099 OLD_LIBS+=usr/lib/snmp_pf.so.4
8100 OLD_LIBS+=usr/lib32/libalias.so.5
8101 OLD_LIBS+=usr/lib32/libbsnmp.so.3
8102 OLD_LIBS+=usr/lib32/libdialog.so.5
8103 OLD_LIBS+=usr/lib32/libgnuregex.so.3
8104 OLD_LIBS+=usr/lib32/libhistory.so.6
8105 OLD_LIBS+=usr/lib32/libncurses.so.6
8106 OLD_LIBS+=usr/lib32/libncursesw.so.6
8107 OLD_LIBS+=usr/lib32/libpam.so.3
8108 OLD_LIBS+=usr/lib32/libreadline.so.6
8109 OLD_LIBS+=usr/lib32/libssh.so.3
8110 OLD_LIBS+=usr/lib32/pam_chroot.so.3
8111 OLD_LIBS+=usr/lib32/pam_deny.so.3
8112 OLD_LIBS+=usr/lib32/pam_echo.so.3
8113 OLD_LIBS+=usr/lib32/pam_exec.so.3
8114 OLD_LIBS+=usr/lib32/pam_ftpusers.so.3
8115 OLD_LIBS+=usr/lib32/pam_group.so.3
8116 OLD_LIBS+=usr/lib32/pam_guest.so.3
8117 OLD_LIBS+=usr/lib32/pam_krb5.so.3
8118 OLD_LIBS+=usr/lib32/pam_ksu.so.3
8119 OLD_LIBS+=usr/lib32/pam_lastlog.so.3
8120 OLD_LIBS+=usr/lib32/pam_login_access.so.3
8121 OLD_LIBS+=usr/lib32/pam_nologin.so.3
8122 OLD_LIBS+=usr/lib32/pam_opie.so.3
8123 OLD_LIBS+=usr/lib32/pam_opieaccess.so.3
8124 OLD_LIBS+=usr/lib32/pam_passwdqc.so.3
8125 OLD_LIBS+=usr/lib32/pam_permit.so.3
8126 OLD_LIBS+=usr/lib32/pam_radius.so.3
8127 OLD_LIBS+=usr/lib32/pam_rhosts.so.3
8128 OLD_LIBS+=usr/lib32/pam_rootok.so.3
8129 OLD_LIBS+=usr/lib32/pam_securetty.so.3
8130 OLD_LIBS+=usr/lib32/pam_self.so.3
8131 OLD_LIBS+=usr/lib32/pam_ssh.so.3
8132 OLD_LIBS+=usr/lib32/pam_tacplus.so.3
8133 OLD_LIBS+=usr/lib32/pam_unix.so.3
8134 # 20070613: IPX over IP tunnel removal
8135 OLD_FILES+=usr/include/netipx/ipx_ip.h
8136 # 20070605: sched_core removal
8137 OLD_FILES+=usr/share/man/man4/sched_core.4.gz
8138 # 20070603: BIND 9.4.1 import
8139 OLD_LIBS+=usr/lib/liblwres.so.10
8140 # 20070521: shared library version bump
8141 OLD_LIBS+=lib/libatm.so.4
8142 OLD_LIBS+=lib/libbegemot.so.2
8143 OLD_LIBS+=lib/libbsdxml.so.2
8144 OLD_LIBS+=lib/libcam.so.3
8145 OLD_LIBS+=lib/libcrypt.so.3
8146 OLD_LIBS+=lib/libdevstat.so.5
8147 OLD_LIBS+=lib/libedit.so.5
8148 OLD_LIBS+=lib/libgeom.so.3
8149 OLD_LIBS+=lib/libipsec.so.2
8150 OLD_LIBS+=lib/libipx.so.3
8151 OLD_LIBS+=lib/libkiconv.so.2
8152 OLD_LIBS+=lib/libkse.so.2
8153 OLD_LIBS+=lib/libkvm.so.3
8154 OLD_LIBS+=lib/libm.so.4
8155 OLD_LIBS+=lib/libmd.so.3
8156 OLD_LIBS+=lib/libpcap.so.4
8157 OLD_LIBS+=lib/libpthread.so.2
8158 OLD_LIBS+=lib/libsbuf.so.3
8159 OLD_LIBS+=lib/libthr.so.2
8160 OLD_LIBS+=lib/libufs.so.3
8161 OLD_LIBS+=lib/libutil.so.6
8162 OLD_LIBS+=lib/libz.so.3
8163 OLD_LIBS+=usr/lib/libbluetooth.so.2
8164 OLD_LIBS+=usr/lib/libbsm.so.1
8165 OLD_LIBS+=usr/lib/libbz2.so.2
8166 OLD_LIBS+=usr/lib/libcalendar.so.3
8167 OLD_LIBS+=usr/lib/libcom_err.so.3
8168 OLD_LIBS+=usr/lib/libdevinfo.so.3
8169 OLD_LIBS+=usr/lib/libfetch.so.4
8170 OLD_LIBS+=usr/lib/libform.so.3
8171 OLD_LIBS+=usr/lib/libformw.so.3
8172 OLD_LIBS+=usr/lib/libftpio.so.6
8173 OLD_LIBS+=usr/lib/libgpib.so.1
8174 OLD_LIBS+=usr/lib/libkse.so.2
8175 OLD_LIBS+=usr/lib/libmagic.so.2
8176 OLD_LIBS+=usr/lib/libmemstat.so.1
8177 OLD_LIBS+=usr/lib/libmenu.so.3
8178 OLD_LIBS+=usr/lib/libmenuw.so.3
8179 OLD_LIBS+=usr/lib/libmilter.so.3
8180 OLD_LIBS+=usr/lib/libmp.so.5
8181 OLD_LIBS+=usr/lib/libncp.so.2
8182 OLD_LIBS+=usr/lib/libnetgraph.so.2
8183 OLD_LIBS+=usr/lib/libngatm.so.2
8184 OLD_LIBS+=usr/lib/libopie.so.4
8185 OLD_LIBS+=usr/lib/libpanel.so.3
8186 OLD_LIBS+=usr/lib/libpanelw.so.3
8187 OLD_LIBS+=usr/lib/libpmc.so.3
8188 OLD_LIBS+=usr/lib/libradius.so.2
8189 OLD_LIBS+=usr/lib/librpcsvc.so.3
8190 OLD_LIBS+=usr/lib/libsdp.so.2
8191 OLD_LIBS+=usr/lib/libsmb.so.2
8192 OLD_LIBS+=usr/lib/libstdc++.so.5
8193 OLD_LIBS+=usr/lib/libtacplus.so.2
8194 OLD_LIBS+=usr/lib/libthr.so.2
8195 OLD_LIBS+=usr/lib/libthread_db.so.2
8196 OLD_LIBS+=usr/lib/libugidfw.so.2
8197 OLD_LIBS+=usr/lib/libusbhid.so.2
8198 OLD_LIBS+=usr/lib/libvgl.so.4
8199 OLD_LIBS+=usr/lib/libwrap.so.4
8200 OLD_LIBS+=usr/lib/libypclnt.so.2
8201 OLD_LIBS+=usr/lib/snmp_bridge.so.3
8202 OLD_LIBS+=usr/lib/snmp_hostres.so.3
8203 OLD_LIBS+=usr/lib32/libatm.so.4
8204 OLD_LIBS+=usr/lib32/libbegemot.so.2
8205 OLD_LIBS+=usr/lib32/libbluetooth.so.2
8206 OLD_LIBS+=usr/lib32/libbsdxml.so.2
8207 OLD_LIBS+=usr/lib32/libbsm.so.1
8208 OLD_LIBS+=usr/lib32/libbz2.so.2
8209 OLD_LIBS+=usr/lib32/libcalendar.so.3
8210 OLD_LIBS+=usr/lib32/libcam.so.3
8211 OLD_LIBS+=usr/lib32/libcom_err.so.3
8212 OLD_LIBS+=usr/lib32/libcrypt.so.3
8213 OLD_LIBS+=usr/lib32/libdevinfo.so.3
8214 OLD_LIBS+=usr/lib32/libdevstat.so.5
8215 OLD_LIBS+=usr/lib32/libedit.so.5
8216 OLD_LIBS+=usr/lib32/libfetch.so.4
8217 OLD_LIBS+=usr/lib32/libform.so.3
8218 OLD_LIBS+=usr/lib32/libformw.so.3
8219 OLD_LIBS+=usr/lib32/libftpio.so.6
8220 OLD_LIBS+=usr/lib32/libgeom.so.3
8221 OLD_LIBS+=usr/lib32/libgpib.so.1
8222 OLD_LIBS+=usr/lib32/libipsec.so.2
8223 OLD_LIBS+=usr/lib32/libipx.so.3
8224 OLD_LIBS+=usr/lib32/libkiconv.so.2
8225 OLD_LIBS+=usr/lib32/libkse.so.2
8226 OLD_LIBS+=usr/lib32/libkvm.so.3
8227 OLD_LIBS+=usr/lib32/libm.so.4
8228 OLD_LIBS+=usr/lib32/libmagic.so.2
8229 OLD_LIBS+=usr/lib32/libmd.so.3
8230 OLD_LIBS+=usr/lib32/libmemstat.so.1
8231 OLD_LIBS+=usr/lib32/libmenu.so.3
8232 OLD_LIBS+=usr/lib32/libmenuw.so.3
8233 OLD_LIBS+=usr/lib32/libmilter.so.3
8234 OLD_LIBS+=usr/lib32/libmp.so.5
8235 OLD_LIBS+=usr/lib32/libncp.so.2
8236 OLD_LIBS+=usr/lib32/libnetgraph.so.2
8237 OLD_LIBS+=usr/lib32/libngatm.so.2
8238 OLD_LIBS+=usr/lib32/libopie.so.4
8239 OLD_LIBS+=usr/lib32/libpanel.so.3
8240 OLD_LIBS+=usr/lib32/libpanelw.so.3
8241 OLD_LIBS+=usr/lib32/libpcap.so.4
8242 OLD_LIBS+=usr/lib32/libpmc.so.3
8243 OLD_LIBS+=usr/lib32/libpthread.so.2
8244 OLD_LIBS+=usr/lib32/libradius.so.2
8245 OLD_LIBS+=usr/lib32/librpcsvc.so.3
8246 OLD_LIBS+=usr/lib32/libsbuf.so.3
8247 OLD_LIBS+=usr/lib32/libsdp.so.2
8248 OLD_LIBS+=usr/lib32/libsmb.so.2
8249 OLD_LIBS+=usr/lib32/libstdc++.so.5
8250 OLD_LIBS+=usr/lib32/libtacplus.so.2
8251 OLD_LIBS+=usr/lib32/libthr.so.2
8252 OLD_LIBS+=usr/lib32/libthread_db.so.2
8253 OLD_LIBS+=usr/lib32/libufs.so.3
8254 OLD_LIBS+=usr/lib32/libugidfw.so.2
8255 OLD_LIBS+=usr/lib32/libusbhid.so.2
8256 OLD_LIBS+=usr/lib32/libutil.so.6
8257 OLD_LIBS+=usr/lib32/libvgl.so.4
8258 OLD_LIBS+=usr/lib32/libwrap.so.4
8259 OLD_LIBS+=usr/lib32/libypclnt.so.2
8260 OLD_LIBS+=usr/lib32/libz.so.3
8261 # 20070519: GCC 4.2
8262 OLD_FILES+=usr/bin/f77
8263 OLD_FILES+=usr/bin/protoize
8264 OLD_FILES+=usr/include/g2c.h
8265 OLD_FILES+=usr/libexec/f771
8266 OLD_FILES+=usr/share/info/g77.info.gz
8267 OLD_FILES+=usr/share/man/man1/f77.1.gz
8268 OLD_FILES+=usr/include/c++/3.4/algorithm
8269 OLD_FILES+=usr/include/c++/3.4/backward/algo.h
8270 OLD_FILES+=usr/include/c++/3.4/backward/algobase.h
8271 OLD_FILES+=usr/include/c++/3.4/backward/alloc.h
8272 OLD_FILES+=usr/include/c++/3.4/backward/backward_warning.h
8273 OLD_FILES+=usr/include/c++/3.4/backward/bvector.h
8274 OLD_FILES+=usr/include/c++/3.4/backward/complex.h
8275 OLD_FILES+=usr/include/c++/3.4/backward/defalloc.h
8276 OLD_FILES+=usr/include/c++/3.4/backward/deque.h
8277 OLD_FILES+=usr/include/c++/3.4/backward/fstream.h
8278 OLD_FILES+=usr/include/c++/3.4/backward/function.h
8279 OLD_FILES+=usr/include/c++/3.4/backward/hash_map.h
8280 OLD_FILES+=usr/include/c++/3.4/backward/hash_set.h
8281 OLD_FILES+=usr/include/c++/3.4/backward/hashtable.h
8282 OLD_FILES+=usr/include/c++/3.4/backward/heap.h
8283 OLD_FILES+=usr/include/c++/3.4/backward/iomanip.h
8284 OLD_FILES+=usr/include/c++/3.4/backward/iostream.h
8285 OLD_FILES+=usr/include/c++/3.4/backward/istream.h
8286 OLD_FILES+=usr/include/c++/3.4/backward/iterator.h
8287 OLD_FILES+=usr/include/c++/3.4/backward/list.h
8288 OLD_FILES+=usr/include/c++/3.4/backward/map.h
8289 OLD_FILES+=usr/include/c++/3.4/backward/multimap.h
8290 OLD_FILES+=usr/include/c++/3.4/backward/multiset.h
8291 OLD_FILES+=usr/include/c++/3.4/backward/new.h
8292 OLD_FILES+=usr/include/c++/3.4/backward/ostream.h
8293 OLD_FILES+=usr/include/c++/3.4/backward/pair.h
8294 OLD_FILES+=usr/include/c++/3.4/backward/queue.h
8295 OLD_FILES+=usr/include/c++/3.4/backward/rope.h
8296 OLD_FILES+=usr/include/c++/3.4/backward/set.h
8297 OLD_FILES+=usr/include/c++/3.4/backward/slist.h
8298 OLD_FILES+=usr/include/c++/3.4/backward/stack.h
8299 OLD_FILES+=usr/include/c++/3.4/backward/stream.h
8300 OLD_FILES+=usr/include/c++/3.4/backward/streambuf.h
8301 OLD_FILES+=usr/include/c++/3.4/backward/strstream
8302 OLD_FILES+=usr/include/c++/3.4/backward/tempbuf.h
8303 OLD_FILES+=usr/include/c++/3.4/backward/tree.h
8304 OLD_FILES+=usr/include/c++/3.4/backward/vector.h
8305 OLD_FILES+=usr/include/c++/3.4/bits/allocator.h
8306 OLD_FILES+=usr/include/c++/3.4/bits/atomic_word.h
8307 OLD_FILES+=usr/include/c++/3.4/bits/atomicity.h
8308 OLD_FILES+=usr/include/c++/3.4/bits/basic_file.h
8309 OLD_FILES+=usr/include/c++/3.4/bits/basic_ios.h
8310 OLD_FILES+=usr/include/c++/3.4/bits/basic_ios.tcc
8311 OLD_FILES+=usr/include/c++/3.4/bits/basic_string.h
8312 OLD_FILES+=usr/include/c++/3.4/bits/basic_string.tcc
8313 OLD_FILES+=usr/include/c++/3.4/bits/boost_concept_check.h
8314 OLD_FILES+=usr/include/c++/3.4/bits/c++allocator.h
8315 OLD_FILES+=usr/include/c++/3.4/bits/c++config.h
8316 OLD_FILES+=usr/include/c++/3.4/bits/c++io.h
8317 OLD_FILES+=usr/include/c++/3.4/bits/c++locale.h
8318 OLD_FILES+=usr/include/c++/3.4/bits/c++locale_internal.h
8319 OLD_FILES+=usr/include/c++/3.4/bits/char_traits.h
8320 OLD_FILES+=usr/include/c++/3.4/bits/cmath.tcc
8321 OLD_FILES+=usr/include/c++/3.4/bits/codecvt.h
8322 OLD_FILES+=usr/include/c++/3.4/bits/codecvt_specializations.h
8323 OLD_FILES+=usr/include/c++/3.4/bits/concept_check.h
8324 OLD_FILES+=usr/include/c++/3.4/bits/concurrence.h
8325 OLD_FILES+=usr/include/c++/3.4/bits/cpp_type_traits.h
8326 OLD_FILES+=usr/include/c++/3.4/bits/ctype_base.h
8327 OLD_FILES+=usr/include/c++/3.4/bits/ctype_inline.h
8328 OLD_FILES+=usr/include/c++/3.4/bits/ctype_noninline.h
8329 OLD_FILES+=usr/include/c++/3.4/bits/deque.tcc
8330 OLD_FILES+=usr/include/c++/3.4/bits/fstream.tcc
8331 OLD_FILES+=usr/include/c++/3.4/bits/functexcept.h
8332 OLD_FILES+=usr/include/c++/3.4/bits/gslice.h
8333 OLD_FILES+=usr/include/c++/3.4/bits/gslice_array.h
8334 OLD_FILES+=usr/include/c++/3.4/bits/gthr-default.h
8335 OLD_FILES+=usr/include/c++/3.4/bits/gthr-posix.h
8336 OLD_FILES+=usr/include/c++/3.4/bits/gthr-single.h
8337 OLD_FILES+=usr/include/c++/3.4/bits/gthr.h
8338 OLD_FILES+=usr/include/c++/3.4/bits/indirect_array.h
8339 OLD_FILES+=usr/include/c++/3.4/bits/ios_base.h
8340 OLD_FILES+=usr/include/c++/3.4/bits/istream.tcc
8341 OLD_FILES+=usr/include/c++/3.4/bits/list.tcc
8342 OLD_FILES+=usr/include/c++/3.4/bits/locale_classes.h
8343 OLD_FILES+=usr/include/c++/3.4/bits/locale_facets.h
8344 OLD_FILES+=usr/include/c++/3.4/bits/locale_facets.tcc
8345 OLD_FILES+=usr/include/c++/3.4/bits/localefwd.h
8346 OLD_FILES+=usr/include/c++/3.4/bits/mask_array.h
8347 OLD_FILES+=usr/include/c++/3.4/bits/messages_members.h
8348 OLD_FILES+=usr/include/c++/3.4/bits/os_defines.h
8349 OLD_FILES+=usr/include/c++/3.4/bits/ostream.tcc
8350 OLD_FILES+=usr/include/c++/3.4/bits/postypes.h
8351 OLD_FILES+=usr/include/c++/3.4/bits/slice_array.h
8352 OLD_FILES+=usr/include/c++/3.4/bits/sstream.tcc
8353 OLD_FILES+=usr/include/c++/3.4/bits/stl_algo.h
8354 OLD_FILES+=usr/include/c++/3.4/bits/stl_algobase.h
8355 OLD_FILES+=usr/include/c++/3.4/bits/stl_bvector.h
8356 OLD_FILES+=usr/include/c++/3.4/bits/stl_construct.h
8357 OLD_FILES+=usr/include/c++/3.4/bits/stl_deque.h
8358 OLD_FILES+=usr/include/c++/3.4/bits/stl_function.h
8359 OLD_FILES+=usr/include/c++/3.4/bits/stl_heap.h
8360 OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator.h
8361 OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_funcs.h
8362 OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_types.h
8363 OLD_FILES+=usr/include/c++/3.4/bits/stl_list.h
8364 OLD_FILES+=usr/include/c++/3.4/bits/stl_map.h
8365 OLD_FILES+=usr/include/c++/3.4/bits/stl_multimap.h
8366 OLD_FILES+=usr/include/c++/3.4/bits/stl_multiset.h
8367 OLD_FILES+=usr/include/c++/3.4/bits/stl_numeric.h
8368 OLD_FILES+=usr/include/c++/3.4/bits/stl_pair.h
8369 OLD_FILES+=usr/include/c++/3.4/bits/stl_queue.h
8370 OLD_FILES+=usr/include/c++/3.4/bits/stl_raw_storage_iter.h
8371 OLD_FILES+=usr/include/c++/3.4/bits/stl_relops.h
8372 OLD_FILES+=usr/include/c++/3.4/bits/stl_set.h
8373 OLD_FILES+=usr/include/c++/3.4/bits/stl_stack.h
8374 OLD_FILES+=usr/include/c++/3.4/bits/stl_tempbuf.h
8375 OLD_FILES+=usr/include/c++/3.4/bits/stl_threads.h
8376 OLD_FILES+=usr/include/c++/3.4/bits/stl_tree.h
8377 OLD_FILES+=usr/include/c++/3.4/bits/stl_uninitialized.h
8378 OLD_FILES+=usr/include/c++/3.4/bits/stl_vector.h
8379 OLD_FILES+=usr/include/c++/3.4/bits/stream_iterator.h
8380 OLD_FILES+=usr/include/c++/3.4/bits/streambuf.tcc
8381 OLD_FILES+=usr/include/c++/3.4/bits/streambuf_iterator.h
8382 OLD_FILES+=usr/include/c++/3.4/bits/stringfwd.h
8383 OLD_FILES+=usr/include/c++/3.4/bits/time_members.h
8384 OLD_FILES+=usr/include/c++/3.4/bits/type_traits.h
8385 OLD_FILES+=usr/include/c++/3.4/bits/valarray_after.h
8386 OLD_FILES+=usr/include/c++/3.4/bits/valarray_array.h
8387 OLD_FILES+=usr/include/c++/3.4/bits/valarray_array.tcc
8388 OLD_FILES+=usr/include/c++/3.4/bits/valarray_before.h
8389 OLD_FILES+=usr/include/c++/3.4/bits/vector.tcc
8390 OLD_FILES+=usr/include/c++/3.4/bitset
8391 OLD_FILES+=usr/include/c++/3.4/cassert
8392 OLD_FILES+=usr/include/c++/3.4/cctype
8393 OLD_FILES+=usr/include/c++/3.4/cerrno
8394 OLD_FILES+=usr/include/c++/3.4/cfloat
8395 OLD_FILES+=usr/include/c++/3.4/ciso646
8396 OLD_FILES+=usr/include/c++/3.4/climits
8397 OLD_FILES+=usr/include/c++/3.4/clocale
8398 OLD_FILES+=usr/include/c++/3.4/cmath
8399 OLD_FILES+=usr/include/c++/3.4/complex
8400 OLD_FILES+=usr/include/c++/3.4/csetjmp
8401 OLD_FILES+=usr/include/c++/3.4/csignal
8402 OLD_FILES+=usr/include/c++/3.4/cstdarg
8403 OLD_FILES+=usr/include/c++/3.4/cstddef
8404 OLD_FILES+=usr/include/c++/3.4/cstdio
8405 OLD_FILES+=usr/include/c++/3.4/cstdlib
8406 OLD_FILES+=usr/include/c++/3.4/cstring
8407 OLD_FILES+=usr/include/c++/3.4/ctime
8408 OLD_FILES+=usr/include/c++/3.4/cwchar
8409 OLD_FILES+=usr/include/c++/3.4/cwctype
8410 OLD_FILES+=usr/include/c++/3.4/cxxabi.h
8411 OLD_FILES+=usr/include/c++/3.4/debug/bitset
8412 OLD_FILES+=usr/include/c++/3.4/debug/debug.h
8413 OLD_FILES+=usr/include/c++/3.4/debug/deque
8414 OLD_FILES+=usr/include/c++/3.4/debug/formatter.h
8415 OLD_FILES+=usr/include/c++/3.4/debug/hash_map
8416 OLD_FILES+=usr/include/c++/3.4/debug/hash_map.h
8417 OLD_FILES+=usr/include/c++/3.4/debug/hash_multimap.h
8418 OLD_FILES+=usr/include/c++/3.4/debug/hash_multiset.h
8419 OLD_FILES+=usr/include/c++/3.4/debug/hash_set
8420 OLD_FILES+=usr/include/c++/3.4/debug/hash_set.h
8421 OLD_FILES+=usr/include/c++/3.4/debug/list
8422 OLD_FILES+=usr/include/c++/3.4/debug/map
8423 OLD_FILES+=usr/include/c++/3.4/debug/map.h
8424 OLD_FILES+=usr/include/c++/3.4/debug/multimap.h
8425 OLD_FILES+=usr/include/c++/3.4/debug/multiset.h
8426 OLD_FILES+=usr/include/c++/3.4/debug/safe_base.h
8427 OLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.h
8428 OLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.tcc
8429 OLD_FILES+=usr/include/c++/3.4/debug/safe_sequence.h
8430 OLD_FILES+=usr/include/c++/3.4/debug/set
8431 OLD_FILES+=usr/include/c++/3.4/debug/set.h
8432 OLD_FILES+=usr/include/c++/3.4/debug/string
8433 OLD_FILES+=usr/include/c++/3.4/debug/vector
8434 OLD_FILES+=usr/include/c++/3.4/deque
8435 OLD_FILES+=usr/include/c++/3.4/exception
8436 OLD_FILES+=usr/include/c++/3.4/exception_defines.h
8437 OLD_FILES+=usr/include/c++/3.4/ext/algorithm
8438 OLD_FILES+=usr/include/c++/3.4/ext/bitmap_allocator.h
8439 OLD_FILES+=usr/include/c++/3.4/ext/debug_allocator.h
8440 OLD_FILES+=usr/include/c++/3.4/ext/enc_filebuf.h
8441 OLD_FILES+=usr/include/c++/3.4/ext/functional
8442 OLD_FILES+=usr/include/c++/3.4/ext/hash_fun.h
8443 OLD_FILES+=usr/include/c++/3.4/ext/hash_map
8444 OLD_FILES+=usr/include/c++/3.4/ext/hash_set
8445 OLD_FILES+=usr/include/c++/3.4/ext/hashtable.h
8446 OLD_FILES+=usr/include/c++/3.4/ext/iterator
8447 OLD_FILES+=usr/include/c++/3.4/ext/malloc_allocator.h
8448 OLD_FILES+=usr/include/c++/3.4/ext/memory
8449 OLD_FILES+=usr/include/c++/3.4/ext/mt_allocator.h
8450 OLD_FILES+=usr/include/c++/3.4/ext/new_allocator.h
8451 OLD_FILES+=usr/include/c++/3.4/ext/numeric
8452 OLD_FILES+=usr/include/c++/3.4/ext/pod_char_traits.h
8453 OLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h
8454 OLD_FILES+=usr/include/c++/3.4/ext/rb_tree
8455 OLD_FILES+=usr/include/c++/3.4/ext/rope
8456 OLD_FILES+=usr/include/c++/3.4/ext/ropeimpl.h
8457 OLD_FILES+=usr/include/c++/3.4/ext/slist
8458 OLD_FILES+=usr/include/c++/3.4/ext/stdio_filebuf.h
8459 OLD_FILES+=usr/include/c++/3.4/ext/stdio_sync_filebuf.h
8460 OLD_FILES+=usr/include/c++/3.4/fstream
8461 OLD_FILES+=usr/include/c++/3.4/functional
8462 OLD_FILES+=usr/include/c++/3.4/iomanip
8463 OLD_FILES+=usr/include/c++/3.4/ios
8464 OLD_FILES+=usr/include/c++/3.4/iosfwd
8465 OLD_FILES+=usr/include/c++/3.4/iostream
8466 OLD_FILES+=usr/include/c++/3.4/istream
8467 OLD_FILES+=usr/include/c++/3.4/iterator
8468 OLD_FILES+=usr/include/c++/3.4/limits
8469 OLD_FILES+=usr/include/c++/3.4/list
8470 OLD_FILES+=usr/include/c++/3.4/locale
8471 OLD_FILES+=usr/include/c++/3.4/map
8472 OLD_FILES+=usr/include/c++/3.4/memory
8473 OLD_FILES+=usr/include/c++/3.4/new
8474 OLD_FILES+=usr/include/c++/3.4/numeric
8475 OLD_FILES+=usr/include/c++/3.4/ostream
8476 OLD_FILES+=usr/include/c++/3.4/queue
8477 OLD_FILES+=usr/include/c++/3.4/set
8478 OLD_FILES+=usr/include/c++/3.4/sstream
8479 OLD_FILES+=usr/include/c++/3.4/stack
8480 OLD_FILES+=usr/include/c++/3.4/stdexcept
8481 OLD_FILES+=usr/include/c++/3.4/streambuf
8482 OLD_FILES+=usr/include/c++/3.4/string
8483 OLD_FILES+=usr/include/c++/3.4/typeinfo
8484 OLD_FILES+=usr/include/c++/3.4/utility
8485 OLD_FILES+=usr/include/c++/3.4/valarray
8486 OLD_FILES+=usr/include/c++/3.4/vector
8487 OLD_DIRS+=usr/include/c++/3.4/backward
8488 OLD_DIRS+=usr/include/c++/3.4/bits
8489 OLD_DIRS+=usr/include/c++/3.4/debug
8490 OLD_DIRS+=usr/include/c++/3.4/ext
8491 OLD_DIRS+=usr/include/c++/3.4
8492 # 20070510: zpool/zfs moved to /sbin
8493 OLD_FILES+=usr/sbin/zfs
8494 OLD_FILES+=usr/sbin/zpool
8495 # 20070423: rc.bluetooth (examples) removed
8496 OLD_FILES+=usr/share/examples/netgraph/bluetooth/rc.bluetooth
8497 OLD_DIRS+=usr/share/examples/netgraph/bluetooth
8498 # 20070421: worm.4 removed
8499 OLD_FILES+=usr/share/man/man4/worm.4.gz
8500 # 20070417: trunk(4) renamed to lagg(4)
8501 OLD_FILES+=usr/include/net/if_trunk.h
8502 # 20070409: uuidgen moved to /bin/
8503 OLD_FILES+=usr/bin/uuidgen
8504 # 20070328: bzip2 1.0.4
8505 OLD_FILES+=usr/share/info/bzip2.info.gz
8506 # 20070303: libarchive 2.0
8507 OLD_LIBS+=usr/lib/libarchive.so.3
8508 OLD_LIBS+=usr/lib32/libarchive.so.3
8509 # 20070301: remove addr2ascii and ascii2addr
8510 OLD_FILES+=usr/share/man/man3/addr2ascii.3.gz
8511 OLD_FILES+=usr/share/man/man3/ascii2addr.3.gz
8512 # 20070225: vm_page_unmanage() removed
8513 OLD_FILES+=usr/share/man/man9/vm_page_unmanage.9.gz
8514 # 20070216: VFS_VPTOFH(9) -> VOP_VPTOFH(9)
8515 OLD_FILES+=usr/share/man/man9/VFS_VPTOFH.9.gz
8516 # 20070212: kame.4 removed
8517 OLD_FILES+=usr/share/man/man4/kame.4.gz
8518 # 20070201: remove libmytinfo link
8519 OLD_FILES+=usr/lib/libmytinfo.a
8520 OLD_FILES+=usr/lib/libmytinfo.so
8521 OLD_FILES+=usr/lib/libmytinfo_p.a
8522 OLD_FILES+=usr/lib/libmytinfow.a
8523 OLD_FILES+=usr/lib/libmytinfow.so
8524 OLD_FILES+=usr/lib/libmytinfow_p.a
8525 OLD_FILES+=usr/lib32/libmytinfo.a
8526 OLD_FILES+=usr/lib32/libmytinfo.so
8527 OLD_FILES+=usr/lib32/libmytinfo_p.a
8528 OLD_FILES+=usr/lib32/libmytinfow.a
8529 OLD_FILES+=usr/lib32/libmytinfow.so
8530 OLD_FILES+=usr/lib32/libmytinfow_p.a
8531 # 20070128: remove vnconfig
8532 OLD_FILES+=usr/sbin/vnconfig
8533 # 20070127: remove bpf_compat.h
8534 OLD_FILES+=usr/include/net/bpf_compat.h
8535 # 20070125: objformat bites the dust
8536 OLD_FILES+=usr/bin/objformat
8537 OLD_FILES+=usr/share/man/man1/objformat.1.gz
8538 OLD_FILES+=usr/include/objformat.h
8539 OLD_FILES+=usr/share/man/man3/getobjformat.3.gz
8540 # 20061201: remove symlink to *.so.4 libalias modules
8541 OLD_FILES+=usr/lib/libalias_cuseeme.so
8542 OLD_FILES+=usr/lib/libalias_dummy.so
8543 OLD_FILES+=usr/lib/libalias_ftp.so
8544 OLD_FILES+=usr/lib/libalias_irc.so
8545 OLD_FILES+=usr/lib/libalias_nbt.so
8546 OLD_FILES+=usr/lib/libalias_pptp.so
8547 OLD_FILES+=usr/lib/libalias_skinny.so
8548 OLD_FILES+=usr/lib/libalias_smedia.so
8549 # 20061201: remove old *.so.4 libalias modules
8550 OLD_FILES+=lib/libalias_cuseeme.so.4
8551 OLD_FILES+=lib/libalias_dummy.so.4
8552 OLD_FILES+=lib/libalias_ftp.so.4
8553 OLD_FILES+=lib/libalias_irc.so.4
8554 OLD_FILES+=lib/libalias_nbt.so.4
8555 OLD_FILES+=lib/libalias_pptp.so.4
8556 OLD_FILES+=lib/libalias_skinny.so.4
8557 OLD_FILES+=lib/libalias_smedia.so.4
8558 # 20061126: remove old man page
8559 OLD_FILES+=usr/share/man/man3/archive_read_set_bytes_per_block.3.gz
8560 # 20061125: remove old man page
8561 OLD_FILES+=usr/share/man/man9/devsw.9.gz
8562 # 20061122: remove obsolete mount programs
8563 OLD_FILES+=sbin/mount_devfs
8564 OLD_FILES+=sbin/mount_ext2fs
8565 OLD_FILES+=sbin/mount_fdescfs
8566 OLD_FILES+=sbin/mount_linprocfs
8567 OLD_FILES+=sbin/mount_procfs
8568 OLD_FILES+=sbin/mount_std
8569 OLD_FILES+=rescue/mount_devfs
8570 OLD_FILES+=rescue/mount_ext2fs
8571 OLD_FILES+=rescue/mount_fdescfs
8572 OLD_FILES+=rescue/mount_linprocfs
8573 OLD_FILES+=rescue/mount_procfs
8574 OLD_FILES+=rescue/mount_std
8575 OLD_FILES+=usr/share/man/man8/mount_devfs.8.gz
8576 OLD_FILES+=usr/share/man/man8/mount_ext2fs.8.gz
8577 OLD_FILES+=usr/share/man/man8/mount_fdescfs.8.gz
8578 OLD_FILES+=usr/share/man/man8/mount_linprocfs.8.gz
8579 OLD_FILES+=usr/share/man/man8/mount_procfs.8.gz
8580 OLD_FILES+=usr/share/man/man8/mount_std.8.gz
8581 # 20061116: uhidev.4 removed
8582 OLD_FILES+=usr/share/man/man4/uhidev.4.gz
8583 # 20061106: archive_write_prepare.3 removed
8584 OLD_FILES+=usr/share/man/man3/archive_write_prepare.3.gz
8585 # 20061018: pccardc removed
8586 OLD_FILES+=usr/sbin/pccardc usr/share/man/man8/pccardc.8.gz
8587 # 20060930: demangle.h from contrib/libstdc++/include/ext/
8588 OLD_FILES+=usr/include/c++/3.4/ext/demangle.h
8589 # 20060929: mrouted removed
8590 OLD_FILES+=usr/sbin/map-mbone
8591 OLD_FILES+=usr/sbin/mrinfo
8592 OLD_FILES+=usr/sbin/mrouted
8593 OLD_FILES+=usr/sbin/mtrace
8594 OLD_FILES+=usr/share/man/man8/map-mbone.8.gz
8595 OLD_FILES+=usr/share/man/man8/mrinfo.8.gz
8596 OLD_FILES+=usr/share/man/man8/mrouted.8.gz
8597 OLD_FILES+=usr/share/man/man8/mtrace.8.gz
8598 # 20060924: tcpslice removed
8599 OLD_FILES+=usr/sbin/tcpslice
8600 OLD_FILES+=usr/share/man/man1/tcpslice.1.gz
8601 # 20060829: kvmdb cleanup script removed
8602 OLD_FILES+=etc/periodic/weekly/120.clean-kvmdb
8603 # 20060822: ramdisk{,-own} have been replaced by mdconfig{,2}
8604 OLD_FILES+=etc/rc.d/ramdisk
8605 OLD_FILES+=etc/rc.d/ramdisk-own
8606 # 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade
8607 OLD_FILES+=usr/include/openssl/eng_int.h
8608 OLD_FILES+=usr/include/openssl/hw_4758_cca_err.h
8609 OLD_FILES+=usr/include/openssl/hw_aep_err.h
8610 OLD_FILES+=usr/include/openssl/hw_atalla_err.h
8611 OLD_FILES+=usr/include/openssl/hw_cswift_err.h
8612 OLD_FILES+=usr/include/openssl/hw_ncipher_err.h
8613 OLD_FILES+=usr/include/openssl/hw_nuron_err.h
8614 OLD_FILES+=usr/include/openssl/hw_sureware_err.h
8615 OLD_FILES+=usr/include/openssl/hw_ubsec_err.h
8616 # 20060713: mount_linsysfs(8) never existed in 7.x
8617 OLD_FILES+=sbin/mount_linsysfs
8618 OLD_FILES+=usr/share/man/man8/mount_linsysfs.8.gz
8619 # 20060704: KAME compat file net_osdep.h removed
8620 OLD_FILES+=usr/include/net/net_osdep.h
8621 # 20060605: man page links removed by OpenBSM 1.0 alpha 6 import
8622 OLD_FILES+=usr/share/man/man3/au_to_socket.3.gz
8623 OLD_FILES+=usr/share/man/man3/au_to_socket_ex_128.3.gz
8624 OLD_FILES+=usr/share/man/man3/au_to_socket_ex_32.3.gz
8625 # 20060517: pcvt removed
8626 OLD_FILES+=usr/share/pcvt/README.FIRST
8627 OLD_FILES+=usr/share/pcvt/Etc/xmodmap-german
8628 OLD_FILES+=usr/share/pcvt/Etc/pcvt.sh
8629 OLD_FILES+=usr/share/pcvt/Etc/pcvt.el
8630 OLD_FILES+=usr/share/pcvt/Etc/Terminfo
8631 OLD_FILES+=usr/share/pcvt/Etc/Termcap
8632 OLD_DIRS+=usr/share/pcvt/Etc
8633 OLD_FILES+=usr/share/pcvt/Doc/NotesAndHints
8634 OLD_FILES+=usr/share/pcvt/Doc/Keyboard.VT
8635 OLD_FILES+=usr/share/pcvt/Doc/Keyboard.HP
8636 OLD_FILES+=usr/share/pcvt/Doc/EscapeSequences
8637 OLD_FILES+=usr/share/pcvt/Doc/Charsets
8638 OLD_FILES+=usr/share/pcvt/Doc/CharGen
8639 OLD_FILES+=usr/share/pcvt/Doc/Bibliography
8640 OLD_FILES+=usr/share/pcvt/Doc/Acknowledgements
8641 OLD_DIRS+=usr/share/pcvt/Doc
8642 OLD_DIRS+=usr/share/pcvt
8643 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.816
8644 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.814
8645 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.810
8646 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.808
8647 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.816
8648 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.814
8649 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.810
8650 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.808
8651 OLD_DIRS+=usr/share/misc/pcvtfonts
8652 OLD_FILES+=usr/share/misc/keycap.pcvt
8653 OLD_FILES+=usr/share/man/man8/ispcvt.8.gz
8654 OLD_FILES+=usr/share/man/man5/keycap.5.gz
8655 OLD_FILES+=usr/share/man/man4/pcvt.4.gz
8656 OLD_FILES+=usr/share/man/man3/kgetstr.3.gz
8657 OLD_FILES+=usr/share/man/man3/kgetnum.3.gz
8658 OLD_FILES+=usr/share/man/man3/kgetflag.3.gz
8659 OLD_FILES+=usr/share/man/man3/kgetent.3.gz
8660 OLD_FILES+=usr/share/man/man3/keycap.3.gz
8661 OLD_FILES+=usr/share/man/man1/vt220keys.1.gz
8662 OLD_FILES+=usr/share/man/man1/scon.1.gz
8663 OLD_FILES+=usr/share/man/man1/loadfont.1.gz
8664 OLD_FILES+=usr/share/man/man1/kcon.1.gz
8665 OLD_FILES+=usr/share/man/man1/fontedit.1.gz
8666 OLD_FILES+=usr/share/man/man1/cursor.1.gz
8667 OLD_FILES+=usr/sbin/vt220keys
8668 OLD_FILES+=usr/sbin/scon
8669 OLD_FILES+=usr/sbin/loadfont
8670 OLD_FILES+=usr/sbin/kcon
8671 OLD_FILES+=usr/sbin/ispcvt
8672 OLD_FILES+=usr/sbin/fontedit
8673 OLD_FILES+=usr/sbin/cursor
8674 OLD_FILES+=usr/lib/libkeycap_p.a
8675 OLD_FILES+=usr/lib/libkeycap.a
8676 OLD_FILES+=usr/include/machine/pcvt_ioctl.h
8677 # 20060514: lnc(4) replaced by le(4)
8678 OLD_FILES+=usr/share/man/man4/i386/lnc.4.gz
8679 # 20060512: remove ip6fw
8680 OLD_FILES+=etc/periodic/security/600.ip6fwdenied
8681 OLD_FILES+=etc/periodic/security/650.ip6fwlimit
8682 OLD_FILES+=sbin/ip6fw
8683 OLD_FILES+=usr/include/netinet6/ip6_fw.h
8684 OLD_FILES+=usr/share/man/man8/ip6fw.8.gz
8685 # 20060424: sab(4) removed
8686 OLD_FILES+=usr/share/man/man4/sab.4.gz
8687 # 20060328: remove redundant rc.d script
8688 OLD_FILES+=etc/rc.d/ike
8689 # 20060127: revert libdisk to static-only
8690 OLD_FILES+=usr/lib/libdisk.so
8691 # 20060115: sys/pccard includes cleanup
8692 OLD_FILES+=usr/include/pccard/driver.h
8693 OLD_FILES+=usr/include/pccard/i82365.h
8694 OLD_FILES+=usr/include/pccard/meciareg.h
8695 OLD_FILES+=usr/include/pccard/pccard_nbk.h
8696 OLD_FILES+=usr/include/pccard/pcic_pci.h
8697 OLD_FILES+=usr/include/pccard/pcicvar.h
8698 OLD_FILES+=usr/include/pccard/slot.h
8699 # 20051215: rescue/nextboot.sh renamed to rescue/nextboot
8700 OLD_FILES+=rescue/nextboot.sh
8701 # 20051214: usbd(8) removed
8702 OLD_FILES+=etc/rc.d/usbd
8703 OLD_FILES+=etc/usbd.conf
8704 OLD_FILES+=usr/sbin/usbd
8705 OLD_FILES+=usr/share/man/man8/usbd.8.gz
8706 # 20051029: rc.d/ppp-user renamed to rc.d/ppp for convenience
8707 OLD_FILES+=etc/rc.d/ppp-user
8708 # 20051012: setkey(8) moved to /sbin/
8709 OLD_FILES+=usr/sbin/setkey
8710 # 20050930: pccardd(8) removed
8711 OLD_FILES+=usr/sbin/pccardd
8712 OLD_FILES+=usr/share/man/man5/pccard.conf.5.gz
8713 OLD_FILES+=usr/share/man/man8/pccardd.8.gz
8714 # 20050927: bridge(4) replaced by if_bridge(4)
8715 OLD_FILES+=usr/include/net/bridge.h
8716 # 20050831: not implemented
8717 OLD_FILES+=usr/share/man/man3/getino.3.gz
8718 OLD_FILES+=usr/share/man/man3/putino.3.gz
8719 # 20050825: T/TCP retired several months ago
8720 OLD_FILES+=usr/share/man/man4/ttcp.4.gz
8721 # 20050805 tn3270 retired long ago
8722 OLD_FILES+=usr/share/misc/map3270
8723 # 20050801: too old to be interesting here
8724 OLD_FILES+=usr/share/doc/papers/px.ps.gz
8725 # 20050721: moved to ports
8726 OLD_FILES+=usr/sbin/vttest
8727 OLD_FILES+=usr/share/man/man1/vttest.1.gz
8728 # 20050617: wpa man pages moved to section 8
8729 OLD_FILES+=usr/share/man/man1/hostapd.1.gz
8730 OLD_FILES+=usr/share/man/man1/hostapd_cli.1.gz
8731 OLD_FILES+=usr/share/man/man1/wpa_cli.1.gz
8732 OLD_FILES+=usr/share/man/man1/wpa_supplicant.1.gz
8733 # 20050610: rexecd (insecure by design)
8734 OLD_FILES+=etc/pam.d/rexecd
8735 OLD_FILES+=usr/share/man/man8/rexecd.8.gz
8736 OLD_FILES+=usr/libexec/rexecd
8737 # 20050606: OpenBSD dhclient replaces ISC one
8738 OLD_FILES+=bin/omshell
8739 OLD_FILES+=sbin/omshell
8740 OLD_FILES+=usr/share/man/man1/omshell.1.gz
8741 OLD_FILES+=usr/share/man/man5/dhcp-eval.5.gz
8742 # 200504XX: ipf tools moved from /usr to /
8743 OLD_FILES+=rescue/ipfs
8744 OLD_FILES+=rescue/ipfstat
8745 OLD_FILES+=rescue/ipmon
8746 OLD_FILES+=rescue/ipnat
8747 OLD_FILES+=usr/sbin/ipftest
8748 OLD_FILES+=usr/sbin/ipresend
8749 OLD_FILES+=usr/sbin/ipsend
8750 OLD_FILES+=usr/sbin/iptest
8751 OLD_FILES+=usr/share/man/man1/ipnat.1.gz
8752 OLD_FILES+=usr/share/man/man1/ipsend.1.gz
8753 OLD_FILES+=usr/share/man/man1/iptest.1.gz
8754 OLD_FILES+=usr/share/man/man5/ipsend.5.gz
8755 # 200503XX: bsdtar takes over gtar
8756 OLD_FILES+=usr/bin/gtar
8757 OLD_FILES+=usr/share/man/man1/gtar.1.gz
8758 # 200503XX
8759 OLD_FILES+=usr/share/man/man3/exp10.3.gz
8760 OLD_FILES+=usr/share/man/man3/exp10f.3.gz
8761 OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
8762 # 20050324: updated release infrastructure
8763 OLD_FILES+=usr/share/man/man5/drivers.conf.5.gz
8764 # 20050317: removed from BIND 9 distribution
8765 OLD_FILES+=usr/share/doc/bind9/KNOWN_DEFECTS
8766 # 2005XXXX:
8767 OLD_FILES+=sbin/mount_autofs
8768 OLD_FILES+=usr/lib/libautofs.a
8769 OLD_FILES+=usr/lib/libautofs.so
8770 OLD_FILES+=usr/share/man/man8/mount_autofs.8.gz
8771 # 20050203: Merged with fortunes
8772 OLD_FILES+=usr/share/games/fortune/fortunes2
8773 OLD_FILES+=usr/share/games/fortune/fortunes2.dat
8774 # 200501XX:
8775 OLD_FILES+=usr/libexec/getNAME
8776 # 200411XX: gvinum replaces vinum
8777 OLD_FILES+=bin/vinum
8778 OLD_FILES+=rescue/vinum
8779 OLD_FILES+=sbin/vinum
8780 OLD_FILES+=usr/share/man/man8/vinum.8.gz
8781 # 200411XX: libxpg4 removal
8782 OLD_FILES+=usr/lib/libxpg4.a
8783 OLD_FILES+=usr/lib/libxpg4.so
8784 OLD_FILES+=usr/lib/libxpg4_p.a
8785 # 20041109: replaced by em(4)
8786 OLD_FILES+=usr/share/man/man4/gx.4.gz
8787 OLD_FILES+=usr/share/man/man4/if_gx.4.gz
8788 # 20041017: rune interface removed
8789 OLD_FILES+=usr/include/rune.h
8790 OLD_FILES+=usr/share/man/man3/fgetrune.3.gz
8791 OLD_FILES+=usr/share/man/man3/fputrune.3.gz
8792 OLD_FILES+=usr/share/man/man3/fungetrune.3.gz
8793 OLD_FILES+=usr/share/man/man3/mbrrune.3.gz
8794 OLD_FILES+=usr/share/man/man3/mbrune.3.gz
8795 OLD_FILES+=usr/share/man/man3/rune.3.gz
8796 OLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
8797 OLD_FILES+=usr/share/man/man3/sgetrune.3.gz
8798 OLD_FILES+=usr/share/man/man3/sputrune.3.gz
8799 # 20040925: bind9 import
8800 OLD_FILES+=usr/bin/dnskeygen
8801 OLD_FILES+=usr/bin/dnsquery
8802 OLD_FILES+=usr/lib/libisc.a
8803 OLD_FILES+=usr/lib/libisc.so
8804 OLD_FILES+=usr/lib/libisc_p.a
8805 OLD_FILES+=usr/libexec/named-xfer
8806 OLD_FILES+=usr/sbin/named.restart
8807 OLD_FILES+=usr/sbin/ndc
8808 OLD_FILES+=usr/sbin/nslookup
8809 OLD_FILES+=usr/sbin/nsupdate
8810 OLD_FILES+=usr/share/doc/bind/html/acl.html
8811 OLD_FILES+=usr/share/doc/bind/html/address_list.html
8812 OLD_FILES+=usr/share/doc/bind/html/comments.html
8813 OLD_FILES+=usr/share/doc/bind/html/config.html
8814 OLD_FILES+=usr/share/doc/bind/html/controls.html
8815 OLD_FILES+=usr/share/doc/bind/html/docdef.html
8816 OLD_FILES+=usr/share/doc/bind/html/example.html
8817 OLD_FILES+=usr/share/doc/bind/html/include.html
8818 OLD_FILES+=usr/share/doc/bind/html/index.html
8819 OLD_FILES+=usr/share/doc/bind/html/key.html
8820 OLD_FILES+=usr/share/doc/bind/html/logging.html
8821 OLD_FILES+=usr/share/doc/bind/html/master.html
8822 OLD_FILES+=usr/share/doc/bind/html/options.html
8823 OLD_FILES+=usr/share/doc/bind/html/server.html
8824 OLD_FILES+=usr/share/doc/bind/html/trusted-keys.html
8825 OLD_FILES+=usr/share/doc/bind/html/zone.html
8826 OLD_FILES+=usr/share/doc/bind/misc/DynamicUpdate
8827 OLD_FILES+=usr/share/doc/bind/misc/FAQ.1of2
8828 OLD_FILES+=usr/share/doc/bind/misc/FAQ.2of2
8829 OLD_FILES+=usr/share/doc/bind/misc/rfc2317-notes.txt
8830 OLD_FILES+=usr/share/doc/bind/misc/style.txt
8831 OLD_FILES+=usr/share/man/man1/dnskeygen.1.gz
8832 OLD_FILES+=usr/share/man/man1/dnsquery.1.gz
8833 OLD_FILES+=usr/share/man/man8/named-bootconf.8.gz
8834 OLD_FILES+=usr/share/man/man8/named-xfer.8.gz
8835 OLD_FILES+=usr/share/man/man8/named.restart.8.gz
8836 OLD_FILES+=usr/share/man/man8/ndc.8.gz
8837 OLD_FILES+=usr/share/man/man8/nslookup.8.gz
8838 # 200409XX
8839 OLD_FILES+=usr/share/man/man3/ENSURE.3.gz
8840 OLD_FILES+=usr/share/man/man3/ENSURE_ERR.3.gz
8841 OLD_FILES+=usr/share/man/man3/INSIST.3.gz
8842 OLD_FILES+=usr/share/man/man3/INSIST_ERR.3.gz
8843 OLD_FILES+=usr/share/man/man3/INVARIANT.3.gz
8844 OLD_FILES+=usr/share/man/man3/INVARIANT_ERR.3.gz
8845 OLD_FILES+=usr/share/man/man3/REQUIRE.3.gz
8846 OLD_FILES+=usr/share/man/man3/REQUIRE_ERR.3.gz
8847 OLD_FILES+=usr/share/man/man3/assertion_type_to_text.3.gz
8848 OLD_FILES+=usr/share/man/man3/assertions.3.gz
8849 OLD_FILES+=usr/share/man/man3/bitncmp.3.gz
8850 OLD_FILES+=usr/share/man/man3/evAddTime.3.gz
8851 OLD_FILES+=usr/share/man/man3/evCancelConn.3.gz
8852 OLD_FILES+=usr/share/man/man3/evCancelRW.3.gz
8853 OLD_FILES+=usr/share/man/man3/evClearIdleTimer.3.gz
8854 OLD_FILES+=usr/share/man/man3/evClearTimer.3.gz
8855 OLD_FILES+=usr/share/man/man3/evCmpTime.3.gz
8856 OLD_FILES+=usr/share/man/man3/evConnFunc.3.gz
8857 OLD_FILES+=usr/share/man/man3/evConnect.3.gz
8858 OLD_FILES+=usr/share/man/man3/evConsIovec.3.gz
8859 OLD_FILES+=usr/share/man/man3/evConsTime.3.gz
8860 OLD_FILES+=usr/share/man/man3/evCreate.3.gz
8861 OLD_FILES+=usr/share/man/man3/evDefer.3.gz
8862 OLD_FILES+=usr/share/man/man3/evDeselectFD.3.gz
8863 OLD_FILES+=usr/share/man/man3/evDestroy.3.gz
8864 OLD_FILES+=usr/share/man/man3/evDispatch.3.gz
8865 OLD_FILES+=usr/share/man/man3/evDo.3.gz
8866 OLD_FILES+=usr/share/man/man3/evDrop.3.gz
8867 OLD_FILES+=usr/share/man/man3/evFileFunc.3.gz
8868 OLD_FILES+=usr/share/man/man3/evGetNext.3.gz
8869 OLD_FILES+=usr/share/man/man3/evHold.3.gz
8870 OLD_FILES+=usr/share/man/man3/evInitID.3.gz
8871 OLD_FILES+=usr/share/man/man3/evLastEventTime.3.gz
8872 OLD_FILES+=usr/share/man/man3/evListen.3.gz
8873 OLD_FILES+=usr/share/man/man3/evMainLoop.3.gz
8874 OLD_FILES+=usr/share/man/man3/evNowTime.3.gz
8875 OLD_FILES+=usr/share/man/man3/evPrintf.3.gz
8876 OLD_FILES+=usr/share/man/man3/evRead.3.gz
8877 OLD_FILES+=usr/share/man/man3/evResetTimer.3.gz
8878 OLD_FILES+=usr/share/man/man3/evSelectFD.3.gz
8879 OLD_FILES+=usr/share/man/man3/evSetDebug.3.gz
8880 OLD_FILES+=usr/share/man/man3/evSetIdleTimer.3.gz
8881 OLD_FILES+=usr/share/man/man3/evSetTimer.3.gz
8882 OLD_FILES+=usr/share/man/man3/evStreamFunc.3.gz
8883 OLD_FILES+=usr/share/man/man3/evSubTime.3.gz
8884 OLD_FILES+=usr/share/man/man3/evTestID.3.gz
8885 OLD_FILES+=usr/share/man/man3/evTimeRW.3.gz
8886 OLD_FILES+=usr/share/man/man3/evTimeSpec.3.gz
8887 OLD_FILES+=usr/share/man/man3/evTimeVal.3.gz
8888 OLD_FILES+=usr/share/man/man3/evTimerFunc.3.gz
8889 OLD_FILES+=usr/share/man/man3/evTouchIdleTimer.3.gz
8890 OLD_FILES+=usr/share/man/man3/evTryAccept.3.gz
8891 OLD_FILES+=usr/share/man/man3/evUnhold.3.gz
8892 OLD_FILES+=usr/share/man/man3/evUntimeRW.3.gz
8893 OLD_FILES+=usr/share/man/man3/evUnwait.3.gz
8894 OLD_FILES+=usr/share/man/man3/evWaitFor.3.gz
8895 OLD_FILES+=usr/share/man/man3/evWaitFunc.3.gz
8896 OLD_FILES+=usr/share/man/man3/evWrite.3.gz
8897 OLD_FILES+=usr/share/man/man3/eventlib.3.gz
8898 OLD_FILES+=usr/share/man/man3/heap.3.gz
8899 OLD_FILES+=usr/share/man/man3/heap_decreased.3.gz
8900 OLD_FILES+=usr/share/man/man3/heap_delete.3.gz
8901 OLD_FILES+=usr/share/man/man3/heap_element.3.gz
8902 OLD_FILES+=usr/share/man/man3/heap_for_each.3.gz
8903 OLD_FILES+=usr/share/man/man3/heap_free.3.gz
8904 OLD_FILES+=usr/share/man/man3/heap_increased.3.gz
8905 OLD_FILES+=usr/share/man/man3/heap_insert.3.gz
8906 OLD_FILES+=usr/share/man/man3/heap_new.3.gz
8907 OLD_FILES+=usr/share/man/man3/log_add_channel.3.gz
8908 OLD_FILES+=usr/share/man/man3/log_category_is_active.3.gz
8909 OLD_FILES+=usr/share/man/man3/log_close_stream.3.gz
8910 OLD_FILES+=usr/share/man/man3/log_dec_references.3.gz
8911 OLD_FILES+=usr/share/man/man3/log_free_channel.3.gz
8912 OLD_FILES+=usr/share/man/man3/log_free_context.3.gz
8913 OLD_FILES+=usr/share/man/man3/log_get_filename.3.gz
8914 OLD_FILES+=usr/share/man/man3/log_get_stream.3.gz
8915 OLD_FILES+=usr/share/man/man3/log_inc_references.3.gz
8916 OLD_FILES+=usr/share/man/man3/log_new_context.3.gz
8917 OLD_FILES+=usr/share/man/man3/log_new_file_channel.3.gz
8918 OLD_FILES+=usr/share/man/man3/log_new_null_channel.3.gz
8919 OLD_FILES+=usr/share/man/man3/log_new_syslog_channel.3.gz
8920 OLD_FILES+=usr/share/man/man3/log_open_stream.3.gz
8921 OLD_FILES+=usr/share/man/man3/log_option.3.gz
8922 OLD_FILES+=usr/share/man/man3/log_remove_channel.3.gz
8923 OLD_FILES+=usr/share/man/man3/log_set_file_owner.3.gz
8924 OLD_FILES+=usr/share/man/man3/log_vwrite.3.gz
8925 OLD_FILES+=usr/share/man/man3/log_write.3.gz
8926 OLD_FILES+=usr/share/man/man3/logging.3.gz
8927 OLD_FILES+=usr/share/man/man3/memcluster.3.gz
8928 OLD_FILES+=usr/share/man/man3/memget.3.gz
8929 OLD_FILES+=usr/share/man/man3/memput.3.gz
8930 OLD_FILES+=usr/share/man/man3/memstats.3.gz
8931 OLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.
8932 OLD_FILES+=usr/share/man/man3/sigwait.3.gz
8933 OLD_FILES+=usr/share/man/man3/tree_add.3.gz
8934 OLD_FILES+=usr/share/man/man3/tree_delete.3.gz
8935 OLD_FILES+=usr/share/man/man3/tree_init.3.gz
8936 OLD_FILES+=usr/share/man/man3/tree_mung.3.gz
8937 OLD_FILES+=usr/share/man/man3/tree_srch.3.gz
8938 OLD_FILES+=usr/share/man/man3/tree_trav.3.gz
8939 # 2004XXYY: OS internal libs, no ports use them, no need to use OLD_LIBS
8940 OLD_FILES+=lib/geom/geom_concat.so.1
8941 OLD_FILES+=lib/geom/geom_label.so.1
8942 OLD_FILES+=lib/geom/geom_nop.so.1
8943 OLD_FILES+=lib/geom/geom_stripe.so.1
8944 # 20040728: GCC 3.4.2
8945 OLD_DIRS+=usr/include/c++/3.3
8946 OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
8947 OLD_FILES+=usr/include/c++/3.3/algorithm
8948 OLD_FILES+=usr/include/c++/3.3/backward/algo.h
8949 OLD_FILES+=usr/include/c++/3.3/backward/algobase.h
8950 OLD_FILES+=usr/include/c++/3.3/backward/alloc.h
8951 OLD_FILES+=usr/include/c++/3.3/backward/backward_warning.h
8952 OLD_FILES+=usr/include/c++/3.3/backward/bvector.h
8953 OLD_FILES+=usr/include/c++/3.3/backward/complex.h
8954 OLD_FILES+=usr/include/c++/3.3/backward/defalloc.h
8955 OLD_FILES+=usr/include/c++/3.3/backward/deque.h
8956 OLD_FILES+=usr/include/c++/3.3/backward/fstream.h
8957 OLD_FILES+=usr/include/c++/3.3/backward/function.h
8958 OLD_FILES+=usr/include/c++/3.3/backward/hash_map.h
8959 OLD_FILES+=usr/include/c++/3.3/backward/hash_set.h
8960 OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h
8961 OLD_FILES+=usr/include/c++/3.3/backward/heap.h
8962 OLD_FILES+=usr/include/c++/3.3/backward/iomanip.h
8963 OLD_FILES+=usr/include/c++/3.3/backward/iostream.h
8964 OLD_FILES+=usr/include/c++/3.3/backward/istream.h
8965 OLD_FILES+=usr/include/c++/3.3/backward/iterator.h
8966 OLD_FILES+=usr/include/c++/3.3/backward/list.h
8967 OLD_FILES+=usr/include/c++/3.3/backward/map.h
8968 OLD_FILES+=usr/include/c++/3.3/backward/multimap.h
8969 OLD_FILES+=usr/include/c++/3.3/backward/multiset.h
8970 OLD_FILES+=usr/include/c++/3.3/backward/new.h
8971 OLD_FILES+=usr/include/c++/3.3/backward/ostream.h
8972 OLD_FILES+=usr/include/c++/3.3/backward/pair.h
8973 OLD_FILES+=usr/include/c++/3.3/backward/queue.h
8974 OLD_FILES+=usr/include/c++/3.3/backward/rope.h
8975 OLD_FILES+=usr/include/c++/3.3/backward/set.h
8976 OLD_FILES+=usr/include/c++/3.3/backward/slist.h
8977 OLD_FILES+=usr/include/c++/3.3/backward/stack.h
8978 OLD_FILES+=usr/include/c++/3.3/backward/stream.h
8979 OLD_FILES+=usr/include/c++/3.3/backward/streambuf.h
8980 OLD_FILES+=usr/include/c++/3.3/backward/strstream
8981 OLD_FILES+=usr/include/c++/3.3/backward/strstream.h
8982 OLD_FILES+=usr/include/c++/3.3/backward/tempbuf.h
8983 OLD_FILES+=usr/include/c++/3.3/backward/tree.h
8984 OLD_FILES+=usr/include/c++/3.3/backward/vector.h
8985 OLD_DIRS+=usr/include/c++/3.3/backward
8986 OLD_FILES+=usr/include/c++/3.3/bits/atomicity.h
8987 OLD_FILES+=usr/include/c++/3.3/bits/basic_file.h
8988 OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.h
8989 OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.tcc
8990 OLD_FILES+=usr/include/c++/3.3/bits/basic_string.h
8991 OLD_FILES+=usr/include/c++/3.3/bits/basic_string.tcc
8992 OLD_FILES+=usr/include/c++/3.3/bits/boost_concept_check.h
8993 OLD_FILES+=usr/include/c++/3.3/bits/c++config.h
8994 OLD_FILES+=usr/include/c++/3.3/bits/c++io.h
8995 OLD_FILES+=usr/include/c++/3.3/bits/c++locale.h
8996 OLD_FILES+=usr/include/c++/3.3/bits/c++locale_internal.h
8997 OLD_FILES+=usr/include/c++/3.3/bits/char_traits.h
8998 OLD_FILES+=usr/include/c++/3.3/bits/cmath.tcc
8999 OLD_FILES+=usr/include/c++/3.3/bits/codecvt.h
9000 OLD_FILES+=usr/include/c++/3.3/bits/codecvt_specializations.h
9001 OLD_FILES+=usr/include/c++/3.3/bits/concept_check.h
9002 OLD_FILES+=usr/include/c++/3.3/bits/cpp_type_traits.h
9003 OLD_FILES+=usr/include/c++/3.3/bits/ctype_base.h
9004 OLD_FILES+=usr/include/c++/3.3/bits/ctype_inline.h
9005 OLD_FILES+=usr/include/c++/3.3/bits/ctype_noninline.h
9006 OLD_FILES+=usr/include/c++/3.3/bits/deque.tcc
9007 OLD_FILES+=usr/include/c++/3.3/bits/fpos.h
9008 OLD_FILES+=usr/include/c++/3.3/bits/fstream.tcc
9009 OLD_FILES+=usr/include/c++/3.3/bits/functexcept.h
9010 OLD_FILES+=usr/include/c++/3.3/bits/generic_shadow.h
9011 OLD_FILES+=usr/include/c++/3.3/bits/gslice.h
9012 OLD_FILES+=usr/include/c++/3.3/bits/gslice_array.h
9013 OLD_FILES+=usr/include/c++/3.3/bits/gthr-default.h
9014 OLD_FILES+=usr/include/c++/3.3/bits/gthr-posix.h
9015 OLD_FILES+=usr/include/c++/3.3/bits/gthr-single.h
9016 OLD_FILES+=usr/include/c++/3.3/bits/gthr.h
9017 OLD_FILES+=usr/include/c++/3.3/bits/indirect_array.h
9018 OLD_FILES+=usr/include/c++/3.3/bits/ios_base.h
9019 OLD_FILES+=usr/include/c++/3.3/bits/istream.tcc
9020 OLD_FILES+=usr/include/c++/3.3/bits/list.tcc
9021 OLD_FILES+=usr/include/c++/3.3/bits/locale_classes.h
9022 OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.h
9023 OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.tcc
9024 OLD_FILES+=usr/include/c++/3.3/bits/localefwd.h
9025 OLD_FILES+=usr/include/c++/3.3/bits/mask_array.h
9026 OLD_FILES+=usr/include/c++/3.3/bits/messages_members.h
9027 OLD_FILES+=usr/include/c++/3.3/bits/os_defines.h
9028 OLD_FILES+=usr/include/c++/3.3/bits/ostream.tcc
9029 OLD_FILES+=usr/include/c++/3.3/bits/pthread_allocimpl.h
9030 OLD_FILES+=usr/include/c++/3.3/bits/slice.h
9031 OLD_FILES+=usr/include/c++/3.3/bits/slice_array.h
9032 OLD_FILES+=usr/include/c++/3.3/bits/sstream.tcc
9033 OLD_FILES+=usr/include/c++/3.3/bits/stl_algo.h
9034 OLD_FILES+=usr/include/c++/3.3/bits/stl_algobase.h
9035 OLD_FILES+=usr/include/c++/3.3/bits/stl_alloc.h
9036 OLD_FILES+=usr/include/c++/3.3/bits/stl_bvector.h
9037 OLD_FILES+=usr/include/c++/3.3/bits/stl_construct.h
9038 OLD_FILES+=usr/include/c++/3.3/bits/stl_deque.h
9039 OLD_FILES+=usr/include/c++/3.3/bits/stl_function.h
9040 OLD_FILES+=usr/include/c++/3.3/bits/stl_heap.h
9041 OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator.h
9042 OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator_base_funcs.h
9043 OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator_base_types.h
9044 OLD_FILES+=usr/include/c++/3.3/bits/stl_list.h
9045 OLD_FILES+=usr/include/c++/3.3/bits/stl_map.h
9046 OLD_FILES+=usr/include/c++/3.3/bits/stl_multimap.h
9047 OLD_FILES+=usr/include/c++/3.3/bits/stl_multiset.h
9048 OLD_FILES+=usr/include/c++/3.3/bits/stl_numeric.h
9049 OLD_FILES+=usr/include/c++/3.3/bits/stl_pair.h
9050 OLD_FILES+=usr/include/c++/3.3/bits/stl_pthread_alloc.h
9051 OLD_FILES+=usr/include/c++/3.3/bits/stl_queue.h
9052 OLD_FILES+=usr/include/c++/3.3/bits/stl_raw_storage_iter.h
9053 OLD_FILES+=usr/include/c++/3.3/bits/stl_relops.h
9054 OLD_FILES+=usr/include/c++/3.3/bits/stl_set.h
9055 OLD_FILES+=usr/include/c++/3.3/bits/stl_stack.h
9056 OLD_FILES+=usr/include/c++/3.3/bits/stl_tempbuf.h
9057 OLD_FILES+=usr/include/c++/3.3/bits/stl_threads.h
9058 OLD_FILES+=usr/include/c++/3.3/bits/stl_tree.h
9059 OLD_FILES+=usr/include/c++/3.3/bits/stl_uninitialized.h
9060 OLD_FILES+=usr/include/c++/3.3/bits/stl_vector.h
9061 OLD_FILES+=usr/include/c++/3.3/bits/stream_iterator.h
9062 OLD_FILES+=usr/include/c++/3.3/bits/streambuf.tcc
9063 OLD_FILES+=usr/include/c++/3.3/bits/streambuf_iterator.h
9064 OLD_FILES+=usr/include/c++/3.3/bits/stringfwd.h
9065 OLD_FILES+=usr/include/c++/3.3/bits/time_members.h
9066 OLD_FILES+=usr/include/c++/3.3/bits/type_traits.h
9067 OLD_FILES+=usr/include/c++/3.3/bits/valarray_array.h
9068 OLD_FILES+=usr/include/c++/3.3/bits/valarray_array.tcc
9069 OLD_FILES+=usr/include/c++/3.3/bits/valarray_meta.h
9070 OLD_FILES+=usr/include/c++/3.3/bits/vector.tcc
9071 OLD_DIRS+=usr/include/c++/3.3/bits
9072 OLD_FILES+=usr/include/c++/3.3/bitset
9073 OLD_FILES+=usr/include/c++/3.3/cassert
9074 OLD_FILES+=usr/include/c++/3.3/cctype
9075 OLD_FILES+=usr/include/c++/3.3/cerrno
9076 OLD_FILES+=usr/include/c++/3.3/cfloat
9077 OLD_FILES+=usr/include/c++/3.3/ciso646
9078 OLD_FILES+=usr/include/c++/3.3/climits
9079 OLD_FILES+=usr/include/c++/3.3/clocale
9080 OLD_FILES+=usr/include/c++/3.3/cmath
9081 OLD_FILES+=usr/include/c++/3.3/complex
9082 OLD_FILES+=usr/include/c++/3.3/csetjmp
9083 OLD_FILES+=usr/include/c++/3.3/csignal
9084 OLD_FILES+=usr/include/c++/3.3/cstdarg
9085 OLD_FILES+=usr/include/c++/3.3/cstddef
9086 OLD_FILES+=usr/include/c++/3.3/cstdio
9087 OLD_FILES+=usr/include/c++/3.3/cstdlib
9088 OLD_FILES+=usr/include/c++/3.3/cstring
9089 OLD_FILES+=usr/include/c++/3.3/ctime
9090 OLD_FILES+=usr/include/c++/3.3/cwchar
9091 OLD_FILES+=usr/include/c++/3.3/cwctype
9092 OLD_FILES+=usr/include/c++/3.3/cxxabi.h
9093 OLD_FILES+=usr/include/c++/3.3/deque
9094 OLD_FILES+=usr/include/c++/3.3/exception
9095 OLD_FILES+=usr/include/c++/3.3/exception_defines.h
9096 OLD_FILES+=usr/include/c++/3.3/ext/algorithm
9097 OLD_FILES+=usr/include/c++/3.3/ext/enc_filebuf.h
9098 OLD_FILES+=usr/include/c++/3.3/ext/functional
9099 OLD_FILES+=usr/include/c++/3.3/ext/hash_map
9100 OLD_FILES+=usr/include/c++/3.3/ext/hash_set
9101 OLD_FILES+=usr/include/c++/3.3/ext/iterator
9102 OLD_FILES+=usr/include/c++/3.3/ext/memory
9103 OLD_FILES+=usr/include/c++/3.3/ext/numeric
9104 OLD_FILES+=usr/include/c++/3.3/ext/rb_tree
9105 OLD_FILES+=usr/include/c++/3.3/ext/rope
9106 OLD_FILES+=usr/include/c++/3.3/ext/ropeimpl.h
9107 OLD_FILES+=usr/include/c++/3.3/ext/slist
9108 OLD_FILES+=usr/include/c++/3.3/ext/stdio_filebuf.h
9109 OLD_FILES+=usr/include/c++/3.3/ext/stl_hash_fun.h
9110 OLD_FILES+=usr/include/c++/3.3/ext/stl_hashtable.h
9111 OLD_FILES+=usr/include/c++/3.3/ext/stl_rope.h
9112 OLD_DIRS+=usr/include/c++/3.3/ext
9113 OLD_FILES+=usr/include/c++/3.3/fstream
9114 OLD_FILES+=usr/include/c++/3.3/functional
9115 OLD_FILES+=usr/include/c++/3.3/iomanip
9116 OLD_FILES+=usr/include/c++/3.3/ios
9117 OLD_FILES+=usr/include/c++/3.3/iosfwd
9118 OLD_FILES+=usr/include/c++/3.3/iostream
9119 OLD_FILES+=usr/include/c++/3.3/istream
9120 OLD_FILES+=usr/include/c++/3.3/iterator
9121 OLD_FILES+=usr/include/c++/3.3/limits
9122 OLD_FILES+=usr/include/c++/3.3/list
9123 OLD_FILES+=usr/include/c++/3.3/locale
9124 OLD_FILES+=usr/include/c++/3.3/map
9125 OLD_FILES+=usr/include/c++/3.3/memory
9126 OLD_FILES+=usr/include/c++/3.3/new
9127 OLD_FILES+=usr/include/c++/3.3/numeric
9128 OLD_FILES+=usr/include/c++/3.3/ostream
9129 OLD_FILES+=usr/include/c++/3.3/queue
9130 OLD_FILES+=usr/include/c++/3.3/set
9131 OLD_FILES+=usr/include/c++/3.3/sstream
9132 OLD_FILES+=usr/include/c++/3.3/stack
9133 OLD_FILES+=usr/include/c++/3.3/stdexcept
9134 OLD_FILES+=usr/include/c++/3.3/streambuf
9135 OLD_FILES+=usr/include/c++/3.3/string
9136 OLD_FILES+=usr/include/c++/3.3/typeinfo
9137 OLD_FILES+=usr/include/c++/3.3/utility
9138 OLD_FILES+=usr/include/c++/3.3/valarray
9139 OLD_FILES+=usr/include/c++/3.3/vector
9140 # 20040713: fla(4) removed.
9141 OLD_FILES+=usr/share/man/man4/fla.4.gz
9142 # 200407XX
9143 OLD_FILES+=usr/sbin/kernbb
9144 OLD_FILES+=usr/sbin/ntp-genkeys
9145 OLD_FILES+=usr/sbin/ntptimeset
9146 OLD_FILES+=usr/share/man/man8/kernbb.8.gz
9147 OLD_FILES+=usr/share/man/man8/ntp-genkeys.8.gz
9148 # 20040627: usbdevs.h and usbdevs_data.h removal
9149 OLD_FILES+=usr/include/dev/usb/usbdevs.h
9150 OLD_FILES+=usr/include/dev/usb/usbdevs_data.h
9151 # 200406XX
9152 OLD_FILES+=usr/bin/gasp
9153 OLD_FILES+=usr/bin/gdbreplay
9154 OLD_FILES+=usr/share/man/man1/gasp.1.gz
9155 OLD_FILES+=sbin/mountd
9156 OLD_FILES+=sbin/mount_fdesc
9157 OLD_FILES+=sbin/mount_umap
9158 OLD_FILES+=sbin/mount_union
9159 OLD_FILES+=sbin/mount_msdos
9160 OLD_FILES+=sbin/mount_null
9161 OLD_FILES+=sbin/mount_kernfs
9162 # 200405XX: arl
9163 OLD_FILES+=usr/sbin/arlconfig
9164 OLD_FILES+=usr/share/man/man8/arlconfig.8.gz
9165 # 200403XX
9166 OLD_FILES+=bin/raidctl
9167 OLD_FILES+=sbin/raidctl
9168 OLD_FILES+=usr/bin/sasc
9169 OLD_FILES+=usr/sbin/sgsc
9170 OLD_FILES+=usr/sbin/stlload
9171 OLD_FILES+=usr/sbin/stlstats
9172 OLD_FILES+=usr/share/man/man1/sasc.1.gz
9173 OLD_FILES+=usr/share/man/man1/sgsc.1.gz
9174 OLD_FILES+=usr/share/man/man4/i386/stl.4.gz
9175 OLD_FILES+=usr/share/man/man8/raidctl.8.gz
9176 # 20040229: clean_environment() was removed after 3 days
9177 OLD_FILES+=usr/share/man/man3/clean_environment.3.gz
9178 # 20040119: installed as `isdntel' in newer systems
9179 OLD_FILES+=etc/isdn/isdntel.sh
9180 # 200XYYZZ: /lib transition clitches
9181 OLD_FILES+=lib/libalias.so
9182 OLD_FILES+=lib/libatm.so
9183 OLD_FILES+=lib/libbsdxml.so
9184 OLD_FILES+=lib/libc.so
9185 OLD_FILES+=lib/libcam.so
9186 OLD_FILES+=lib/libcrypt.so
9187 OLD_FILES+=lib/libcrypto.so
9188 OLD_FILES+=lib/libdevstat.so
9189 OLD_FILES+=lib/libedit.so
9190 OLD_FILES+=lib/libgeom.so
9191 OLD_FILES+=lib/libipsec.so
9192 OLD_FILES+=lib/libipx.so
9193 OLD_FILES+=lib/libkvm.so
9194 OLD_FILES+=lib/libm.so
9195 OLD_FILES+=lib/libmd.so
9196 OLD_FILES+=lib/libncurses.so
9197 OLD_FILES+=lib/libreadline.so
9198 OLD_FILES+=lib/libsbuf.so
9199 OLD_FILES+=lib/libufs.so
9200 OLD_FILES+=lib/libz.so
9201 # 200312XX
9202 OLD_FILES+=bin/cxconfig
9203 OLD_FILES+=sbin/cxconfig
9204 OLD_FILES+=usr/share/man/man8/cxconfig.8.gz
9205 # 20031016: MULTI_DRIVER_MODULE macro removed
9206 OLD_FILES+=usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz
9207 # 200309XX
9208 OLD_FILES+=usr/bin/symorder
9209 OLD_FILES+=usr/share/man/man1/symorder.1.gz
9210 # 200308XX
9211 OLD_FILES+=usr/sbin/amldb
9212 OLD_FILES+=usr/share/man/man8/amldb.8.gz
9213 # 200307XX
9214 OLD_FILES+=sbin/mount_nwfs
9215 OLD_FILES+=sbin/mount_portalfs
9216 OLD_FILES+=sbin/mount_smbfs
9217 # 200306XX
9218 OLD_FILES+=usr/sbin/dev_mkdb
9219 OLD_FILES+=usr/share/man/man8/dev_mkdb.8.gz
9220 # 200304XX
9221 OLD_FILES+=usr/lib/libcipher.a
9222 OLD_FILES+=usr/lib/libcipher.so
9223 OLD_FILES+=usr/lib/libcipher_p.a
9224 OLD_FILES+=usr/lib/libgmp.a
9225 OLD_FILES+=usr/lib/libgmp.so
9226 OLD_FILES+=usr/lib/libgmp_p.a
9227 OLD_FILES+=usr/lib/libperl.a
9228 OLD_FILES+=usr/lib/libperl.so
9229 OLD_FILES+=usr/lib/libperl_p.a
9230 OLD_FILES+=usr/lib/libposix1e.a
9231 OLD_FILES+=usr/lib/libposix1e.so
9232 OLD_FILES+=usr/lib/libposix1e_p.a
9233 OLD_FILES+=usr/lib/libskey.a
9234 OLD_FILES+=usr/lib/libskey.so
9235 OLD_FILES+=usr/lib/libskey_p.a
9236 OLD_FILES+=usr/libexec/tradcpp0
9237 OLD_FILES+=usr/libexec/cpp0
9238 # 200304XX: removal of xten
9239 OLD_FILES+=usr/libexec/xtend
9240 OLD_FILES+=usr/sbin/xten
9241 OLD_FILES+=usr/share/man/man1/xten.1.gz
9242 OLD_FILES+=usr/share/man/man8/xtend.8.gz
9243 # 200303XX
9244 OLD_FILES+=usr/lib/libacl.so
9245 OLD_FILES+=usr/lib/libdescrypt.so
9246 OLD_FILES+=usr/lib/libf2c.so
9247 OLD_FILES+=usr/lib/libg++.so
9248 OLD_FILES+=usr/lib/libkdb.so
9249 OLD_FILES+=usr/lib/librsaINTL.so
9250 OLD_FILES+=usr/lib/libscrypt.so
9251 OLD_FILES+=usr/lib/libss.so
9252 # 200302XX
9253 OLD_FILES+=usr/lib/libacl.a
9254 OLD_FILES+=usr/lib/libacl_p.a
9255 OLD_FILES+=usr/lib/libkadm.a
9256 OLD_FILES+=usr/lib/libkadm.so
9257 OLD_FILES+=usr/lib/libkadm_p.a
9258 OLD_FILES+=usr/lib/libkafs.a
9259 OLD_FILES+=usr/lib/libkafs.so
9260 OLD_FILES+=usr/lib/libkafs_p.a
9261 OLD_FILES+=usr/lib/libkdb.a
9262 OLD_FILES+=usr/lib/libkdb_p.a
9263 OLD_FILES+=usr/lib/libkrb.a
9264 OLD_FILES+=usr/lib/libkrb.so
9265 OLD_FILES+=usr/lib/libkrb_p.a
9266 OLD_FILES+=usr/share/man/man3/SSL_CIPHER_get_name.3.gz
9267 OLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3
9268 OLD_FILES+=usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3.gz
9269 OLD_FILES+=usr/share/man/man3/SSL_CTX_add_session.3.gz
9270 OLD_FILES+=usr/share/man/man3/SSL_CTX_ctrl.3.gz
9271 OLD_FILES+=usr/share/man/man3/SSL_CTX_flush_sessions.3.gz
9272 OLD_FILES+=usr/share/man/man3/SSL_CTX_free.3.gz
9273 OLD_FILES+=usr/share/man/man3/SSL_CTX_get_verify_mode.3.gz
9274 OLD_FILES+=usr/share/man/man3/SSL_CTX_load_verify_locations.3.gz
9275 OLD_FILES+=usr/share/man/man3/SSL_CTX_new.3.gz
9276 OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_number.3.gz
9277 OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_cache_size.3.gz
9278 OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_get_cb.3.gz
9279 OLD_FILES+=usr/share/man/man3/SSL_CTX_sessions.3.gz
9280 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_store.3.gz
9281 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3.gz
9282 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cipher_list.3.gz
9283 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_CA_list.3.gz
9284 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_cert_cb.3.gz
9285 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_default_passwd_cb.3.gz
9286 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_generate_session_id.3.gz
9287 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_info_callback.3.gz
9288 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_max_cert_list.3.gz
9289 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_mode.3.gz
9290 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_msg_callback.3.gz
9291 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_options.3.gz
9292 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3.gz
9293 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_cache_mode.3.gz
9294 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_id_context.3.gz
9295 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_ssl_version.3.gz
9296 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_timeout.3.gz
9297 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_dh_callback.3.gz
9298 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz
9299 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_verify.3.gz
9300 OLD_FILES+=usr/share/man/man3/SSL_CTX_use_certificate.3.gz
9301 OLD_FILES+=usr/share/man/man3/SSL_SESSION_free.3.gz
9302 OLD_FILES+=usr/share/man/man3/SSL_SESSION_get_ex_new_index.3.gz
9303 OLD_FILES+=usr/share/man/man3/SSL_SESSION_get_time.3.gz
9304 OLD_FILES+=usr/share/man/man3/SSL_accept.3.gz
9305 OLD_FILES+=usr/share/man/man3/SSL_alert_type_string.3.gz
9306 OLD_FILES+=usr/share/man/man3/SSL_clear.3.gz
9307 OLD_FILES+=usr/share/man/man3/SSL_connect.3.gz
9308 OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
9309 OLD_FILES+=usr/share/man/man3/SSL_free.3.gz
9310 OLD_FILES+=usr/share/man/man3/SSL_get_SSL_CTX.3.gz
9311 OLD_FILES+=usr/share/man/man3/SSL_get_ciphers.3.gz
9312 OLD_FILES+=usr/share/man/man3/SSL_get_client_CA_list.3.gz
9313 OLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz
9314 OLD_FILES+=usr/share/man/man3/SSL_get_default_timeout.3.gz
9315 OLD_FILES+=usr/share/man/man3/SSL_get_error.3.gz
9316 OLD_FILES+=usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3.gz
9317 OLD_FILES+=usr/share/man/man3/SSL_get_ex_new_index.3.gz
9318 OLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz
9319 OLD_FILES+=usr/share/man/man3/SSL_get_peer_cert_chain.3.gz
9320 OLD_FILES+=usr/share/man/man3/SSL_get_peer_certificate.3.gz
9321 OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz
9322 OLD_FILES+=usr/share/man/man3/SSL_get_session.3.gz
9323 OLD_FILES+=usr/share/man/man3/SSL_get_verify_result.3.gz
9324 OLD_FILES+=usr/share/man/man3/SSL_get_version.3.gz
9325 OLD_FILES+=usr/share/man/man3/SSL_library_init.3.gz
9326 OLD_FILES+=usr/share/man/man3/SSL_load_client_CA_file.3.gz
9327 OLD_FILES+=usr/share/man/man3/SSL_new.3.gz
9328 OLD_FILES+=usr/share/man/man3/SSL_pending.3.gz
9329 OLD_FILES+=usr/share/man/man3/SSL_read.3.gz
9330 OLD_FILES+=usr/share/man/man3/SSL_rstate_string.3.gz
9331 OLD_FILES+=usr/share/man/man3/SSL_session_reused.3.gz
9332 OLD_FILES+=usr/share/man/man3/SSL_set_bio.3.gz
9333 OLD_FILES+=usr/share/man/man3/SSL_set_connect_state.3.gz
9334 OLD_FILES+=usr/share/man/man3/SSL_set_fd.3.gz
9335 OLD_FILES+=usr/share/man/man3/SSL_set_session.3.gz
9336 OLD_FILES+=usr/share/man/man3/SSL_set_shutdown.3.gz
9337 OLD_FILES+=usr/share/man/man3/SSL_set_verify_result.3.gz
9338 OLD_FILES+=usr/share/man/man3/SSL_shutdown.3.gz
9339 OLD_FILES+=usr/share/man/man3/SSL_state_string.3.gz
9340 OLD_FILES+=usr/share/man/man3/SSL_want.3.gz
9341 OLD_FILES+=usr/share/man/man3/SSL_write.3.gz
9342 OLD_FILES+=usr/share/man/man3/d2i_SSL_SESSION.3.gz
9343 # 200301XX
9344 OLD_FILES+=usr/share/man/man3/des_3cbc_encrypt.3.gz
9345 OLD_FILES+=usr/share/man/man3/des_3ecb_encrypt.3.gz
9346 OLD_FILES+=usr/share/man/man3/des_cbc_cksum.3.gz
9347 OLD_FILES+=usr/share/man/man3/des_cbc_encrypt.3.gz
9348 OLD_FILES+=usr/share/man/man3/des_cfb_encrypt.3.gz
9349 OLD_FILES+=usr/share/man/man3/des_ecb_encrypt.3.gz
9350 OLD_FILES+=usr/share/man/man3/des_enc_read.3.gz
9351 OLD_FILES+=usr/share/man/man3/des_enc_write.3.gz
9352 OLD_FILES+=usr/share/man/man3/des_is_weak_key.3.gz
9353 OLD_FILES+=usr/share/man/man3/des_key_sched.3.gz
9354 OLD_FILES+=usr/share/man/man3/des_ofb_encrypt.3.gz
9355 OLD_FILES+=usr/share/man/man3/des_pcbc_encrypt.3.gz
9356 OLD_FILES+=usr/share/man/man3/des_quad_cksum.3.gz
9357 OLD_FILES+=usr/share/man/man3/des_random_key.3.gz
9358 OLD_FILES+=usr/share/man/man3/des_read_2password.3.gz
9359 OLD_FILES+=usr/share/man/man3/des_read_password.3.gz
9360 OLD_FILES+=usr/share/man/man3/des_read_pw_string.3.gz
9361 OLD_FILES+=usr/share/man/man3/des_set_key.3.gz
9362 OLD_FILES+=usr/share/man/man3/des_set_odd_parity.3.gz
9363 OLD_FILES+=usr/share/man/man3/des_string_to_2key.3.gz
9364 OLD_FILES+=usr/share/man/man3/des_string_to_key.3.gz
9365 # 200212XX
9366 OLD_FILES+=usr/sbin/kenv
9367 OLD_FILES+=usr/bin/kenv
9368 OLD_FILES+=usr/sbin/elf2aout
9369 # 200210XX
9370 OLD_FILES+=usr/include/libusbhid.h
9371 OLD_FILES+=usr/share/man/man3/All_FreeBSD.3.gz
9372 OLD_FILES+=usr/share/man/man3/CheckRules.3.gz
9373 OLD_FILES+=usr/share/man/man3/ChunkCanBeRoot.3.gz
9374 OLD_FILES+=usr/share/man/man3/Clone_Disk.3.gz
9375 OLD_FILES+=usr/share/man/man3/Collapse_Chunk.3.gz
9376 OLD_FILES+=usr/share/man/man3/Collapse_Disk.3.gz
9377 OLD_FILES+=usr/share/man/man3/Create_Chunk.3.gz
9378 OLD_FILES+=usr/share/man/man3/Create_Chunk_DWIM.3.gz
9379 OLD_FILES+=usr/share/man/man3/Cyl_Aligned.3.gz
9380 OLD_FILES+=usr/share/man/man3/Debug_Disk.3.gz
9381 OLD_FILES+=usr/share/man/man3/Delete_Chunk.3.gz
9382 OLD_FILES+=usr/share/man/man3/Disk_Names.3.gz
9383 OLD_FILES+=usr/share/man/man3/Free_Disk.3.gz
9384 OLD_FILES+=usr/share/man/man3/MakeDev.3.gz
9385 OLD_FILES+=usr/share/man/man3/MakeDevDisk.3.gz
9386 OLD_FILES+=usr/share/man/man3/Next_Cyl_Aligned.3.gz
9387 OLD_FILES+=usr/share/man/man3/Next_Track_Aligned.3.gz
9388 OLD_FILES+=usr/share/man/man3/Open_Disk.3.gz
9389 OLD_FILES+=usr/share/man/man3/Prev_Cyl_Aligned.3.gz
9390 OLD_FILES+=usr/share/man/man3/Prev_Track_Aligned.3.gz
9391 OLD_FILES+=usr/share/man/man3/Set_Bios_Geom.3.gz
9392 OLD_FILES+=usr/share/man/man3/Set_Boot_Blocks.3.gz
9393 OLD_FILES+=usr/share/man/man3/Set_Boot_Mgr.3.gz
9394 OLD_FILES+=usr/share/man/man3/ShowChunkFlags.3.gz
9395 OLD_FILES+=usr/share/man/man3/Track_Aligned.3.gz
9396 OLD_FILES+=usr/share/man/man3/Write_Disk.3.gz
9397 OLD_FILES+=usr/share/man/man3/slice_type_name.3.gz
9398 # 200210XX: most games moved to ports
9399 OLD_FILES+=usr/share/man/man6/adventure.6.gz
9400 OLD_FILES+=usr/share/man/man6/arithmetic.6.gz
9401 OLD_FILES+=usr/share/man/man6/atc.6.gz
9402 OLD_FILES+=usr/share/man/man6/backgammon.6.gz
9403 OLD_FILES+=usr/share/man/man6/battlestar.6.gz
9404 OLD_FILES+=usr/share/man/man6/bs.6.gz
9405 OLD_FILES+=usr/share/man/man6/canfield.6.gz
9406 OLD_FILES+=usr/share/man/man6/cfscores.6.gz
9407 OLD_FILES+=usr/share/man/man6/cribbage.6.gz
9408 OLD_FILES+=usr/share/man/man6/fish.6.gz
9409 OLD_FILES+=usr/share/man/man6/hack.6.gz
9410 OLD_FILES+=usr/share/man/man6/hangman.6.gz
9411 OLD_FILES+=usr/share/man/man6/larn.6.gz
9412 OLD_FILES+=usr/share/man/man6/mille.6.gz
9413 OLD_FILES+=usr/share/man/man6/phantasia.6.gz
9414 OLD_FILES+=usr/share/man/man6/piano.6.gz
9415 OLD_FILES+=usr/share/man/man6/pig.6.gz
9416 OLD_FILES+=usr/share/man/man6/quiz.6.gz
9417 OLD_FILES+=usr/share/man/man6/rain.6.gz
9418 OLD_FILES+=usr/share/man/man6/robots.6.gz
9419 OLD_FILES+=usr/share/man/man6/rogue.6.gz
9420 OLD_FILES+=usr/share/man/man6/sail.6.gz
9421 OLD_FILES+=usr/share/man/man6/snake.6.gz
9422 OLD_FILES+=usr/share/man/man6/snscore.6.gz
9423 OLD_FILES+=usr/share/man/man6/trek.6.gz
9424 OLD_FILES+=usr/share/man/man6/wargames.6.gz
9425 OLD_FILES+=usr/share/man/man6/worm.6.gz
9426 OLD_FILES+=usr/share/man/man6/worms.6.gz
9427 OLD_FILES+=usr/share/man/man6/wump.6.gz
9428 # 200207XX
9429 OLD_FILES+=usr/share/man/man1aout/ar.1aout.gz
9430 OLD_FILES+=usr/share/man/man1aout/as.1aout.gz
9431 OLD_FILES+=usr/share/man/man1aout/ld.1aout.gz
9432 OLD_FILES+=usr/share/man/man1aout/nm.1aout.gz
9433 OLD_FILES+=usr/share/man/man1aout/ranlib.1aout.gz
9434 OLD_FILES+=usr/share/man/man1aout/size.1aout.gz
9435 OLD_FILES+=usr/share/man/man1aout/strings.1aout.gz
9436 OLD_FILES+=usr/share/man/man1aout/strip.1aout.gz
9437 OLD_FILES+=bin/mountd
9438 OLD_FILES+=bin/nfsd
9439 # 20020707 sbin/nfsd -> usr.sbin/nfsd
9440 OLD_FILES+=sbin/nfsd
9441 # 200206XX
9442 OLD_FILES+=usr/lib/libpam_ssh.a
9443 OLD_FILES+=usr/lib/libpam_ssh_p.a
9444 OLD_FILES+=usr/bin/help
9445 OLD_FILES+=usr/bin/sccs
9446 .if ${TARGET_ARCH} != "amd64" && ${TARGET} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET} != "powerpc"
9447 OLD_FILES+=usr/bin/gdbserver
9448 .endif
9449 OLD_FILES+=usr/bin/ssh-keysign
9450 OLD_FILES+=usr/sbin/gifconfig
9451 OLD_FILES+=usr/sbin/prefix
9452 # 200205XX
9453 OLD_FILES+=usr/bin/doscmd
9454 # 200204XX
9455 OLD_FILES+=usr/bin/a2p
9456 OLD_FILES+=usr/bin/ptx
9457 OLD_FILES+=usr/bin/pod2text
9458 OLD_FILES+=usr/bin/pod2man
9459 OLD_FILES+=usr/bin/pod2latex
9460 OLD_FILES+=usr/bin/pod2html
9461 OLD_FILES+=usr/bin/h2ph
9462 OLD_FILES+=usr/bin/dprofpp
9463 OLD_FILES+=usr/bin/c2ph
9464 OLD_FILES+=usr/bin/h2xs
9465 OLD_FILES+=usr/bin/pl2pm
9466 OLD_FILES+=usr/bin/splain
9467 OLD_FILES+=usr/bin/s2p
9468 OLD_FILES+=usr/bin/find2perl
9469 OLD_FILES+=usr/sbin/pkg_update
9470 OLD_FILES+=usr/sbin/scriptdump
9471 # 20020409 GC kget(1), userconfig is long dead.
9472 OLD_FILES+=sbin/kget
9473 OLD_FILES+=usr/share/man/man8/kget.8.gz
9474 # 200203XX
9475 OLD_FILES+=usr/lib/libss.a
9476 OLD_FILES+=usr/lib/libss_p.a
9477 OLD_FILES+=usr/lib/libtelnet.a
9478 OLD_FILES+=usr/lib/libtelnet_p.a
9479 OLD_FILES+=usr/sbin/diskpart
9480 # 200202XX
9481 OLD_FILES+=usr/bin/gprof4
9482 # 200201XX
9483 OLD_FILES+=usr/sbin/linux
9484 # 2001XXXX
9485 OLD_FILES+=usr/bin/joy
9486 OLD_FILES+=usr/sbin/ibcs2
9487 OLD_FILES+=usr/sbin/svr4
9488 OLD_FILES+=usr/bin/chflags
9489 OLD_FILES+=usr/sbin/uuconv
9490 OLD_FILES+=usr/sbin/uuchk
9491 OLD_FILES+=usr/sbin/portmap
9492 OLD_FILES+=usr/sbin/pmap_set
9493 OLD_FILES+=usr/sbin/pmap_dump
9494 OLD_FILES+=usr/sbin/mcon
9495 OLD_FILES+=usr/sbin/stlstty
9496 OLD_FILES+=usr/sbin/ispppcontrol
9497 OLD_FILES+=usr/sbin/rndcontrol
9498 # 20011001: UUCP migration to ports
9499 OLD_FILES+=usr/bin/uucp
9500 OLD_FILES+=usr/bin/uulog
9501 OLD_FILES+=usr/bin/uuname
9502 OLD_FILES+=usr/bin/uupick
9503 OLD_FILES+=usr/bin/uusched
9504 OLD_FILES+=usr/bin/uustat
9505 OLD_FILES+=usr/bin/uuto
9506 OLD_FILES+=usr/bin/uux
9507 OLD_FILES+=usr/libexec/uucp/uucico
9508 OLD_FILES+=usr/libexec/uucp/uuxqt
9509 OLD_FILES+=usr/libexec/uucpd
9510 OLD_FILES+=usr/share/man/man1/uuconv.1.gz
9511 OLD_FILES+=usr/share/man/man1/uucp.1.gz
9512 OLD_FILES+=usr/share/man/man1/uulog.1.gz
9513 OLD_FILES+=usr/share/man/man1/uuname.1.gz
9514 OLD_FILES+=usr/share/man/man1/uupick.1.gz
9515 OLD_FILES+=usr/share/man/man1/uustat.1.gz
9516 OLD_FILES+=usr/share/man/man1/uuto.1.gz
9517 OLD_FILES+=usr/share/man/man1/uux.1.gz
9518 OLD_FILES+=usr/share/man/man8/uuchk.8.gz
9519 OLD_FILES+=usr/share/man/man8/uucico.8.gz
9520 OLD_FILES+=usr/share/man/man8/uucpd.8.gz
9521 OLD_FILES+=usr/share/man/man8/uusched.8.gz
9522 OLD_FILES+=usr/share/man/man8/uuxqt.8.gz
9523 # 20010523 mount_portal -> mount_portalfs
9524 OLD_FILES+=sbin/mount_portal
9525 OLD_FILES+=usr/share/man/man8/mount_portal.8.gz
9526 # 200104XX
9527 OLD_FILES+=usr/lib/libdescrypt.a
9528 OLD_FILES+=usr/lib/libscrypt.a
9529 OLD_FILES+=usr/lib/libscrypt_p.a
9530 OLD_FILES+=usr/sbin/pim6stat
9531 OLD_FILES+=usr/sbin/pim6sd
9532 OLD_FILES+=usr/sbin/pim6dd
9533 # 20010217
9534 OLD_FILES+=usr/share/doc/bind/misc/dns-setup
9535 # 20001200
9536 OLD_FILES+=usr/lib/libgcc_r_pic.a
9537 # 200009XX
9538 OLD_FILES+=usr/lib/libRSAglue.a
9539 OLD_FILES+=usr/lib/libRSAglue.so
9540 OLD_FILES+=usr/lib/librsaINTL.a
9541 OLD_FILES+=usr/lib/librsaUSA.a
9542 OLD_FILES+=usr/lib/librsaUSA.so
9543 # 200002XX ?
9544 OLD_FILES+=usr/lib/libf2c.a
9545 OLD_FILES+=usr/lib/libf2c_p.a
9546 OLD_FILES+=usr/lib/libg++.a
9547 OLD_FILES+=usr/lib/libg++_p.a
9548 # 20001006
9549 OLD_FILES+=usr/bin/miniperl
9550 # 20000810
9551 OLD_FILES+=usr/bin/sperl
9552 # 200001XX
9553 OLD_FILES+=usr/sbin/apmconf
9554 # 199911XX
9555 OLD_FILES+=usr/sbin/ipfstat
9556 OLD_FILES+=usr/sbin/ipmon
9557 OLD_FILES+=usr/sbin/ipnat
9558 OLD_FILES+=usr/sbin/bad144
9559 OLD_FILES+=usr/sbin/wormcontrol
9560 OLD_FILES+=usr/sbin/named-bootconf
9561 OLD_FILES+=usr/sbin/kvm_mkdb
9562 OLD_FILES+=usr/sbin/keyadmin
9563 # 199909XX
9564 OLD_FILES+=usr/lib/libdesrypt_p.a
9565 OLD_FILES+=sbin/ft
9566 # 199903XX
9567 OLD_FILES+=sbin/modload
9568 OLD_FILES+=sbin/modunload
9569 OLD_FILES+=usr/sbin/natd
9570 # 199812XX
9571 OLD_FILES+=sbin/dset
9572 # 199809XX
9573 OLD_FILES+=sbin/scsi
9574 OLD_FILES+=sbin/scsiformat
9575 OLD_FILES+=usr/sbin/ncrcontrol
9576 OLD_FILES+=usr/sbin/tickadj
9577 # 199806XX
9578 OLD_FILES+=usr/sbin/mkdosfs
9579 # 199801XX
9580 OLD_FILES+=sbin/mount_lfs
9581 OLD_FILES+=sbin/newlfs
9582 OLD_FILES+=sbin/dumplfs
9583 OLD_FILES+=usr/sbin/qcamcontrol
9584 OLD_FILES+=usr/sbin/supscan
9585 # 1997XXXX
9586 OLD_FILES+=usr/sbin/sysctl
9587 OLD_FILES+=usr/sbin/ctm_scan
9588 OLD_FILES+=usr/sbin/addgroup
9589 OLD_FILES+=usr/sbin/rmgroup
9590 # 1996XXXX
9591 OLD_FILES+=sbin/rdisc
9592 OLD_FILES+=usr/sbin/cdplay
9593 OLD_FILES+=usr/sbin/supfilesrv
9594 OLD_FILES+=usr/sbin/routed
9595 OLD_FILES+=usr/sbin/lsdev
9596 OLD_FILES+=usr/sbin/yppasswdd
9597 ## unsorted
9598 # do we still support aout builds?
9599 #OLD_FILES+=usr/lib/aout/c++rt0.o
9600 #OLD_FILES+=usr/lib/aout/crt0.o
9601 #OLD_FILES+=usr/lib/aout/gcrt0.o
9602 #OLD_FILES+=usr/lib/aout/scrt0.o
9603 #OLD_FILES+=usr/lib/aout/sgcrt0.o
9604 OLD_FILES+=usr/lib/pam_ftp.so
9605 OLD_FILES+=usr/share/man/man1/CA.pl.1.gz
9606 OLD_FILES+=usr/share/man/man1/asn1parse.1.gz
9607 OLD_FILES+=usr/share/man/man1/ca.1.gz
9608 OLD_FILES+=usr/share/man/man1/ciphers.1.gz
9609 OLD_FILES+=usr/share/man/man1/config.1.gz
9610 OLD_FILES+=usr/share/man/man1/crl.1.gz
9611 OLD_FILES+=usr/share/man/man1/crl2pkcs7.1.gz
9612 OLD_FILES+=usr/share/man/man1/dgst.1.gz
9613 OLD_FILES+=usr/share/man/man1/dhparam.1.gz
9614 OLD_FILES+=usr/share/man/man1/doscmd.1.gz
9615 OLD_FILES+=usr/share/man/man1/dsa.1.gz
9616 OLD_FILES+=usr/share/man/man1/dsaparam.1.gz
9617 OLD_FILES+=usr/share/man/man1/enc.1.gz
9618 OLD_FILES+=usr/share/man/man1/gendsa.1.gz
9619 OLD_FILES+=usr/share/man/man1/genrsa.1.gz
9620 OLD_FILES+=usr/share/man/man1/getNAME.1.gz
9621 OLD_FILES+=usr/share/man/man1/nseq.1.gz
9622 OLD_FILES+=usr/share/man/man1/ocsp.1.gz
9623 OLD_FILES+=usr/share/man/man1/openssl.1.gz
9624 OLD_FILES+=usr/share/man/man1/pkcs12.1.gz
9625 OLD_FILES+=usr/share/man/man1/pkcs7.1.gz
9626 OLD_FILES+=usr/share/man/man1/pkcs8.1.gz
9627 OLD_FILES+=usr/share/man/man1/rand.1.gz
9628 OLD_FILES+=usr/share/man/man1/req.1.gz
9629 OLD_FILES+=usr/share/man/man1/rsa.1.gz
9630 OLD_FILES+=usr/share/man/man1/rsautl.1.gz
9631 OLD_FILES+=usr/share/man/man1/s_client.1.gz
9632 OLD_FILES+=usr/share/man/man1/s_server.1.gz
9633 OLD_FILES+=usr/share/man/man1/sess_id.1.gz
9634 OLD_FILES+=usr/share/man/man1/smime.1.gz
9635 OLD_FILES+=usr/share/man/man1/speed.1.gz
9636 OLD_FILES+=usr/share/man/man1/spkac.1.gz
9637 OLD_FILES+=usr/share/man/man1/verify.1.gz
9638 OLD_FILES+=usr/share/man/man1/version.1.gz
9639 OLD_FILES+=usr/share/man/man1/x509.1.gz
9640 OLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3.gz
9641 OLD_FILES+=usr/share/man/man3/SSL_CTX_get_ex_new_index.3.gz
9642 OLD_FILES+=usr/share/man/man3/archive_entry_dup.3.gz
9643 OLD_FILES+=usr/share/man/man3/archive_entry_set_tartype.3.gz
9644 OLD_FILES+=usr/share/man/man3/archive_entry_tartype.3.gz
9645 OLD_FILES+=usr/share/man/man3/archive_read_data_into_file.3.gz
9646 OLD_FILES+=usr/share/man/man3/archive_read_open_tar.3.gz
9647 OLD_FILES+=usr/share/man/man3/archive_read_support_format_gnutar.3.gz
9648 OLD_FILES+=usr/share/man/man3/cipher.3.gz
9649 OLD_FILES+=usr/share/man/man3/des_cipher.3.gz
9650 OLD_FILES+=usr/share/man/man3/des_setkey.3.gz
9651 OLD_FILES+=usr/share/man/man3/encrypt.3.gz
9652 OLD_FILES+=usr/share/man/man3/endvfsent.3.gz
9653 OLD_FILES+=usr/share/man/man3/getvfsbytype.3.gz
9654 OLD_FILES+=usr/share/man/man3/getvfsent.3.gz
9655 OLD_FILES+=usr/share/man/man3/isnanf.3.gz
9656 OLD_FILES+=usr/share/man/man3/libautofs.3.gz
9657 OLD_FILES+=usr/share/man/man3/pthread_attr_setsstack.3.gz
9658 OLD_FILES+=usr/share/man/man3/pthread_getcancelstate.3.gz
9659 OLD_FILES+=usr/share/man/man3/pthread_mutexattr_getpshared.3.gz
9660 OLD_FILES+=usr/share/man/man3/pthread_mutexattr_setpshared.3.gz
9661 OLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.gz
9662 OLD_FILES+=usr/share/man/man3/setkey.3.gz
9663 OLD_FILES+=usr/share/man/man3/setvfsent.3.gz
9664 OLD_FILES+=usr/share/man/man3/ssl.3.gz
9665 OLD_FILES+=usr/share/man/man3/vfsisloadable.3.gz
9666 OLD_FILES+=usr/share/man/man3/vfsload.3.gz
9667 OLD_FILES+=usr/share/man/man4/als4000.4.gz
9668 OLD_FILES+=usr/share/man/man4/csa.4.gz
9669 OLD_FILES+=usr/share/man/man4/emu10k1.4.gz
9670 OLD_FILES+=usr/share/man/man4/euc.4.gz
9671 OLD_FILES+=usr/share/man/man4/gusc.4.gz
9672 OLD_FILES+=usr/share/man/man4/if_fwp.4.gz
9673 OLD_FILES+=usr/share/man/man4/lomac.4.gz
9674 OLD_FILES+=usr/share/man/man4/maestro3.4.gz
9675 OLD_FILES+=usr/share/man/man4/raid.4.gz
9676 OLD_FILES+=usr/share/man/man4/sbc.4.gz
9677 OLD_FILES+=usr/share/man/man4/sd.4.gz
9678 OLD_FILES+=usr/share/man/man4/snc.4.gz
9679 OLD_FILES+=usr/share/man/man4/st.4.gz
9680 OLD_FILES+=usr/share/man/man4/uaudio.4.gz
9681 OLD_FILES+=usr/share/man/man4/utf2.4.gz
9682 OLD_FILES+=usr/share/man/man4/vinumdebug.4.gz
9683 OLD_FILES+=usr/share/man/man5/disklabel.5.gz
9684 OLD_FILES+=usr/share/man/man5/dm.conf.5.gz
9685 OLD_FILES+=usr/share/man/man5/ranlib.5.gz
9686 OLD_FILES+=usr/share/man/man5/utf2.5.gz
9687 OLD_FILES+=usr/share/man/man7/groff_mwww.7.gz
9688 OLD_FILES+=usr/share/man/man7/mmroff.7.gz
9689 OLD_FILES+=usr/share/man/man7/mwww.7.gz
9690 OLD_FILES+=usr/share/man/man8/apm.8.gz
9691 OLD_FILES+=usr/share/man/man8/apmconf.8.gz
9692 OLD_FILES+=usr/share/man/man8/apmd.8.gz
9693 OLD_FILES+=usr/share/man/man8/dm.8.gz
9694 OLD_FILES+=usr/share/man/man8/pam_ftp.8.gz
9695 OLD_FILES+=usr/share/man/man8/pam_wheel.8.gz
9696 OLD_FILES+=usr/share/man/man8/sconfig.8.gz
9697 OLD_FILES+=usr/share/man/man8/ssl.8.gz
9698 OLD_FILES+=usr/share/man/man8/wlconfig.8.gz
9699 OLD_FILES+=usr/share/man/man9/CURSIG.9.gz
9700 OLD_FILES+=usr/share/man/man9/VFS_INIT.9.gz
9701 OLD_FILES+=usr/share/man/man9/at_exit.9.gz
9702 OLD_FILES+=usr/share/man/man9/at_fork.9.gz
9703 OLD_FILES+=usr/share/man/man9/cdevsw_add.9.gz
9704 OLD_FILES+=usr/share/man/man9/cdevsw_remove.9.gz
9705 OLD_FILES+=usr/share/man/man9/cv_waitq_empty.9.gz
9706 OLD_FILES+=usr/share/man/man9/cv_waitq_remove.9.gz
9707 OLD_FILES+=usr/share/man/man9/endtsleep.9.gz
9708 OLD_FILES+=usr/share/man/man9/jumbo.9.gz
9709 OLD_FILES+=usr/share/man/man9/jumbo_freem.9.gz
9710 OLD_FILES+=usr/share/man/man9/jumbo_pg_alloc.9.gz
9711 OLD_FILES+=usr/share/man/man9/jumbo_pg_free.9.gz
9712 OLD_FILES+=usr/share/man/man9/jumbo_pg_steal.9.gz
9713 OLD_FILES+=usr/share/man/man9/jumbo_phys_to_kva.9.gz
9714 OLD_FILES+=usr/share/man/man9/jumbo_vm_init.9.gz
9715 OLD_FILES+=usr/share/man/man9/mac_biba.9.gz
9716 OLD_FILES+=usr/share/man/man9/mac_bsdextended.9.gz
9717 OLD_FILES+=usr/share/man/man9/mono_time.9.gz
9718 OLD_FILES+=usr/share/man/man9/p1003_1b.9.gz
9719 OLD_FILES+=usr/share/man/man9/pmap_prefault.9.gz
9720 OLD_FILES+=usr/share/man/man9/posix4.9.gz
9721 OLD_FILES+=usr/share/man/man9/resource_query_name.9.gz
9722 OLD_FILES+=usr/share/man/man9/resource_query_string.9.gz
9723 OLD_FILES+=usr/share/man/man9/resource_query_unit.9.gz
9724 OLD_FILES+=usr/share/man/man9/rm_at_exit.9.gz
9725 OLD_FILES+=usr/share/man/man9/rm_at_fork.9.gz
9726 OLD_FILES+=usr/share/man/man9/runtime.9.gz
9727 OLD_FILES+=usr/share/man/man9/sleepinit.9.gz
9728 OLD_FILES+=usr/share/man/man9/unsleep.9.gz
9729 OLD_FILES+=usr/share/games/atc/Game_List
9730 OLD_FILES+=usr/share/games/atc/Killer
9731 OLD_FILES+=usr/share/games/atc/crossover
9732 OLD_FILES+=usr/share/games/atc/default
9733 OLD_FILES+=usr/share/games/atc/easy
9734 OLD_FILES+=usr/share/games/atc/game_2
9735 OLD_FILES+=usr/share/games/larn/larnmaze
9736 OLD_FILES+=usr/share/games/larn/larnopts
9737 OLD_FILES+=usr/share/games/larn/larn.help
9738 OLD_FILES+=usr/share/games/quiz.db/africa
9739 OLD_FILES+=usr/share/games/quiz.db/america
9740 OLD_FILES+=usr/share/games/quiz.db/areas
9741 OLD_FILES+=usr/share/games/quiz.db/arith
9742 OLD_FILES+=usr/share/games/quiz.db/asia
9743 OLD_FILES+=usr/share/games/quiz.db/babies
9744 OLD_FILES+=usr/share/games/quiz.db/bard
9745 OLD_FILES+=usr/share/games/quiz.db/chinese
9746 OLD_FILES+=usr/share/games/quiz.db/collectives
9747 OLD_FILES+=usr/share/games/quiz.db/ed
9748 OLD_FILES+=usr/share/games/quiz.db/elements
9749 OLD_FILES+=usr/share/games/quiz.db/europe
9750 OLD_FILES+=usr/share/games/quiz.db/flowers
9751 OLD_FILES+=usr/share/games/quiz.db/greek
9752 OLD_FILES+=usr/share/games/quiz.db/inca
9753 OLD_FILES+=usr/share/games/quiz.db/index
9754 OLD_FILES+=usr/share/games/quiz.db/latin
9755 OLD_FILES+=usr/share/games/quiz.db/locomotive
9756 OLD_FILES+=usr/share/games/quiz.db/midearth
9757 OLD_FILES+=usr/share/games/quiz.db/morse
9758 OLD_FILES+=usr/share/games/quiz.db/murders
9759 OLD_FILES+=usr/share/games/quiz.db/poetry
9760 OLD_FILES+=usr/share/games/quiz.db/posneg
9761 OLD_FILES+=usr/share/games/quiz.db/pres
9762 OLD_FILES+=usr/share/games/quiz.db/province
9763 OLD_FILES+=usr/share/games/quiz.db/seq-easy
9764 OLD_FILES+=usr/share/games/quiz.db/seq-hard
9765 OLD_FILES+=usr/share/games/quiz.db/sexes
9766 OLD_FILES+=usr/share/games/quiz.db/sov
9767 OLD_FILES+=usr/share/games/quiz.db/spell
9768 OLD_FILES+=usr/share/games/quiz.db/state
9769 OLD_FILES+=usr/share/games/quiz.db/trek
9770 OLD_FILES+=usr/share/games/quiz.db/ucc
9771 OLD_FILES+=usr/share/games/cribbage.instr
9772 OLD_FILES+=usr/share/games/fish.instr
9773 OLD_FILES+=usr/share/games/wump.info
9774 OLD_FILES+=usr/games/hide/adventure
9775 OLD_FILES+=usr/games/hide/arithmetic
9776 OLD_FILES+=usr/games/hide/atc
9777 OLD_FILES+=usr/games/hide/backgammon
9778 OLD_FILES+=usr/games/hide/teachgammon
9779 OLD_FILES+=usr/games/hide/battlestar
9780 OLD_FILES+=usr/games/hide/bs
9781 OLD_FILES+=usr/games/hide/canfield
9782 OLD_FILES+=usr/games/hide/cribbage
9783 OLD_FILES+=usr/games/hide/fish
9784 OLD_FILES+=usr/games/hide/hack
9785 OLD_FILES+=usr/games/hide/hangman
9786 OLD_FILES+=usr/games/hide/larn
9787 OLD_FILES+=usr/games/hide/mille
9788 OLD_FILES+=usr/games/hide/phantasia
9789 OLD_FILES+=usr/games/hide/quiz
9790 OLD_FILES+=usr/games/hide/robots
9791 OLD_FILES+=usr/games/hide/rogue
9792 OLD_FILES+=usr/games/hide/sail
9793 OLD_FILES+=usr/games/hide/snake
9794 OLD_FILES+=usr/games/hide/trek
9795 OLD_FILES+=usr/games/hide/worm
9796 OLD_FILES+=usr/games/hide/wump
9797 OLD_FILES+=usr/games/adventure
9798 OLD_FILES+=usr/games/arithmetic
9799 OLD_FILES+=usr/games/atc
9800 OLD_FILES+=usr/games/backgammon
9801 OLD_FILES+=usr/games/teachgammon
9802 OLD_FILES+=usr/games/battlestar
9803 OLD_FILES+=usr/games/bs
9804 OLD_FILES+=usr/games/canfield
9805 OLD_FILES+=usr/games/cfscores
9806 OLD_FILES+=usr/games/cribbage
9807 OLD_FILES+=usr/games/dm
9808 OLD_FILES+=usr/games/fish
9809 OLD_FILES+=usr/games/hack
9810 OLD_FILES+=usr/games/hangman
9811 OLD_FILES+=usr/games/larn
9812 OLD_FILES+=usr/games/mille
9813 OLD_FILES+=usr/games/phantasia
9814 OLD_FILES+=usr/games/piano
9815 OLD_FILES+=usr/games/pig
9816 OLD_FILES+=usr/games/quiz
9817 OLD_FILES+=usr/games/rain
9818 OLD_FILES+=usr/games/robots
9819 OLD_FILES+=usr/games/rogue
9820 OLD_FILES+=usr/games/sail
9821 OLD_FILES+=usr/games/snake
9822 OLD_FILES+=usr/games/snscore
9823 OLD_FILES+=usr/games/trek
9824 OLD_FILES+=usr/games/wargames
9825 OLD_FILES+=usr/games/worm
9826 OLD_FILES+=usr/games/worms
9827 OLD_FILES+=usr/games/wump
9828 OLD_FILES+=sbin/mount_reiserfs
9829 OLD_FILES+=usr/include/cam/cam_extend.h
9830 OLD_FILES+=usr/include/dev/wi/wi_hostap.h
9831 OLD_FILES+=usr/include/disktab.h
9832 OLD_FILES+=usr/include/g++/FlexLexer.h
9833 OLD_FILES+=usr/include/g++/PlotFile.h
9834 OLD_FILES+=usr/include/g++/SFile.h
9835 OLD_FILES+=usr/include/g++/_G_config.h
9836 OLD_FILES+=usr/include/g++/algo.h
9837 OLD_FILES+=usr/include/g++/algobase.h
9838 OLD_FILES+=usr/include/g++/algorithm
9839 OLD_FILES+=usr/include/g++/alloc.h
9840 OLD_FILES+=usr/include/g++/bitset
9841 OLD_FILES+=usr/include/g++/builtinbuf.h
9842 OLD_FILES+=usr/include/g++/bvector.h
9843 OLD_FILES+=usr/include/g++/cassert
9844 OLD_FILES+=usr/include/g++/cctype
9845 OLD_FILES+=usr/include/g++/cerrno
9846 OLD_FILES+=usr/include/g++/cfloat
9847 OLD_FILES+=usr/include/g++/ciso646
9848 OLD_FILES+=usr/include/g++/climits
9849 OLD_FILES+=usr/include/g++/clocale
9850 OLD_FILES+=usr/include/g++/cmath
9851 OLD_FILES+=usr/include/g++/complex
9852 OLD_FILES+=usr/include/g++/complex.h
9853 OLD_FILES+=usr/include/g++/csetjmp
9854 OLD_FILES+=usr/include/g++/csignal
9855 OLD_FILES+=usr/include/g++/cstdarg
9856 OLD_FILES+=usr/include/g++/cstddef
9857 OLD_FILES+=usr/include/g++/cstdio
9858 OLD_FILES+=usr/include/g++/cstdlib
9859 OLD_FILES+=usr/include/g++/cstring
9860 OLD_FILES+=usr/include/g++/ctime
9861 OLD_FILES+=usr/include/g++/cwchar
9862 OLD_FILES+=usr/include/g++/cwctype
9863 OLD_FILES+=usr/include/g++/defalloc.h
9864 OLD_FILES+=usr/include/g++/deque
9865 OLD_FILES+=usr/include/g++/deque.h
9866 OLD_FILES+=usr/include/g++/editbuf.h
9867 OLD_FILES+=usr/include/g++/exception
9868 OLD_FILES+=usr/include/g++/floatio.h
9869 OLD_FILES+=usr/include/g++/fstream
9870 OLD_FILES+=usr/include/g++/fstream.h
9871 OLD_FILES+=usr/include/g++/function.h
9872 OLD_FILES+=usr/include/g++/functional
9873 OLD_FILES+=usr/include/g++/hash_map
9874 OLD_FILES+=usr/include/g++/hash_map.h
9875 OLD_FILES+=usr/include/g++/hash_set
9876 OLD_FILES+=usr/include/g++/hash_set.h
9877 OLD_FILES+=usr/include/g++/hashtable.h
9878 OLD_FILES+=usr/include/g++/heap.h
9879 OLD_FILES+=usr/include/g++/indstream.h
9880 OLD_FILES+=usr/include/g++/iolibio.h
9881 OLD_FILES+=usr/include/g++/iomanip
9882 OLD_FILES+=usr/include/g++/iomanip.h
9883 OLD_FILES+=usr/include/g++/iosfwd
9884 OLD_FILES+=usr/include/g++/iostdio.h
9885 OLD_FILES+=usr/include/g++/iostream
9886 OLD_FILES+=usr/include/g++/iostream.h
9887 OLD_FILES+=usr/include/g++/iostreamP.h
9888 OLD_FILES+=usr/include/g++/istream.h
9889 OLD_FILES+=usr/include/g++/iterator
9890 OLD_FILES+=usr/include/g++/iterator.h
9891 OLD_FILES+=usr/include/g++/libio.h
9892 OLD_FILES+=usr/include/g++/libioP.h
9893 OLD_FILES+=usr/include/g++/list
9894 OLD_FILES+=usr/include/g++/list.h
9895 OLD_FILES+=usr/include/g++/map
9896 OLD_FILES+=usr/include/g++/map.h
9897 OLD_FILES+=usr/include/g++/memory
9898 OLD_FILES+=usr/include/g++/multimap.h
9899 OLD_FILES+=usr/include/g++/multiset.h
9900 OLD_FILES+=usr/include/g++/new
9901 OLD_FILES+=usr/include/g++/new.h
9902 OLD_FILES+=usr/include/g++/numeric
9903 OLD_FILES+=usr/include/g++/ostream.h
9904 OLD_FILES+=usr/include/g++/pair.h
9905 OLD_FILES+=usr/include/g++/parsestream.h
9906 OLD_FILES+=usr/include/g++/pfstream.h
9907 OLD_FILES+=usr/include/g++/procbuf.h
9908 OLD_FILES+=usr/include/g++/pthread_alloc
9909 OLD_FILES+=usr/include/g++/pthread_alloc.h
9910 OLD_FILES+=usr/include/g++/queue
9911 OLD_FILES+=usr/include/g++/rope
9912 OLD_FILES+=usr/include/g++/rope.h
9913 OLD_FILES+=usr/include/g++/ropeimpl.h
9914 OLD_FILES+=usr/include/g++/set
9915 OLD_FILES+=usr/include/g++/set.h
9916 OLD_FILES+=usr/include/g++/slist
9917 OLD_FILES+=usr/include/g++/slist.h
9918 OLD_FILES+=usr/include/g++/sstream
9919 OLD_FILES+=usr/include/g++/stack
9920 OLD_FILES+=usr/include/g++/stack.h
9921 OLD_FILES+=usr/include/g++/std/bastring.cc
9922 OLD_FILES+=usr/include/g++/std/bastring.h
9923 OLD_FILES+=usr/include/g++/std/complext.cc
9924 OLD_FILES+=usr/include/g++/std/complext.h
9925 OLD_FILES+=usr/include/g++/std/dcomplex.h
9926 OLD_FILES+=usr/include/g++/std/fcomplex.h
9927 OLD_FILES+=usr/include/g++/std/gslice.h
9928 OLD_FILES+=usr/include/g++/std/gslice_array.h
9929 OLD_FILES+=usr/include/g++/std/indirect_array.h
9930 OLD_FILES+=usr/include/g++/std/ldcomplex.h
9931 OLD_FILES+=usr/include/g++/std/mask_array.h
9932 OLD_FILES+=usr/include/g++/std/slice.h
9933 OLD_FILES+=usr/include/g++/std/slice_array.h
9934 OLD_FILES+=usr/include/g++/std/std_valarray.h
9935 OLD_FILES+=usr/include/g++/std/straits.h
9936 OLD_FILES+=usr/include/g++/std/valarray_array.h
9937 OLD_FILES+=usr/include/g++/std/valarray_array.tcc
9938 OLD_FILES+=usr/include/g++/std/valarray_meta.h
9939 OLD_FILES+=usr/include/g++/stdexcept
9940 OLD_FILES+=usr/include/g++/stdiostream.h
9941 OLD_FILES+=usr/include/g++/stl.h
9942 OLD_FILES+=usr/include/g++/stl_algo.h
9943 OLD_FILES+=usr/include/g++/stl_algobase.h
9944 OLD_FILES+=usr/include/g++/stl_alloc.h
9945 OLD_FILES+=usr/include/g++/stl_bvector.h
9946 OLD_FILES+=usr/include/g++/stl_config.h
9947 OLD_FILES+=usr/include/g++/stl_construct.h
9948 OLD_FILES+=usr/include/g++/stl_deque.h
9949 OLD_FILES+=usr/include/g++/stl_function.h
9950 OLD_FILES+=usr/include/g++/stl_hash_fun.h
9951 OLD_FILES+=usr/include/g++/stl_hash_map.h
9952 OLD_FILES+=usr/include/g++/stl_hash_set.h
9953 OLD_FILES+=usr/include/g++/stl_hashtable.h
9954 OLD_FILES+=usr/include/g++/stl_heap.h
9955 OLD_FILES+=usr/include/g++/stl_iterator.h
9956 OLD_FILES+=usr/include/g++/stl_list.h
9957 OLD_FILES+=usr/include/g++/stl_map.h
9958 OLD_FILES+=usr/include/g++/stl_multimap.h
9959 OLD_FILES+=usr/include/g++/stl_multiset.h
9960 OLD_FILES+=usr/include/g++/stl_numeric.h
9961 OLD_FILES+=usr/include/g++/stl_pair.h
9962 OLD_FILES+=usr/include/g++/stl_queue.h
9963 OLD_FILES+=usr/include/g++/stl_raw_storage_iter.h
9964 OLD_FILES+=usr/include/g++/stl_relops.h
9965 OLD_FILES+=usr/include/g++/stl_rope.h
9966 OLD_FILES+=usr/include/g++/stl_set.h
9967 OLD_FILES+=usr/include/g++/stl_slist.h
9968 OLD_FILES+=usr/include/g++/stl_stack.h
9969 OLD_FILES+=usr/include/g++/stl_tempbuf.h
9970 OLD_FILES+=usr/include/g++/stl_tree.h
9971 OLD_FILES+=usr/include/g++/stl_uninitialized.h
9972 OLD_FILES+=usr/include/g++/stl_vector.h
9973 OLD_FILES+=usr/include/g++/stream.h
9974 OLD_FILES+=usr/include/g++/streambuf.h
9975 OLD_FILES+=usr/include/g++/strfile.h
9976 OLD_FILES+=usr/include/g++/string
9977 OLD_FILES+=usr/include/g++/strstream
9978 OLD_FILES+=usr/include/g++/strstream.h
9979 OLD_FILES+=usr/include/g++/tempbuf.h
9980 OLD_FILES+=usr/include/g++/tree.h
9981 OLD_FILES+=usr/include/g++/type_traits.h
9982 OLD_FILES+=usr/include/g++/typeinfo
9983 OLD_FILES+=usr/include/g++/utility
9984 OLD_FILES+=usr/include/g++/valarray
9985 OLD_FILES+=usr/include/g++/vector
9986 OLD_FILES+=usr/include/g++/vector.h
9987 OLD_FILES+=usr/include/gmp.h
9988 OLD_FILES+=usr/include/isc/assertions.h
9989 OLD_FILES+=usr/include/isc/ctl.h
9990 OLD_FILES+=usr/include/isc/dst.h
9991 OLD_FILES+=usr/include/isc/eventlib.h
9992 OLD_FILES+=usr/include/isc/heap.h
9993 OLD_FILES+=usr/include/isc/irpmarshall.h
9994 OLD_FILES+=usr/include/isc/list.h
9995 OLD_FILES+=usr/include/isc/logging.h
9996 OLD_FILES+=usr/include/isc/memcluster.h
9997 OLD_FILES+=usr/include/isc/misc.h
9998 OLD_FILES+=usr/include/isc/tree.h
9999 OLD_FILES+=usr/include/machine/ansi.h
10000 OLD_FILES+=usr/include/machine/apic.h
10001 OLD_FILES+=usr/include/machine/asc_ioctl.h
10002 OLD_FILES+=usr/include/machine/asnames.h
10003 OLD_FILES+=usr/include/machine/bus_at386.h
10004 OLD_FILES+=usr/include/machine/bus_memio.h
10005 OLD_FILES+=usr/include/machine/bus_pc98.h
10006 OLD_FILES+=usr/include/machine/bus_pio.h
10007 OLD_FILES+=usr/include/machine/cdk.h
10008 OLD_FILES+=usr/include/machine/comstats.h
10009 OLD_FILES+=usr/include/machine/console.h
10010 OLD_FILES+=usr/include/machine/critical.h
10011 OLD_FILES+=usr/include/machine/cronyx.h
10012 OLD_FILES+=usr/include/machine/dvcfg.h
10013 OLD_FILES+=usr/include/machine/globaldata.h
10014 OLD_FILES+=usr/include/machine/globals.h
10015 OLD_FILES+=usr/include/machine/gsc.h
10016 OLD_FILES+=usr/include/machine/i4b_isppp.h
10017 OLD_FILES+=usr/include/machine/if_wavelan_ieee.h
10018 OLD_FILES+=usr/include/machine/iic.h
10019 OLD_FILES+=usr/include/machine/ioctl_ctx.h
10020 OLD_FILES+=usr/include/machine/ioctl_fd.h
10021 OLD_FILES+=usr/include/machine/ipl.h
10022 OLD_FILES+=usr/include/machine/lock.h
10023 OLD_FILES+=usr/include/machine/mouse.h
10024 OLD_FILES+=usr/include/machine/mpapic.h
10025 OLD_FILES+=usr/include/machine/mtpr.h
10026 OLD_FILES+=usr/include/machine/pc/msdos.h
10027 OLD_FILES+=usr/include/machine/physio_proc.h
10028 OLD_FILES+=usr/include/machine/smb.h
10029 OLD_FILES+=usr/include/machine/spigot.h
10030 OLD_FILES+=usr/include/machine/types.h
10031 OLD_FILES+=usr/include/machine/uc_device.h
10032 OLD_FILES+=usr/include/machine/ultrasound.h
10033 OLD_FILES+=usr/include/machine/wtio.h
10034 OLD_FILES+=usr/include/msdosfs/bootsect.h
10035 OLD_FILES+=usr/include/msdosfs/bpb.h
10036 OLD_FILES+=usr/include/msdosfs/denode.h
10037 OLD_FILES+=usr/include/msdosfs/direntry.h
10038 OLD_FILES+=usr/include/msdosfs/fat.h
10039 OLD_FILES+=usr/include/msdosfs/msdosfsmount.h
10040 OLD_FILES+=usr/include/net/hostcache.h
10041 OLD_FILES+=usr/include/net/if_faith.h
10042 OLD_FILES+=usr/include/net/if_ieee80211.h
10043 OLD_FILES+=usr/include/net/if_tunvar.h
10044 OLD_FILES+=usr/include/net/intrq.h
10045 OLD_FILES+=usr/include/netatm/kern_include.h
10046 OLD_FILES+=usr/include/netinet/if_fddi.h
10047 OLD_FILES+=usr/include/netinet/in_hostcache.h
10048 OLD_FILES+=usr/include/netinet/ip_flow.h
10049 OLD_FILES+=usr/include/netinet/ip_fw2.h
10050 OLD_FILES+=usr/include/netinet6/in6_prefix.h
10051 OLD_FILES+=usr/include/netns/idp.h
10052 OLD_FILES+=usr/include/netns/idp_var.h
10053 OLD_FILES+=usr/include/netns/ns.h
10054 OLD_FILES+=usr/include/netns/ns_error.h
10055 OLD_FILES+=usr/include/netns/ns_if.h
10056 OLD_FILES+=usr/include/netns/ns_pcb.h
10057 OLD_FILES+=usr/include/netns/sp.h
10058 OLD_FILES+=usr/include/netns/spidp.h
10059 OLD_FILES+=usr/include/netns/spp_debug.h
10060 OLD_FILES+=usr/include/netns/spp_timer.h
10061 OLD_FILES+=usr/include/netns/spp_var.h
10062 OLD_FILES+=usr/include/nfs/nfs.h
10063 OLD_FILES+=usr/include/nfs/nfsm_subs.h
10064 OLD_FILES+=usr/include/nfs/nfsmount.h
10065 OLD_FILES+=usr/include/nfs/nfsnode.h
10066 OLD_FILES+=usr/include/nfs/nfsrtt.h
10067 OLD_FILES+=usr/include/nfs/nfsrvcache.h
10068 OLD_FILES+=usr/include/nfs/nfsv2.h
10069 OLD_FILES+=usr/include/nfs/nqnfs.h
10070 OLD_FILES+=usr/include/ntfs/ntfs.h
10071 OLD_FILES+=usr/include/ntfs/ntfs_compr.h
10072 OLD_FILES+=usr/include/ntfs/ntfs_ihash.h
10073 OLD_FILES+=usr/include/ntfs/ntfs_inode.h
10074 OLD_FILES+=usr/include/ntfs/ntfs_subr.h
10075 OLD_FILES+=usr/include/ntfs/ntfs_vfsops.h
10076 OLD_FILES+=usr/include/ntfs/ntfsmount.h
10077 OLD_FILES+=usr/include/nwfs/nwfs.h
10078 OLD_FILES+=usr/include/nwfs/nwfs_mount.h
10079 OLD_FILES+=usr/include/nwfs/nwfs_node.h
10080 OLD_FILES+=usr/include/nwfs/nwfs_subr.h
10081 OLD_FILES+=usr/include/posix4/_semaphore.h
10082 OLD_FILES+=usr/include/posix4/aio.h
10083 OLD_FILES+=usr/include/posix4/ksem.h
10084 OLD_FILES+=usr/include/posix4/mqueue.h
10085 OLD_FILES+=usr/include/posix4/posix4.h
10086 OLD_FILES+=usr/include/posix4/sched.h
10087 OLD_FILES+=usr/include/posix4/semaphore.h
10088 OLD_DIRS+=usr/include/posix4
10089 OLD_FILES+=usr/include/security/_pam_compat.h
10090 OLD_FILES+=usr/include/security/_pam_macros.h
10091 OLD_FILES+=usr/include/security/_pam_types.h
10092 OLD_FILES+=usr/include/security/pam_malloc.h
10093 OLD_FILES+=usr/include/security/pam_misc.h
10094 OLD_FILES+=usr/include/skey.h
10095 OLD_FILES+=usr/include/strhash.h
10096 OLD_FILES+=usr/include/struct.h
10097 OLD_FILES+=usr/include/sys/_label.h
10098 OLD_FILES+=usr/include/sys/_posix.h
10099 OLD_FILES+=usr/include/sys/bus_private.h
10100 OLD_FILES+=usr/include/sys/ccdvar.h
10101 OLD_FILES+=usr/include/sys/diskslice.h
10102 OLD_FILES+=usr/include/sys/dmap.h
10103 OLD_FILES+=usr/include/sys/inttypes.h
10104 OLD_FILES+=usr/include/sys/jumbo.h
10105 OLD_FILES+=usr/include/sys/mac_policy.h
10106 OLD_FILES+=usr/include/sys/pbioio.h
10107 OLD_FILES+=usr/include/sys/syscall-hide.h
10108 OLD_FILES+=usr/include/sys/tprintf.h
10109 OLD_FILES+=usr/include/sys/vnioctl.h
10110 OLD_FILES+=usr/include/sys/wormio.h
10111 OLD_FILES+=usr/include/telnet.h
10112 OLD_FILES+=usr/include/ufs/mfs/mfs_extern.h
10113 OLD_FILES+=usr/include/ufs/mfs/mfsnode.h
10114 OLD_FILES+=usr/include/values.h
10115 OLD_FILES+=usr/include/vm/vm_zone.h
10116 OLD_FILES+=usr/share/examples/etc/usbd.conf
10117 OLD_FILES+=usr/share/examples/meteor/README
10118 OLD_FILES+=usr/share/examples/meteor/rgb16.c
10119 OLD_FILES+=usr/share/examples/meteor/rgb24.c
10120 OLD_FILES+=usr/share/examples/meteor/test-n.c
10121 OLD_FILES+=usr/share/examples/meteor/yuvpk.c
10122 OLD_FILES+=usr/share/examples/meteor/yuvpl.c
10123 OLD_FILES+=usr/share/examples/worm/README
10124 OLD_FILES+=usr/share/examples/worm/makecdfs.sh
10125 OLD_FILES+=usr/share/groff_font/devlj4/Makefile
10126 OLD_FILES+=usr/share/groff_font/devlj4/text.map
10127 OLD_FILES+=usr/share/groff_font/devlj4/special.map
10128 OLD_FILES+=usr/share/misc/nslookup.help
10129 OLD_FILES+=usr/share/sendmail/cf/feature/nodns.m4
10130 OLD_FILES+=usr/share/syscons/keymaps/lat-amer.kbd
10131 OLD_FILES+=usr/share/vi/catalog/ru_SU.KOI8-R
10132 OLD_FILES+=usr/share/zoneinfo/Africa/Timbuktu
10133 OLD_FILES+=usr/share/zoneinfo/Africa/Asmera
10134 OLD_FILES+=usr/share/zoneinfo/America/Buenos_Aires
10135 OLD_FILES+=usr/share/zoneinfo/America/Cordoba
10136 OLD_FILES+=usr/share/zoneinfo/America/Jujuy
10137 OLD_FILES+=usr/share/zoneinfo/America/Catamarca
10138 OLD_FILES+=usr/share/zoneinfo/America/Mendoza
10139 OLD_FILES+=usr/share/zoneinfo/America/Indianapolis
10140 OLD_FILES+=usr/share/zoneinfo/America/Louisville
10141 OLD_FILES+=usr/share/zoneinfo/America/Argentina/ComodRivadavia
10142 OLD_FILES+=usr/share/zoneinfo/Atlantic/Faeroe
10143 OLD_FILES+=usr/share/zoneinfo/Europe/Belfast
10144 OLD_FILES+=usr/share/zoneinfo/Pacific/Yap
10145 OLD_FILES+=usr/share/zoneinfo/SystemV/YST9
10146 OLD_FILES+=usr/share/zoneinfo/SystemV/PST8
10147 OLD_FILES+=usr/share/zoneinfo/SystemV/EST5EDT
10148 OLD_FILES+=usr/share/zoneinfo/SystemV/CST6CDT
10149 OLD_FILES+=usr/share/zoneinfo/SystemV/MST7MDT
10150 OLD_FILES+=usr/share/zoneinfo/SystemV/PST8PDT
10151 OLD_FILES+=usr/share/zoneinfo/SystemV/YST9YDT
10152 OLD_FILES+=usr/share/zoneinfo/SystemV/HST10
10153 OLD_FILES+=usr/share/zoneinfo/SystemV/MST7
10154 OLD_FILES+=usr/share/zoneinfo/SystemV/EST5
10155 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4ADT
10156 OLD_FILES+=usr/share/zoneinfo/SystemV/CST6
10157 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4
10158 OLD_FILES+=usr/share/doc/ntp/accopt.htm
10159 OLD_FILES+=usr/share/doc/ntp/assoc.htm
10160 OLD_FILES+=usr/share/doc/ntp/audio.htm
10161 OLD_FILES+=usr/share/doc/ntp/authopt.htm
10162 OLD_FILES+=usr/share/doc/ntp/biblio.htm
10163 OLD_FILES+=usr/share/doc/ntp/build.htm
10164 OLD_FILES+=usr/share/doc/ntp/clockopt.htm
10165 OLD_FILES+=usr/share/doc/ntp/config.htm
10166 OLD_FILES+=usr/share/doc/ntp/confopt.htm
10167 OLD_FILES+=usr/share/doc/ntp/copyright.htm
10168 OLD_FILES+=usr/share/doc/ntp/debug.htm
10169 OLD_FILES+=usr/share/doc/ntp/driver1.htm
10170 OLD_FILES+=usr/share/doc/ntp/driver10.htm
10171 OLD_FILES+=usr/share/doc/ntp/driver11.htm
10172 OLD_FILES+=usr/share/doc/ntp/driver12.htm
10173 OLD_FILES+=usr/share/doc/ntp/driver16.htm
10174 OLD_FILES+=usr/share/doc/ntp/driver18.htm
10175 OLD_FILES+=usr/share/doc/ntp/driver19.htm
10176 OLD_FILES+=usr/share/doc/ntp/driver2.htm
10177 OLD_FILES+=usr/share/doc/ntp/driver20.htm
10178 OLD_FILES+=usr/share/doc/ntp/driver22.htm
10179 OLD_FILES+=usr/share/doc/ntp/driver23.htm
10180 OLD_FILES+=usr/share/doc/ntp/driver24.htm
10181 OLD_FILES+=usr/share/doc/ntp/driver26.htm
10182 OLD_FILES+=usr/share/doc/ntp/driver27.htm
10183 OLD_FILES+=usr/share/doc/ntp/driver28.htm
10184 OLD_FILES+=usr/share/doc/ntp/driver29.htm
10185 OLD_FILES+=usr/share/doc/ntp/driver3.htm
10186 OLD_FILES+=usr/share/doc/ntp/driver30.htm
10187 OLD_FILES+=usr/share/doc/ntp/driver32.htm
10188 OLD_FILES+=usr/share/doc/ntp/driver33.htm
10189 OLD_FILES+=usr/share/doc/ntp/driver34.htm
10190 OLD_FILES+=usr/share/doc/ntp/driver35.htm
10191 OLD_FILES+=usr/share/doc/ntp/driver36.htm
10192 OLD_FILES+=usr/share/doc/ntp/driver37.htm
10193 OLD_FILES+=usr/share/doc/ntp/driver4.htm
10194 OLD_FILES+=usr/share/doc/ntp/driver5.htm
10195 OLD_FILES+=usr/share/doc/ntp/driver6.htm
10196 OLD_FILES+=usr/share/doc/ntp/driver7.htm
10197 OLD_FILES+=usr/share/doc/ntp/driver8.htm
10198 OLD_FILES+=usr/share/doc/ntp/driver9.htm
10199 OLD_FILES+=usr/share/doc/ntp/exec.htm
10200 OLD_FILES+=usr/share/doc/ntp/extern.htm
10201 OLD_FILES+=usr/share/doc/ntp/gadget.htm
10202 OLD_FILES+=usr/share/doc/ntp/hints.htm
10203 OLD_FILES+=usr/share/doc/ntp/howto.htm
10204 OLD_FILES+=usr/share/doc/ntp/htmlprimer.htm
10205 OLD_FILES+=usr/share/doc/ntp/index.htm
10206 OLD_FILES+=usr/share/doc/ntp/kern.htm
10207 OLD_FILES+=usr/share/doc/ntp/kernpps.htm
10208 OLD_FILES+=usr/share/doc/ntp/ldisc.htm
10209 OLD_FILES+=usr/share/doc/ntp/measure.htm
10210 OLD_FILES+=usr/share/doc/ntp/miscopt.htm
10211 OLD_FILES+=usr/share/doc/ntp/monopt.htm
10212 OLD_FILES+=usr/share/doc/ntp/mx4200data.htm
10213 OLD_FILES+=usr/share/doc/ntp/notes.htm
10214 OLD_FILES+=usr/share/doc/ntp/ntpd.htm
10215 OLD_FILES+=usr/share/doc/ntp/ntpdate.htm
10216 OLD_FILES+=usr/share/doc/ntp/ntpdc.htm
10217 OLD_FILES+=usr/share/doc/ntp/ntpq.htm
10218 OLD_FILES+=usr/share/doc/ntp/ntptime.htm
10219 OLD_FILES+=usr/share/doc/ntp/ntptrace.htm
10220 OLD_FILES+=usr/share/doc/ntp/parsedata.htm
10221 OLD_FILES+=usr/share/doc/ntp/parsenew.htm
10222 OLD_FILES+=usr/share/doc/ntp/patches.htm
10223 OLD_FILES+=usr/share/doc/ntp/porting.htm
10224 OLD_FILES+=usr/share/doc/ntp/pps.htm
10225 OLD_FILES+=usr/share/doc/ntp/prefer.htm
10226 OLD_FILES+=usr/share/doc/ntp/qth.htm
10227 OLD_FILES+=usr/share/doc/ntp/quick.htm
10228 OLD_FILES+=usr/share/doc/ntp/rdebug.htm
10229 OLD_FILES+=usr/share/doc/ntp/refclock.htm
10230 OLD_FILES+=usr/share/doc/ntp/release.htm
10231 OLD_FILES+=usr/share/doc/ntp/tickadj.htm
10232 OLD_FILES+=usr/share/doc/papers/nqnfs.ascii.gz
10233 OLD_FILES+=usr/share/doc/papers/px.ascii.gz
10234 OLD_FILES+=usr/share/man/man3/exp10.3.gz
10235 OLD_FILES+=usr/share/man/man3/exp10f.3.gz
10236 OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
10237 OLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
10238 OLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
10239 OLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
10240 OLD_FILES+=usr/share/man/man3/mbmb.3.gz
10241 OLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
10242 OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
10243 .if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
10244 OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
10245 .endif
10246 .if ${TARGET_ARCH} != "aarch64" && ${TARGET} != "arm" && \
10247     ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && \
10248     ${TARGET_ARCH} != "sparc64" && ${TARGET} != "mips"
10249 OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
10250 .endif
10251 OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz
10252 OLD_FILES+=usr/share/man/man9/VFS_START.9.gz
10253 OLD_FILES+=usr/share/man/man9/cpu_critical_exit.9.gz
10254 OLD_FILES+=usr/share/man/man9/cpu_critical_enter.9.gz
10255 OLD_FILES+=usr/share/info/annotate.info.gz
10256 OLD_FILES+=usr/share/info/tar.info.gz
10257 OLD_FILES+=usr/share/bsnmp/defs/tree.def
10258 OLD_FILES+=usr/share/bsnmp/defs/mibII_tree.def
10259 OLD_FILES+=usr/share/bsnmp/defs/netgraph_tree.def
10260 OLD_FILES+=usr/share/bsnmp/mibs/FOKUS-MIB.txt
10261 OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-MIB.txt
10262 OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-SNMPD.txt
10263 OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-NETGRAPH.txt
10264 OLD_FILES+=usr/libdata/msdosfs/iso22dos
10265 OLD_FILES+=usr/libdata/msdosfs/iso72dos
10266 OLD_FILES+=usr/libdata/msdosfs/koi2dos
10267 OLD_FILES+=usr/libdata/msdosfs/koi8u2dos
10268 # The following files are *not* obsolete, they just don't get touched at
10269 # install, so don't add them:
10270 #  - boot/loader.rc
10271 #  - usr/share/tmac/man.local
10272 #  - usr/share/tmac/mm/locale
10273 #  - usr/share/tmac/mm/se_locale
10274 #  - var/yp/Makefile
10275
10276 # Early entries split OLD_FILES, OLD_LIBS, and OLD_DIRS into separate sections
10277 # in this file, but this practice was abandoned in the mid-2000s.
10278 #
10279 # 20071120: shared library version bump
10280 OLD_LIBS+=usr/lib/libasn1.so.8
10281 OLD_LIBS+=usr/lib/libgssapi.so.8
10282 OLD_LIBS+=usr/lib/libgssapi_krb5.so.8
10283 OLD_LIBS+=usr/lib/libhdb.so.8
10284 OLD_LIBS+=usr/lib/libkadm5clnt.so.8
10285 OLD_LIBS+=usr/lib/libkadm5srv.so.8
10286 OLD_LIBS+=usr/lib/libkafs5.so.8
10287 OLD_LIBS+=usr/lib/libkrb5.so.8
10288 OLD_LIBS+=usr/lib/libobjc.so.2
10289 OLD_LIBS+=usr/lib32/libgssapi.so.8
10290 OLD_LIBS+=usr/lib32/libobjc.so.2
10291 # 20070519: GCC 4.2
10292 OLD_LIBS+=usr/lib/libg2c.a
10293 OLD_LIBS+=usr/lib/libg2c.so
10294 OLD_LIBS+=usr/lib/libg2c.so.2
10295 OLD_LIBS+=usr/lib/libg2c_p.a
10296 OLD_LIBS+=usr/lib/libgcc_pic.a
10297 OLD_LIBS+=usr/lib32/libg2c.a
10298 OLD_LIBS+=usr/lib32/libg2c.so
10299 OLD_LIBS+=usr/lib32/libg2c.so.2
10300 OLD_LIBS+=usr/lib32/libg2c_p.a
10301 OLD_LIBS+=usr/lib32/libgcc_pic.a
10302 # 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade
10303 OLD_LIBS+=lib/libcrypto.so.4
10304 OLD_LIBS+=usr/lib/libssl.so.4
10305 OLD_LIBS+=usr/lib32/libcrypto.so.4
10306 OLD_LIBS+=usr/lib32/libssl.so.4
10307 # 20060521: gethostbyaddr(3) ABI change
10308 OLD_LIBS+=usr/lib/libroken.so.8
10309 OLD_LIBS+=lib/libatm.so.3
10310 OLD_LIBS+=lib/libc.so.6
10311 OLD_LIBS+=lib/libutil.so.5
10312 OLD_LIBS+=usr/lib32/libatm.so.3
10313 OLD_LIBS+=usr/lib32/libc.so.6
10314 OLD_LIBS+=usr/lib32/libutil.so.5
10315 # 20060413: shared library moved to /usr/lib
10316 OLD_LIBS+=lib/libgpib.so.1
10317 # 20060413: libpcap.so.4 moved to /lib/
10318 OLD_LIBS+=usr/lib/libpcap.so.4
10319 # 20060412: libpthread.so.2 moved to /lib/
10320 OLD_LIBS+=usr/lib/libpthread.so.2
10321 # 20060127: revert libdisk to static-only
10322 OLD_LIBS+=usr/lib/libdisk.so.3
10323 # 20051027: libc_r discontinued (removed 20101113)
10324 OLD_LIBS+=usr/lib/libc_r.a
10325 OLD_LIBS+=usr/lib/libc_r.so
10326 OLD_LIBS+=usr/lib/libc_r.so.7
10327 OLD_LIBS+=usr/lib/libc_r_p.a
10328 OLD_LIBS+=usr/lib32/libc_r.a
10329 OLD_LIBS+=usr/lib32/libc_r.so
10330 OLD_LIBS+=usr/lib32/libc_r.so.7
10331 OLD_LIBS+=usr/lib32/libc_r_p.a
10332 # 20050722: bump for 6.0-RELEASE
10333 OLD_LIBS+=lib/libalias.so.4
10334 OLD_LIBS+=lib/libatm.so.2
10335 OLD_LIBS+=lib/libbegemot.so.1
10336 OLD_LIBS+=lib/libbsdxml.so.1
10337 OLD_LIBS+=lib/libbsnmp.so.2
10338 OLD_LIBS+=lib/libc.so.5
10339 OLD_LIBS+=lib/libcam.so.2
10340 OLD_LIBS+=lib/libcrypt.so.2
10341 OLD_LIBS+=lib/libcrypto.so.3
10342 OLD_LIBS+=lib/libdevstat.so.4
10343 OLD_LIBS+=lib/libedit.so.4
10344 OLD_LIBS+=lib/libgeom.so.2
10345 OLD_LIBS+=lib/libgpib.so.0
10346 OLD_LIBS+=lib/libipsec.so.1
10347 OLD_LIBS+=lib/libipx.so.2
10348 OLD_LIBS+=lib/libkiconv.so.1
10349 OLD_LIBS+=lib/libkvm.so.2
10350 OLD_LIBS+=lib/libm.so.3
10351 OLD_LIBS+=lib/libmd.so.2
10352 OLD_LIBS+=lib/libncurses.so.5
10353 OLD_LIBS+=lib/libreadline.so.5
10354 OLD_LIBS+=lib/libsbuf.so.2
10355 OLD_LIBS+=lib/libufs.so.2
10356 OLD_LIBS+=lib/libutil.so.4
10357 OLD_LIBS+=lib/libz.so.2
10358 OLD_LIBS+=usr/lib/libarchive.so.1
10359 OLD_LIBS+=usr/lib/libasn1.so.7
10360 OLD_LIBS+=usr/lib/libbluetooth.so.1
10361 OLD_LIBS+=usr/lib/libbz2.so.1
10362 OLD_LIBS+=usr/lib/libc_r.so.5
10363 OLD_LIBS+=usr/lib/libcalendar.so.2
10364 OLD_LIBS+=usr/lib/libcom_err.so.2
10365 OLD_LIBS+=usr/lib/libdevinfo.so.2
10366 OLD_LIBS+=usr/lib/libdialog.so.4
10367 OLD_LIBS+=usr/lib/libfetch.so.3
10368 OLD_LIBS+=usr/lib/libform.so.2
10369 OLD_LIBS+=usr/lib/libftpio.so.5
10370 OLD_LIBS+=usr/lib/libg2c.so.1
10371 OLD_LIBS+=usr/lib/libgnuregex.so.2
10372 OLD_LIBS+=usr/lib/libgssapi.so.7
10373 OLD_LIBS+=usr/lib/libhdb.so.7
10374 OLD_LIBS+=usr/lib/libhistory.so.5
10375 OLD_LIBS+=usr/lib/libkadm5clnt.so.7
10376 OLD_LIBS+=usr/lib/libkadm5srv.so.7
10377 OLD_LIBS+=usr/lib/libkafs5.so.7
10378 OLD_LIBS+=usr/lib/libkrb5.so.7
10379 OLD_LIBS+=usr/lib/libmagic.so.1
10380 OLD_LIBS+=usr/lib/libmenu.so.2
10381 OLD_LIBS+=usr/lib/libmilter.so.2
10382 OLD_LIBS+=usr/lib/libmp.so.4
10383 OLD_LIBS+=usr/lib/libncp.so.1
10384 OLD_LIBS+=usr/lib/libnetgraph.so.1
10385 OLD_LIBS+=usr/lib/libngatm.so.1
10386 OLD_LIBS+=usr/lib/libobjc.so.1
10387 OLD_LIBS+=usr/lib/libopie.so.3
10388 OLD_LIBS+=usr/lib/libpam.so.2
10389 OLD_LIBS+=usr/lib/libpanel.so.2
10390 OLD_LIBS+=usr/lib/libpcap.so.3
10391 OLD_LIBS+=usr/lib/libpmc.so.2
10392 OLD_LIBS+=usr/lib/libpthread.so.1
10393 OLD_LIBS+=usr/lib/libradius.so.1
10394 OLD_LIBS+=usr/lib/libroken.so.7
10395 OLD_LIBS+=usr/lib/librpcsvc.so.2
10396 OLD_LIBS+=usr/lib/libsdp.so.1
10397 OLD_LIBS+=usr/lib/libsmb.so.1
10398 OLD_LIBS+=usr/lib/libssh.so.2
10399 OLD_LIBS+=usr/lib/libssl.so.3
10400 OLD_LIBS+=usr/lib/libstdc++.so.4
10401 OLD_LIBS+=usr/lib/libtacplus.so.1
10402 OLD_LIBS+=usr/lib/libthr.so.1
10403 OLD_LIBS+=usr/lib/libthread_db.so.1
10404 OLD_LIBS+=usr/lib/libugidfw.so.1
10405 OLD_LIBS+=usr/lib/libusbhid.so.1
10406 OLD_LIBS+=usr/lib/libvgl.so.3
10407 OLD_LIBS+=usr/lib/libwrap.so.3
10408 OLD_LIBS+=usr/lib/libypclnt.so.1
10409 OLD_LIBS+=usr/lib/pam_chroot.so.2
10410 OLD_LIBS+=usr/lib/pam_deny.so.2
10411 OLD_LIBS+=usr/lib/pam_echo.so.2
10412 OLD_LIBS+=usr/lib/pam_exec.so.2
10413 OLD_LIBS+=usr/lib/pam_ftpusers.so.2
10414 OLD_LIBS+=usr/lib/pam_group.so.2
10415 OLD_LIBS+=usr/lib/pam_guest.so.2
10416 OLD_LIBS+=usr/lib/pam_krb5.so.2
10417 OLD_LIBS+=usr/lib/pam_ksu.so.2
10418 OLD_LIBS+=usr/lib/pam_lastlog.so.2
10419 OLD_LIBS+=usr/lib/pam_login_access.so.2
10420 OLD_LIBS+=usr/lib/pam_nologin.so.2
10421 OLD_LIBS+=usr/lib/pam_opie.so.2
10422 OLD_LIBS+=usr/lib/pam_opieaccess.so.2
10423 OLD_LIBS+=usr/lib/pam_passwdqc.so.2
10424 OLD_LIBS+=usr/lib/pam_permit.so.2
10425 OLD_LIBS+=usr/lib/pam_radius.so.2
10426 OLD_LIBS+=usr/lib/pam_rhosts.so.2
10427 OLD_LIBS+=usr/lib/pam_rootok.so.2
10428 OLD_LIBS+=usr/lib/pam_securetty.so.2
10429 OLD_LIBS+=usr/lib/pam_self.so.2
10430 OLD_LIBS+=usr/lib/pam_ssh.so.2
10431 OLD_LIBS+=usr/lib/pam_tacplus.so.2
10432 OLD_LIBS+=usr/lib/pam_unix.so.2
10433 OLD_LIBS+=usr/lib/snmp_atm.so.3
10434 OLD_LIBS+=usr/lib/snmp_mibII.so.3
10435 OLD_LIBS+=usr/lib/snmp_netgraph.so.3
10436 OLD_LIBS+=usr/lib/snmp_pf.so.3
10437 # 200505XX: ?
10438 OLD_LIBS+=usr/lib/snmp_atm.so.2
10439 OLD_LIBS+=usr/lib/snmp_mibII.so.2
10440 OLD_LIBS+=usr/lib/snmp_netgraph.so.2
10441 OLD_LIBS+=usr/lib/snmp_pf.so.2
10442 # 2005XXXX: not ready for primetime yet
10443 OLD_LIBS+=usr/lib/libautofs.so.1
10444 # 200411XX: libxpg4 removal
10445 OLD_LIBS+=usr/lib/libxpg4.so.3
10446 # 200410XX: libm compatibility fix
10447 OLD_LIBS+=lib/libm.so.2
10448 # 20041001: version bump
10449 OLD_LIBS+=lib/libreadline.so.4
10450 OLD_LIBS+=usr/lib/libhistory.so.4
10451 OLD_LIBS+=usr/lib/libopie.so.2
10452 OLD_LIBS+=usr/lib/libpcap.so.2
10453 # 20040925: bind9 import
10454 OLD_LIBS+=usr/lib/libisc.so.1
10455 # 200408XX
10456 OLD_LIBS+=usr/lib/snmp_netgraph.so.1
10457 # 200404XX
10458 OLD_LIBS+=usr/lib/libsnmp.so.1
10459 OLD_LIBS+=usr/lib/snmp_mibII.so.1
10460 # 200309XX
10461 OLD_LIBS+=usr/lib/libasn1.so.6
10462 OLD_LIBS+=usr/lib/libhdb.so.6
10463 OLD_LIBS+=usr/lib/libkadm5clnt.so.6
10464 OLD_LIBS+=usr/lib/libkadm5srv.so.6
10465 OLD_LIBS+=usr/lib/libkrb5.so.6
10466 OLD_LIBS+=usr/lib/libroken.so.6
10467 # 200304XX
10468 OLD_LIBS+=usr/lib/libc.so.4
10469 OLD_LIBS+=usr/lib/libc_r.so.4
10470 OLD_LIBS+=usr/lib/libdevstat.so.2
10471 OLD_LIBS+=usr/lib/libedit.so.3
10472 OLD_LIBS+=usr/lib/libgmp.so.3
10473 OLD_LIBS+=usr/lib/libmp.so.3
10474 OLD_LIBS+=usr/lib/libpam.so.1
10475 OLD_LIBS+=usr/lib/libposix1e.so.2
10476 OLD_LIBS+=usr/lib/libskey.so.2
10477 OLD_LIBS+=usr/lib/libusbhid.so.0
10478 OLD_LIBS+=usr/lib/libvgl.so.2
10479 # 20030218: OpenSSL 0.9.7 import
10480 OLD_FILES+=usr/include/des.h
10481 OLD_FILES+=usr/lib/libdes.a
10482 OLD_FILES+=usr/lib/libdes.so
10483 OLD_LIBS+=usr/lib/libdes.so.3
10484 OLD_FILES+=usr/lib/libdes_p.a
10485 # 200302XX
10486 OLD_LIBS+=usr/lib/libacl.so.3
10487 OLD_LIBS+=usr/lib/libasn1.so.5
10488 OLD_LIBS+=usr/lib/libcrypto.so.2
10489 OLD_LIBS+=usr/lib/libgssapi.so.5
10490 OLD_LIBS+=usr/lib/libhdb.so.5
10491 OLD_LIBS+=usr/lib/libkadm.so.3
10492 OLD_LIBS+=usr/lib/libkadm5clnt.so.5
10493 OLD_LIBS+=usr/lib/libkadm5srv.so.5
10494 OLD_LIBS+=usr/lib/libkafs.so.3
10495 OLD_LIBS+=usr/lib/libkafs5.so.5
10496 OLD_LIBS+=usr/lib/libkdb.so.3
10497 OLD_LIBS+=usr/lib/libkrb.so.3
10498 OLD_LIBS+=usr/lib/libroken.so.
10499 OLD_LIBS+=usr/lib/libssl.so.2
10500 OLD_LIBS+=usr/lib/pam_kerberosIV.so
10501 # 200208XX
10502 OLD_LIBS+=usr/lib/libgssapi.so.4
10503 # 200203XX
10504 OLD_LIBS+=usr/lib/libss.so.3
10505 OLD_LIBS+=usr/lib/libusb.so.0
10506 # 200112XX
10507 OLD_LIBS+=usr/lib/libfetch.so.2
10508 # 200110XX
10509 OLD_LIBS+=usr/lib/libgssapi.so.3
10510 # 200104XX
10511 OLD_LIBS+=usr/lib/libdescrypt.so.2
10512 OLD_LIBS+=usr/lib/libscrypt.so.2
10513 # 200102XX
10514 OLD_LIBS+=usr/lib/libcrypto.so.1
10515 OLD_LIBS+=usr/lib/libssl.so.1
10516 # 200009XX
10517 OLD_LIBS+=usr/lib/libRSAglue.so.1
10518 OLD_LIBS+=usr/lib/librsaINTL.so.1
10519 OLD_LIBS+=usr/lib/librsaUSA.so.1
10520 # 200006XX
10521 OLD_LIBS+=usr/lib/libalias.so.3
10522 OLD_LIBS+=usr/lib/libfetch.so.1
10523 OLD_LIBS+=usr/lib/libipsec.so.0
10524 # 200005XX
10525 OLD_LIBS+=usr/lib/libxpg4.so.2
10526 # 200002XX
10527 OLD_LIBS+=usr/lib/libc.so.3
10528 OLD_LIBS+=usr/lib/libcurses.so.2
10529 OLD_LIBS+=usr/lib/libdialog.so.3
10530 OLD_LIBS+=usr/lib/libedit.so.2
10531 OLD_LIBS+=usr/lib/libf2c.so.2
10532 OLD_LIBS+=usr/lib/libftpio.so.4
10533 OLD_LIBS+=usr/lib/libg++.so.4
10534 OLD_LIBS+=usr/lib/libhistory.so.3
10535 OLD_LIBS+=usr/lib/libmytinfo.so.2
10536 OLD_LIBS+=usr/lib/libncurses.so.3
10537 OLD_LIBS+=usr/lib/libreadline.so.3
10538 OLD_LIBS+=usr/lib/libss.so.2
10539 OLD_LIBS+=usr/lib/libtermcap.so.2
10540 OLD_LIBS+=usr/lib/libutil.so.2
10541 OLD_LIBS+=usr/lib/libvgl.so.1
10542 OLD_LIBS+=usr/lib/libwrap.so.2
10543 # 19991216
10544 OLD_FILES+=usr/sbin/xntpdc
10545 # 199909XX
10546 OLD_LIBS+=usr/lib/libc_r.so.3
10547 # ???
10548 OLD_LIBS+=usr/lib/libarchive.so.2
10549 OLD_LIBS+=usr/lib/libbsnmp.so.1
10550 OLD_LIBS+=usr/lib/libc_r.so.6
10551 OLD_LIBS+=usr/lib32/libarchive.so.2
10552 OLD_LIBS+=usr/lib32/libc_r.so.6
10553 OLD_LIBS+=usr/lib/libcipher.so.2
10554 OLD_LIBS+=usr/lib/libgssapi.so.6
10555 OLD_LIBS+=usr/lib/libkse.so.1
10556 OLD_LIBS+=usr/lib/liblwres.so.3
10557 OLD_LIBS+=usr/lib/pam_ftp.so.2
10558
10559 # 20040925: bind9 import
10560 OLD_DIRS+=usr/share/doc/bind/html
10561 OLD_DIRS+=usr/share/doc/bind/misc
10562 OLD_DIRS+=usr/share/doc/bind/
10563 # ???
10564 OLD_DIRS+=usr/include/g++/std
10565 OLD_DIRS+=usr/include/msdosfs
10566 OLD_DIRS+=usr/include/ntfs
10567 OLD_DIRS+=usr/include/nwfs
10568 OLD_DIRS+=usr/include/ufs/mfs
10569 # 20011001: UUCP migration to ports
10570 OLD_DIRS+=usr/libexec/uucp
10571
10572
10573 .include "tools/build/mk/OptionalObsoleteFiles.inc"