Deleted Added
full compact
ObsoleteFiles.inc (189000) ObsoleteFiles.inc (189092)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 189000 2009-02-24 16:47:59Z thompsa $
2# $FreeBSD: head/ObsoleteFiles.inc 189092 2009-02-26 21:43:15Z 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# 20090226: libmp(3) functions renamed
18OLD_LIBS+=usr/lib/libmp.so.6
17# 20090223: changeover of USB stacks
18OLD_FILES+=usr/include/dev/usb2/include/ufm2_ioctl.h
19OLD_FILES+=usr/include/dev/usb2/include/urio2_ioctl.h
20OLD_FILES+=usr/include/dev/usb2/include/usb2_cdc.h
21OLD_FILES+=usr/include/dev/usb2/include/usb2_defs.h
22OLD_FILES+=usr/include/dev/usb2/include/usb2_devid.h
23OLD_FILES+=usr/include/dev/usb2/include/usb2_devtable.h
24OLD_FILES+=usr/include/dev/usb2/include/usb2_endian.h

--- 4657 unchanged lines hidden ---
19# 20090223: changeover of USB stacks
20OLD_FILES+=usr/include/dev/usb2/include/ufm2_ioctl.h
21OLD_FILES+=usr/include/dev/usb2/include/urio2_ioctl.h
22OLD_FILES+=usr/include/dev/usb2/include/usb2_cdc.h
23OLD_FILES+=usr/include/dev/usb2/include/usb2_defs.h
24OLD_FILES+=usr/include/dev/usb2/include/usb2_devid.h
25OLD_FILES+=usr/include/dev/usb2/include/usb2_devtable.h
26OLD_FILES+=usr/include/dev/usb2/include/usb2_endian.h

--- 4657 unchanged lines hidden ---