Deleted Added
full compact
ObsoleteFiles.inc (297987) ObsoleteFiles.inc (298121)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 297987 2016-04-14 19:26:29Z bdrewery $
2# $FreeBSD: head/ObsoleteFiles.inc 298121 2016-04-16 17:55:11Z bapt $
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# 20160419: remove Big5HKSCS locales
42OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE
43OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE
44OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES
45OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY
46OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC
47OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME
48OLD_DIRS+=usr/share/locale/zh_HK.Big5HKSCS
41# 20160317: rman_res_t size bump to uintmax_t
42OLD_LIBS+=usr/lib/libdevinfo.so.5
43OLD_LIBS+=usr/lib32/libdevinfo.so.5
44# 20160305: new clang import which bumps version from 3.7.1 to 3.8.0.
45OLD_FILES+=usr/bin/macho-dump
46OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h
47OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h
48OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h

--- 8119 unchanged lines hidden ---
49# 20160317: rman_res_t size bump to uintmax_t
50OLD_LIBS+=usr/lib/libdevinfo.so.5
51OLD_LIBS+=usr/lib32/libdevinfo.so.5
52# 20160305: new clang import which bumps version from 3.7.1 to 3.8.0.
53OLD_FILES+=usr/bin/macho-dump
54OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h
55OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h
56OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h

--- 8119 unchanged lines hidden ---