Deleted Added
full compact
ObsoleteFiles.inc (204649) ObsoleteFiles.inc (205146)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 204649 2010-03-03 18:30:10Z ed $
2# $FreeBSD: head/ObsoleteFiles.inc 205146 2010-03-14 10:18:58Z ed $
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#
11# In case of a complete directory hierarchy the sorting is in depth first
12# order.
13#
14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15#
16
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#
11# In case of a complete directory hierarchy the sorting is in depth first
12# order.
13#
14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15#
16
17# 20100314: removal of regexp.h
18OLD_FILES+=usr/include/regexp.h
19OLD_FILES+=usr/share/man/man3/regexp.3.gz
20OLD_FILES+=usr/share/man/man3/regsub.3.gz
17# 20100303: actual removal of utmp.h
18OLD_FILES+=usr/include/utmp.h
19# 20100227: [ia64] removed <machine/sapicreg.h> and <machine/sapicvar.h>
20.if ${TARGET_ARCH} == "ia64"
21OLD_FILES+=usr/include/machine/sapicreg.h
22OLD_FILES+=usr/include/machine/sapicvar.h
23.endif
24# 20100208: man pages moved

--- 5215 unchanged lines hidden ---
21# 20100303: actual removal of utmp.h
22OLD_FILES+=usr/include/utmp.h
23# 20100227: [ia64] removed <machine/sapicreg.h> and <machine/sapicvar.h>
24.if ${TARGET_ARCH} == "ia64"
25OLD_FILES+=usr/include/machine/sapicreg.h
26OLD_FILES+=usr/include/machine/sapicvar.h
27.endif
28# 20100208: man pages moved

--- 5215 unchanged lines hidden ---