Deleted Added
full compact
ObsoleteFiles.inc (177625) ObsoleteFiles.inc (177714)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 177625 2008-03-26 06:45:28Z remko $
2# $FreeBSD: head/ObsoleteFiles.inc 177714 2008-03-29 17:44:40Z ru $
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#

--- 14 unchanged lines hidden (view full) ---

25OLD_FILES+=usr/share/man/man3/shm_open.3.gz
26OLD_FILES+=usr/share/man/man3/shm_unlink.3.gz
27# 20071207: Merged with fortunes-o.real
28OLD_FILES+=usr/share/games/fortune/fortunes2-o
29OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat
30# 20071201: Removal of XRPU driver
31OLD_FILES+=usr/include/sys/xrpuio.h
32# 20071129: Disabled static versions of libkse by default
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#

--- 14 unchanged lines hidden (view full) ---

25OLD_FILES+=usr/share/man/man3/shm_open.3.gz
26OLD_FILES+=usr/share/man/man3/shm_unlink.3.gz
27# 20071207: Merged with fortunes-o.real
28OLD_FILES+=usr/share/games/fortune/fortunes2-o
29OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat
30# 20071201: Removal of XRPU driver
31OLD_FILES+=usr/include/sys/xrpuio.h
32# 20071129: Disabled static versions of libkse by default
33.if ${DEFAULT_THREAD_LIB} != "libkse" && ${MK_LIBTHR} != "no"
34OLD_FILES+=usr/lib/libkse.a
35OLD_FILES+=usr/lib/libkse_p.a
36OLD_FILES+=usr/lib/libkse_pic.a
37.if ${TARGET_ARCH} == "amd64"
38OLD_FILES+=usr/lib32/libkse.a
39OLD_FILES+=usr/lib32/libkse_p.a
40OLD_FILES+=usr/lib32/libkse_pic.a
41.endif
33OLD_FILES+=usr/lib/libkse.a
34OLD_FILES+=usr/lib/libkse_p.a
35OLD_FILES+=usr/lib/libkse_pic.a
36.if ${TARGET_ARCH} == "amd64"
37OLD_FILES+=usr/lib32/libkse.a
38OLD_FILES+=usr/lib32/libkse_p.a
39OLD_FILES+=usr/lib32/libkse_pic.a
40.endif
42.endif
43# 20071129: Removed a Solaris compatibility header
44OLD_FILES+=usr/include/sys/_elf_solaris.h
45# 20071125: Renamed to pmc_get_msr()
46OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
47# 20071108: Removed very crunch OLDCARD support file
48OLD_FILES+=etc/defaults/pccard.conf
49# 20071104: Removed bsdlabel, fdisk and gpt from rescue on ia64.
50.if ${TARGET_ARCH} == "ia64"

--- 4305 unchanged lines hidden ---
41# 20071129: Removed a Solaris compatibility header
42OLD_FILES+=usr/include/sys/_elf_solaris.h
43# 20071125: Renamed to pmc_get_msr()
44OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
45# 20071108: Removed very crunch OLDCARD support file
46OLD_FILES+=etc/defaults/pccard.conf
47# 20071104: Removed bsdlabel, fdisk and gpt from rescue on ia64.
48.if ${TARGET_ARCH} == "ia64"

--- 4305 unchanged lines hidden ---