Deleted Added
full compact
ObsoleteFiles.inc (268342) ObsoleteFiles.inc (268461)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 268342 2014-07-06 23:08:47Z gavin $
2# $FreeBSD: head/ObsoleteFiles.inc 268461 2014-07-09 15:52:30Z 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# 20140705: turn libreadline into an internal lib
42OLD_LIBS+=lib/libreadline.so.8
43OLD_FILES+=usr/lib/libreadline.a
44OLD_FILES+=usr/lib/libreadline_p.a
45OLD_FILES+=usr/lib/libreadline.so
46OLD_FILES+=usr/lib/libhistory.a
47OLD_FILES+=usr/lib/libhistory_p.a
48OLD_FILES+=usr/lib/libhistory.so
49OLD_LIBS+=usr/lib/libhistory.so.8
50OLD_FILES+=usr/include/readline/chardefs.h
51OLD_FILES+=usr/include/readline/history.h
52OLD_FILES+=usr/include/readline/keymaps.h
53OLD_FILES+=usr/include/readline/readline.h
54OLD_FILES+=usr/include/readline/rlconf.h
55OLD_FILES+=usr/include/readline/rlstdc.h
56OLD_FILES+=usr/include/readline/rltypedefs.h
57OLD_FILES+=usr/include/readline/rltypedefs.h
58OLD_FILES+=usr/share/info/readline.info.gz
59OLD_FILES+=usr/share/man/man3/readline.3.gz
41# 20140625: csup removal
42OLD_FILES+=usr/bin/csup
43OLD_FILES+=usr/bin/cpasswd
44OLD_FILES+=usr/share/man/man1/csup.1.gz
45OLD_FILES+=usr/share/man/man1/cpasswd.1.gz
46OLD_FILES+=usr/share/examples/cvsup/README
47OLD_FILES+=usr/share/examples/cvsup/cvs-supfile
48OLD_FILES+=usr/share/examples/cvsup/stable-supfile

--- 6290 unchanged lines hidden ---
60# 20140625: csup removal
61OLD_FILES+=usr/bin/csup
62OLD_FILES+=usr/bin/cpasswd
63OLD_FILES+=usr/share/man/man1/csup.1.gz
64OLD_FILES+=usr/share/man/man1/cpasswd.1.gz
65OLD_FILES+=usr/share/examples/cvsup/README
66OLD_FILES+=usr/share/examples/cvsup/cvs-supfile
67OLD_FILES+=usr/share/examples/cvsup/stable-supfile

--- 6290 unchanged lines hidden ---