Deleted Added
full compact
ObsoleteFiles.inc (250995) ObsoleteFiles.inc (251794)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 250995 2013-05-26 09:25:14Z antoine $
2# $FreeBSD: head/ObsoleteFiles.inc 251794 2013-06-15 20:29:07Z eadler $
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# 20130614: remove CVS from base
42OLD_FILES+=usr/bin/cvs
43OLD_FILES+=usr/bin/cvsbug
44OLD_FILES+=usr/share/examples/cvs/contrib/README
45OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
46OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
47OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
48OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
49OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
50OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
51OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
52OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
53OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
54OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
55OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
56OLD_FILES+=usr/share/examples/cvs/contrib/log
57OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
58OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
59OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
60OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
61OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
62OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
63OLD_FILES+=usr/share/info/cvs.info.gz
64OLD_FILES+=usr/share/info/cvsclient.info.gz
65OLD_FILES+=usr/share/man/man1/cvs.1.gz
66OLD_FILES+=usr/share/man/man5/cvs.5.gz
67OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
41# 20130417: nfs fha moved from nfsserver to nfs
42OLD_FILES+=usr/include/nfsserver/nfs_fha.h
43# 20130411: new clang import which bumps version from 3.2 to 3.3.
44OLD_FILES+=usr/include/clang/3.2/__wmmintrin_aes.h
45OLD_FILES+=usr/include/clang/3.2/__wmmintrin_pclmul.h
46OLD_FILES+=usr/include/clang/3.2/altivec.h
47OLD_FILES+=usr/include/clang/3.2/ammintrin.h
48OLD_FILES+=usr/include/clang/3.2/avx2intrin.h

--- 5760 unchanged lines hidden ---
68# 20130417: nfs fha moved from nfsserver to nfs
69OLD_FILES+=usr/include/nfsserver/nfs_fha.h
70# 20130411: new clang import which bumps version from 3.2 to 3.3.
71OLD_FILES+=usr/include/clang/3.2/__wmmintrin_aes.h
72OLD_FILES+=usr/include/clang/3.2/__wmmintrin_pclmul.h
73OLD_FILES+=usr/include/clang/3.2/altivec.h
74OLD_FILES+=usr/include/clang/3.2/ammintrin.h
75OLD_FILES+=usr/include/clang/3.2/avx2intrin.h

--- 5760 unchanged lines hidden ---