Deleted Added
full compact
ObsoleteFiles.inc (288943) ObsoleteFiles.inc (289399)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 288943 2015-10-06 17:53:29Z dim $
2# $FreeBSD: head/ObsoleteFiles.inc 289399 2015-10-16 00:38:05Z bdrewery $
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# 20151015: Rename files due to file-installed-as-dir bug
42OLD_FILES+=usr/share/doc/legal/realtek
43OLD_FILES+=usr/share/doc/legal/realtek/LICENSE
44OLD_DIRS+=usr/share/doc/legal/realtek
45OLD_DIRS+=usr/share/doc/legal/intel_ipw
46OLD_FILES+=usr/share/doc/legal/intel_ipw/LICENSE
47OLD_FILES+=usr/share/doc/legal/intel_iwn
48OLD_FILES+=usr/share/doc/legal/intel_iwn/LICENSE
49OLD_DIRS+=usr/share/doc/legal/intel_iwn
50OLD_DIRS+=usr/share/doc/legal/intel_iwi
51OLD_FILES+=usr/share/doc/legal/intel_iwi/LICENSE
52OLD_DIRS+=usr/share/doc/legal/intel_wpi
53OLD_FILES+=usr/share/doc/legal/intel_wpi/LICENSE
41# 20151006: new libc++ import
42OLD_FILES+=usr/include/c++/__tuple_03
43# 20151006: new clang import which bumps version from 3.6.1 to 3.7.0.
44OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h
45OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h
46OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h
47OLD_FILES+=usr/lib/clang/3.6.1/include/adxintrin.h
48OLD_FILES+=usr/lib/clang/3.6.1/include/altivec.h

--- 7361 unchanged lines hidden ---
54# 20151006: new libc++ import
55OLD_FILES+=usr/include/c++/__tuple_03
56# 20151006: new clang import which bumps version from 3.6.1 to 3.7.0.
57OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h
58OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h
59OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h
60OLD_FILES+=usr/lib/clang/3.6.1/include/adxintrin.h
61OLD_FILES+=usr/lib/clang/3.6.1/include/altivec.h

--- 7361 unchanged lines hidden ---