Deleted Added
full compact
ObsoleteFiles.inc (289963) ObsoleteFiles.inc (290896)
1#
1#
2# $FreeBSD: stable/10/ObsoleteFiles.inc 289963 2015-10-25 22:55:19Z ngie $
2# $FreeBSD: stable/10/ObsoleteFiles.inc 290896 2015-11-16 00:50:53Z 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# 20151115: added missing _test suffix on multiple tests in lib/libc
42OLD_FILES+=usr/tests/lib/libc/c063/faccessat
43OLD_FILES+=usr/tests/lib/libc/c063/fchmodat
44OLD_FILES+=usr/tests/lib/libc/c063/fchownat
45OLD_FILES+=usr/tests/lib/libc/c063/fexecve
46OLD_FILES+=usr/tests/lib/libc/c063/fstatat
47OLD_FILES+=usr/tests/lib/libc/c063/linkat
48OLD_FILES+=usr/tests/lib/libc/c063/mkdirat
49OLD_FILES+=usr/tests/lib/libc/c063/mkfifoat
50OLD_FILES+=usr/tests/lib/libc/c063/mknodat
51OLD_FILES+=usr/tests/lib/libc/c063/openat
52OLD_FILES+=usr/tests/lib/libc/c063/readlinkat
53OLD_FILES+=usr/tests/lib/libc/c063/renameat
54OLD_FILES+=usr/tests/lib/libc/c063/symlinkat
55OLD_FILES+=usr/tests/lib/libc/c063/unlinkat
56OLD_FILES+=usr/tests/lib/libc/c063/utimensat
57OLD_FILES+=usr/tests/lib/libc/string/memchr
58OLD_FILES+=usr/tests/lib/libc/string/memcpy
59OLD_FILES+=usr/tests/lib/libc/string/memmem
60OLD_FILES+=usr/tests/lib/libc/string/memset
61OLD_FILES+=usr/tests/lib/libc/string/strcat
62OLD_FILES+=usr/tests/lib/libc/string/strchr
63OLD_FILES+=usr/tests/lib/libc/string/strcmp
64OLD_FILES+=usr/tests/lib/libc/string/strcpy
65OLD_FILES+=usr/tests/lib/libc/string/strcspn
66OLD_FILES+=usr/tests/lib/libc/string/strerror
67OLD_FILES+=usr/tests/lib/libc/string/strlen
68OLD_FILES+=usr/tests/lib/libc/string/strpbrk
69OLD_FILES+=usr/tests/lib/libc/string/strrchr
70OLD_FILES+=usr/tests/lib/libc/string/strspn
71OLD_FILES+=usr/tests/lib/libc/string/swab
41# 20151025: remove links to removed/unimplemented mbuf(9) macros
42OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
43OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz
44OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz
45OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz
46OLD_FILES+=usr/share/man/man9/MFREE.9.gz
47# 20151023: unused sgsmsg utility is removed
48OLD_FILES+=usr/bin/sgsmsg

--- 6467 unchanged lines hidden ---
72# 20151025: remove links to removed/unimplemented mbuf(9) macros
73OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
74OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz
75OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz
76OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz
77OLD_FILES+=usr/share/man/man9/MFREE.9.gz
78# 20151023: unused sgsmsg utility is removed
79OLD_FILES+=usr/bin/sgsmsg

--- 6467 unchanged lines hidden ---