Deleted Added
full compact
ObsoleteFiles.inc (313570) ObsoleteFiles.inc (313753)
1#
1#
2# $FreeBSD: stable/11/ObsoleteFiles.inc 313570 2017-02-11 00:54:16Z mm $
2# $FreeBSD: stable/11/ObsoleteFiles.inc 313753 2017-02-15 00:15:24Z asomers $
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# 20170214: Four files from ggate tests consolidated into one
42OLD_FILES+=usr/tests/sys/geom/class/gate/1_test
43OLD_FILES+=usr/tests/sys/geom/class/gate/2_test
44OLD_FILES+=usr/tests/sys/geom/class/gate/3_test
45OLD_FILES+=usr/tests/sys/geom/class/gate/conf.sh
41# 20170211: libarchive ACL pax test renamed to test_acl_pax_posix1e.tar.uu
42OLD_FILES+=usr/tests/lib/libarchive/test_acl_pax.tar.uu
43# 20170103: libbsnmptools.so made into an INTERNALLIB
44OLD_FILES+=usr/lib/libbsnmptools.a
45OLD_FILES+=usr/lib/libbsnmptools_p.a
46OLD_LIBS+=usr/lib/libbsnmptools.so.0
47OLD_LIBS+=usr/lib/libbsnmptools.so
48# 20170112: sysdecode_getfsstat_flags() renamed to sysdecode_getfsstat_mode()

--- 8524 unchanged lines hidden ---
46# 20170211: libarchive ACL pax test renamed to test_acl_pax_posix1e.tar.uu
47OLD_FILES+=usr/tests/lib/libarchive/test_acl_pax.tar.uu
48# 20170103: libbsnmptools.so made into an INTERNALLIB
49OLD_FILES+=usr/lib/libbsnmptools.a
50OLD_FILES+=usr/lib/libbsnmptools_p.a
51OLD_LIBS+=usr/lib/libbsnmptools.so.0
52OLD_LIBS+=usr/lib/libbsnmptools.so
53# 20170112: sysdecode_getfsstat_flags() renamed to sysdecode_getfsstat_mode()

--- 8524 unchanged lines hidden ---