ObsoleteFiles.inc (1bd2ddb93a6181e56c6b97f41d843e6ba49bd1d6) ObsoleteFiles.inc (c9fc60beee8b188b70894c502e2a9f2332eb0c89)
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# 20131015: removal of RCS from base
42OLD_FILES+=usr/bin/ci
43OLD_FILES+=usr/bin/co
44OLD_FILES+=usr/bin/ident
45OLD_FILES+=usr/bin/merge
46OLD_FILES+=usr/bin/rcs
47OLD_FILES+=usr/bin/rcsclean
48OLD_FILES+=usr/bin/rcsdiff
49OLD_FILES+=usr/bin/rcsfreeze
50OLD_FILES+=usr/bin/rcsmerge
51OLD_FILES+=usr/bin/rlog
52OLD_FILES+=usr/share/man/man1/ci.1.gz
53OLD_FILES+=usr/share/man/man1/co.1.gz
54OLD_FILES+=usr/share/man/man1/ident.1.gz
55OLD_FILES+=usr/share/man/man1/merge.1.gz
56OLD_FILES+=usr/share/man/man1/rcs.1.gz
57OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
58OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
59OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
60OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
61OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
62OLD_FILES+=usr/share/man/man1/rlog.1.gz
63OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
64# 20131001: ar and ranlib from binutils not used
65OLD_FILES+=usr/bin/gnu-ar
66OLD_FILES+=usr/bin/gnu-ranlib
67OLD_FILES+=usr/share/man/man1/gnu-ar.1.gz
68OLD_FILES+=usr/share/man/man1/gnu-ranlib.1.gz
69# 20130930: BIND removed from base
70OLD_FILES+=etc/namedb
71OLD_FILES+=etc/periodic/daily/470.status-named

--- 6060 unchanged lines hidden ---
41# 20131001: ar and ranlib from binutils not used
42OLD_FILES+=usr/bin/gnu-ar
43OLD_FILES+=usr/bin/gnu-ranlib
44OLD_FILES+=usr/share/man/man1/gnu-ar.1.gz
45OLD_FILES+=usr/share/man/man1/gnu-ranlib.1.gz
46# 20130930: BIND removed from base
47OLD_FILES+=etc/namedb
48OLD_FILES+=etc/periodic/daily/470.status-named

--- 6060 unchanged lines hidden ---