Deleted Added
full compact
ObsoleteFiles.inc (276479) ObsoleteFiles.inc (276551)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 276479 2014-12-31 20:31:32Z dim $
2# $FreeBSD: head/ObsoleteFiles.inc 276551 2015-01-02 18:45:03Z bapt $
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#

--- 22 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
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#

--- 22 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# 20150103: removal of texinfo
42OLD_FILES+=usr/bin/info
43OLD_FILES+=usr/bin/infokey
44OLD_FILES+=usr/bin/install-info
45OLD_FILES+=usr/bin/makeinfo
46OLD_FILES+=usr/bin/texindex
47OLD_FILES+=usr/share/info/am-utils.info.gz
48OLD_FILES+=usr/share/info/as-utils.info.gz
49OLD_FILES+=usr/share/info/binutils.info.gz
50OLD_FILES+=usr/share/info/com_err.info.gz
51OLD_FILES+=usr/share/info/diff.info.gz
52OLD_FILES+=usr/share/info/gdb.info.gz
53OLD_FILES+=usr/share/info/gdbint.info.gz
54OLD_FILES+=usr/share/info/gperf.info.gz
55OLD_FILES+=usr/share/info/grep.info.gz
56OLD_FILES+=usr/share/info/groff.info.gz
57OLD_FILES+=usr/share/info/heimdal.info.gz
58OLD_FILES+=usr/share/info/history.info.gz
59OLD_FILES+=usr/share/info/info-stnd.info.gz
60OLD_FILES+=usr/share/info/info.info.gz
61OLD_FILES+=usr/share/info/ld.info.gz
62OLD_FILES+=usr/share/info/regex.info.gz
63OLD_FILES+=usr/share/info/rluserman.info.gz
64OLD_FILES+=usr/share/info/stabs.info.gz
65OLD_FILES+=usr/share/info/texinfo.info.gz
66OLD_FILES+=usr/share/man/man1/info.1.gz
67OLD_FILES+=usr/share/man/man1/infokey.1.gz
68OLD_FILES+=usr/share/man/man1/install-info.1.gz
69OLD_FILES+=usr/share/man/man1/makeinfo.1.gz
70OLD_FILES+=usr/share/man/man1/texindex.1.gz
71OLD_FILES+=usr/share/man/man5/info.5.gz
72OLD_FILES+=usr/share/man/man5/texinfo.5.gz
41# 20141231: new clang import which bumps version from 3.4.1 to 3.5.0.
42OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_aes.h
43OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_pclmul.h
44OLD_FILES+=usr/include/clang/3.4.1/altivec.h
45OLD_FILES+=usr/include/clang/3.4.1/ammintrin.h
46OLD_FILES+=usr/include/clang/3.4.1/arm_neon.h
47OLD_FILES+=usr/include/clang/3.4.1/avx2intrin.h
48OLD_FILES+=usr/include/clang/3.4.1/avxintrin.h

--- 6668 unchanged lines hidden ---
73# 20141231: new clang import which bumps version from 3.4.1 to 3.5.0.
74OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_aes.h
75OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_pclmul.h
76OLD_FILES+=usr/include/clang/3.4.1/altivec.h
77OLD_FILES+=usr/include/clang/3.4.1/ammintrin.h
78OLD_FILES+=usr/include/clang/3.4.1/arm_neon.h
79OLD_FILES+=usr/include/clang/3.4.1/avx2intrin.h
80OLD_FILES+=usr/include/clang/3.4.1/avxintrin.h

--- 6668 unchanged lines hidden ---