Deleted Added
full compact
ObsoleteFiles.inc (281405) ObsoleteFiles.inc (281613)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 281405 2015-04-11 05:38:07Z jkim $
2# $FreeBSD: head/ObsoleteFiles.inc 281613 2015-04-16 20:22:40Z glebius $
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# 20150416: ALTQ moved to net/altq
42OLD_FILES+=usr/include/altq/altq_rmclass_debug.h
43OLD_FILES+=usr/include/altq/altq.h
44OLD_FILES+=usr/include/altq/altq_cdnr.h
45OLD_FILES+=usr/include/altq/altq_hfsc.h
46OLD_FILES+=usr/include/altq/altq_priq.h
47OLD_FILES+=usr/include/altq/altqconf.h
48OLD_FILES+=usr/include/altq/altq_classq.h
49OLD_FILES+=usr/include/altq/altq_red.h
50OLD_FILES+=usr/include/altq/if_altq.h
51OLD_FILES+=usr/include/altq/altq_var.h
52OLD_FILES+=usr/include/altq/altq_rmclass.h
53OLD_FILES+=usr/include/altq/altq_cbq.h
54OLD_FILES+=usr/include/altq/altq_rio.h
55OLD_DIRS+=usr/include/altq
41# 20150410
42OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
43OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
44OLD_DIRS+=usr/share/doc/usd/10.exref
45OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
46OLD_DIRS+=usr/share/doc/usd/11.edit
47OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
48OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz

--- 6869 unchanged lines hidden ---
56# 20150410
57OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
58OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
59OLD_DIRS+=usr/share/doc/usd/10.exref
60OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
61OLD_DIRS+=usr/share/doc/usd/11.edit
62OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
63OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz

--- 6869 unchanged lines hidden ---