ObsoleteFiles.inc (c14a5a8800a0f7a007f8cd197b4cad4d26a78f8c) ObsoleteFiles.inc (cd0d51baaa4509a1db83251a601d34404d20c990)
1#
2# $FreeBSD$
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

--- 22 unchanged lines hidden (view full) ---

31# For optional components, you can use the following to see if some entries
32# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
33# for o in tools/build/options/WITH*; do
34# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
35# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
36# xargs -n1 | sort | uniq -d;
37# done
38
1#
2# $FreeBSD$
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

--- 22 unchanged lines hidden (view full) ---

31# For optional components, you can use the following to see if some entries
32# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
33# for o in tools/build/options/WITH*; do
34# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
35# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
36# xargs -n1 | sort | uniq -d;
37# done
38
39# 20200104: gcc libssp removed
40OLD_FILES+=usr/include/ssp/ssp.h
41OLD_FILES+=usr/include/ssp/stdio.h
42OLD_FILES+=usr/include/ssp/string.h
43OLD_FILES+=usr/include/ssp/unistd.h
44OLD_DIRS+=usr/include/ssp
45
39# 20191222: new clang import which bumps version from 9.0.0 to 9.0.1.
40OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm
41OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex
42OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/new
43OLD_DIRS+=usr/lib/clang/9.0.0/include/cuda_wrappers
44OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math.h
45OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h
46OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/cmath

--- 11632 unchanged lines hidden ---
46# 20191222: new clang import which bumps version from 9.0.0 to 9.0.1.
47OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm
48OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex
49OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/new
50OLD_DIRS+=usr/lib/clang/9.0.0/include/cuda_wrappers
51OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math.h
52OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h
53OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/cmath

--- 11632 unchanged lines hidden ---