ObsoleteFiles.inc (16f35864dfd6de07026930909bd300167fd68b85) ObsoleteFiles.inc (1608c46ea4a10a65095ceff3a2d4a1b4b5b3d408)
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

--- 24 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
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

--- 24 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# 20190513: libcap_sysctl interface change
42OLD_FILES+=lib/casper/libcap_sysctl.1
41# 20190509: tests/sys/opencrypto requires the net/py-dpkt package.
42OLD_FILES+=usr/tests/sys/opencrypto/dpkt.py
43OLD_FILES+=usr/tests/sys/opencrypto/dpkt.pyc
44# 20190304: new libc++ import which bumps version from 7.0.1 to 8.0.0.
45OLD_FILES+=usr/include/c++/v1/experimental/dynarray
46# 20190304: new clang import which bumps version from 7.0.1 to 8.0.0.
47OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h
48OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h

--- 10905 unchanged lines hidden ---
43# 20190509: tests/sys/opencrypto requires the net/py-dpkt package.
44OLD_FILES+=usr/tests/sys/opencrypto/dpkt.py
45OLD_FILES+=usr/tests/sys/opencrypto/dpkt.pyc
46# 20190304: new libc++ import which bumps version from 7.0.1 to 8.0.0.
47OLD_FILES+=usr/include/c++/v1/experimental/dynarray
48# 20190304: new clang import which bumps version from 7.0.1 to 8.0.0.
49OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h
50OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h

--- 10905 unchanged lines hidden ---