Deleted Added
full compact
ObsoleteFiles.inc (275133) ObsoleteFiles.inc (275170)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 275133 2014-11-26 17:44:49Z ae $
2# $FreeBSD: head/ObsoleteFiles.inc 275170 2014-11-27 06:04:00Z ngie $
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# 20141126: convert sbin/mdconfig/tests to ATF format tests
42OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test
43OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test
44OLD_FILES+=usr/tests/sbin/mdconfig/run.pl
41# 20141126: remove xform_ipip decapsulation fallback
42OLD_FILES+=usr/include/netipsec/ipip_var.h
43# 20141109: faith/faithd removal
44OLD_FILES+=etc/rc.d/faith
45OLD_FILES+=usr/share/man/man4/faith.4.gz
46OLD_FILES+=usr/share/man/man4/if_faith.4.gz
47OLD_FILES+=usr/sbin/faithd
48OLD_FILES+=usr/share/man/man8/faithd.8.gz

--- 6592 unchanged lines hidden ---
45# 20141126: remove xform_ipip decapsulation fallback
46OLD_FILES+=usr/include/netipsec/ipip_var.h
47# 20141109: faith/faithd removal
48OLD_FILES+=etc/rc.d/faith
49OLD_FILES+=usr/share/man/man4/faith.4.gz
50OLD_FILES+=usr/share/man/man4/if_faith.4.gz
51OLD_FILES+=usr/sbin/faithd
52OLD_FILES+=usr/share/man/man8/faithd.8.gz

--- 6592 unchanged lines hidden ---