Deleted Added
full compact
ObsoleteFiles.inc (267911) ObsoleteFiles.inc (267655)
1#
1#
2# $FreeBSD: releng/9.3/ObsoleteFiles.inc 267911 2014-06-26 11:02:51Z gavin $
2# $FreeBSD: releng/9.3/ObsoleteFiles.inc 267655 2014-06-20 00:13:56Z gjb $
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# 20140614: send-pr removal
42OLD_FILES+=usr/share/man/man1/send-pr.1.gz
43OLD_FILES+=etc/gnats/freefall
44OLD_DIRS+=etc/gnats
45# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
46OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
47OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
48OLD_FILES+=usr/include/clang/3.4/altivec.h
49OLD_FILES+=usr/include/clang/3.4/ammintrin.h
50OLD_FILES+=usr/include/clang/3.4/avx2intrin.h
51OLD_FILES+=usr/include/clang/3.4/avxintrin.h
52OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h

--- 5601 unchanged lines hidden ---
41# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
42OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h
43OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h
44OLD_FILES+=usr/include/clang/3.4/altivec.h
45OLD_FILES+=usr/include/clang/3.4/ammintrin.h
46OLD_FILES+=usr/include/clang/3.4/avx2intrin.h
47OLD_FILES+=usr/include/clang/3.4/avxintrin.h
48OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h

--- 5601 unchanged lines hidden ---