Deleted Added
full compact
ObsoleteFiles.inc (192650) ObsoleteFiles.inc (192901)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 192650 2009-05-23 16:54:07Z antoine $
2# $FreeBSD: head/ObsoleteFiles.inc 192901 2009-05-27 16:16:56Z thompsa $
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# 20090527: removal of legacy USB stack
18OLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h
19OLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h
20OLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h
21OLD_FILES+=usr/include/legacy/dev/usb/hid.h
22OLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h
23OLD_FILES+=usr/include/legacy/dev/usb/if_urtwvar.h
24OLD_FILES+=usr/include/legacy/dev/usb/ohcireg.h
25OLD_FILES+=usr/include/legacy/dev/usb/ohcivar.h
26OLD_FILES+=usr/include/legacy/dev/usb/rio500_usb.h
27OLD_FILES+=usr/include/legacy/dev/usb/rt2573_ucode.h
28OLD_FILES+=usr/include/legacy/dev/usb/sl811hsreg.h
29OLD_FILES+=usr/include/legacy/dev/usb/sl811hsvar.h
30OLD_FILES+=usr/include/legacy/dev/usb/ubser.h
31OLD_FILES+=usr/include/legacy/dev/usb/ucomvar.h
32OLD_FILES+=usr/include/legacy/dev/usb/udbp.h
33OLD_FILES+=usr/include/legacy/dev/usb/uftdireg.h
34OLD_FILES+=usr/include/legacy/dev/usb/ugraphire_rdesc.h
35OLD_FILES+=usr/include/legacy/dev/usb/uhcireg.h
36OLD_FILES+=usr/include/legacy/dev/usb/uhcivar.h
37OLD_FILES+=usr/include/legacy/dev/usb/usb.h
38OLD_FILES+=usr/include/legacy/dev/usb/usb_mem.h
39OLD_FILES+=usr/include/legacy/dev/usb/usb_port.h
40OLD_FILES+=usr/include/legacy/dev/usb/usb_quirks.h
41OLD_FILES+=usr/include/legacy/dev/usb/usbcdc.h
42OLD_FILES+=usr/include/legacy/dev/usb/usbdi.h
43OLD_FILES+=usr/include/legacy/dev/usb/usbdi_util.h
44OLD_FILES+=usr/include/legacy/dev/usb/usbdivar.h
45OLD_FILES+=usr/include/legacy/dev/usb/usbhid.h
46OLD_FILES+=usr/include/legacy/dev/usb/uxb360gp_rdesc.h
47OLD_DIRS+=usr/include/legacy/dev/usb
48OLD_DIRS+=usr/include/legacy/dev
49OLD_DIRS+=usr/include/legacy
17# 20090522: removal of University of Michigan NFSv4 client
18OLD_FILES+=etc/rc.d/idmapd
19OLD_FILES+=sbin/idmapd
20OLD_FILES+=sbin/mount_nfs4
21OLD_FILES+=usr/share/man/man8/idmapd.8.gz
22OLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz
23# 20090513: removal of legacy versions of USB network interface drivers
24OLD_FILES+=usr/include/legacy/dev/usb/if_upgtvar.h

--- 4742 unchanged lines hidden ---
50# 20090522: removal of University of Michigan NFSv4 client
51OLD_FILES+=etc/rc.d/idmapd
52OLD_FILES+=sbin/idmapd
53OLD_FILES+=sbin/mount_nfs4
54OLD_FILES+=usr/share/man/man8/idmapd.8.gz
55OLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz
56# 20090513: removal of legacy versions of USB network interface drivers
57OLD_FILES+=usr/include/legacy/dev/usb/if_upgtvar.h

--- 4742 unchanged lines hidden ---