ObsoleteFiles.inc (37a48d408f2b41e2c45952de3498a018b4d41b31) ObsoleteFiles.inc (f3bb92515317f9b66fca73deca375a79d49dc54a)
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# 20150528: PCI IOV device driver methods moved to a separate kobj interface.
42OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9
43OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9
44OLD_FILES+=usr/share/man/man9/PCI_UNINIT_IOV.9
41# 20150525: new clang import which bumps version from 3.6.0 to 3.6.1.
42OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h
43OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h
44OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h
45OLD_FILES+=usr/lib/clang/3.6.0/include/adxintrin.h
46OLD_FILES+=usr/lib/clang/3.6.0/include/altivec.h
47OLD_FILES+=usr/lib/clang/3.6.0/include/ammintrin.h
48OLD_FILES+=usr/lib/clang/3.6.0/include/arm_acle.h

--- 7072 unchanged lines hidden ---
45# 20150525: new clang import which bumps version from 3.6.0 to 3.6.1.
46OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h
47OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h
48OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h
49OLD_FILES+=usr/lib/clang/3.6.0/include/adxintrin.h
50OLD_FILES+=usr/lib/clang/3.6.0/include/altivec.h
51OLD_FILES+=usr/lib/clang/3.6.0/include/ammintrin.h
52OLD_FILES+=usr/lib/clang/3.6.0/include/arm_acle.h

--- 7072 unchanged lines hidden ---