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

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

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

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

33# For optional components, you can use the following to see if some entries
34# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
35# for o in tools/build/options/WITH*; do
36# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
37# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
38# xargs -n1 | sort | uniq -d;
39# done
40
41# 20180710: old numa cleanup
42OLD_FILES+=usr/include/sys/numa.h
43OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz
44OLD_FILES+=usr/share/man/man2/numa_setaffinity.2.gz
45OLD_FILES+=usr/share/man/man1/numactl.1.gz
46OLD_FILES+=usr/bin/numactl
41# 20180630: new clang import which bumps version from 6.0.0 to 6.0.1.
42OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/allocator_interface.h
43OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/asan_interface.h
44OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/common_interface_defs.h
45OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/coverage_interface.h
46OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/dfsan_interface.h
47OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/esan_interface.h
48OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/hwasan_interface.h

--- 10283 unchanged lines hidden ---
47# 20180630: new clang import which bumps version from 6.0.0 to 6.0.1.
48OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/allocator_interface.h
49OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/asan_interface.h
50OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/common_interface_defs.h
51OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/coverage_interface.h
52OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/dfsan_interface.h
53OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/esan_interface.h
54OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/hwasan_interface.h

--- 10283 unchanged lines hidden ---