Deleted Added
full compact
ObsoleteFiles.inc (225222) ObsoleteFiles.inc (225227)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 225222 2011-08-27 22:10:53Z brueffer $
2# $FreeBSD: head/ObsoleteFiles.inc 225227 2011-08-28 09:26:48Z kib $
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# 20110828: library version bump for 9.0
42OLD_LIBS+=lib/libufs.so.5
43OLD_LIBS+=usr/lib/libbsnmp.so.5
44OLD_LIBS+=usr/lib/libdwarf.so.2
45OLD_LIBS+=usr/lib/libopie.so.6
46OLD_LIBS+=usr/lib/libpcap.so.7
47OLD_LIBS+=usr/lib/librtld_db.so.1
48OLD_LIBS+=usr/lib/libtacplus.so.4
49.if ${TARGET_ARCH} == "amd64"
50OLD_LIBS+=usr/lib32/libufs.so.5
51OLD_LIBS+=usr/lib32/libbsnmp.so.5
52OLD_LIBS+=usr/lib32/libdwarf.so.2
53OLD_LIBS+=usr/lib32/libopie.so.6
54OLD_LIBS+=usr/lib32/libpcap.so.7
55OLD_LIBS+=usr/lib32/librtld_db.so.1
56OLD_LIBS+=usr/lib32/libtacplus.so.4
57.endif
41# 20110709: vm_map_clean.9 -> vm_map_sync.9
42OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
43# 20110709: Catch up with removal of these functions.
44OLD_FILES+=usr/share/man/man9/vm_page_copy.9.gz
45OLD_FILES+=usr/share/man/man9/vm_page_protect.9.gz
46OLD_FILES+=usr/share/man/man9/vm_page_zero_fill.9.gz
47# 20110707: script no longer needed by /etc/rc.d/nfsd
48OLD_FILES+=etc/rc.d/nfsserver

--- 5396 unchanged lines hidden ---
58# 20110709: vm_map_clean.9 -> vm_map_sync.9
59OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
60# 20110709: Catch up with removal of these functions.
61OLD_FILES+=usr/share/man/man9/vm_page_copy.9.gz
62OLD_FILES+=usr/share/man/man9/vm_page_protect.9.gz
63OLD_FILES+=usr/share/man/man9/vm_page_zero_fill.9.gz
64# 20110707: script no longer needed by /etc/rc.d/nfsd
65OLD_FILES+=etc/rc.d/nfsserver

--- 5396 unchanged lines hidden ---