ObsoleteFiles.inc (82431b7506d646165d52f11bc2958e8ce8ec5cce) | ObsoleteFiles.inc (76681661be2859622872c3a8a1bd68260403ddd0) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35# For optional components, you can use the following to see if some entries 36# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 37# for o in tools/build/options/WITH*; do 38# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 39# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 40# xargs -n1 | sort | uniq -d; 41# done 42 | 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 --- 26 unchanged lines hidden (view full) --- 35# For optional components, you can use the following to see if some entries 36# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 37# for o in tools/build/options/WITH*; do 38# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 39# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 40# xargs -n1 | sort | uniq -d; 41# done 42 |
43# 20210412: Remove kernel asymmetric crypto 44OLD_FILES+=usr/share/man/man9/crypto_asym.9 45OLD_FILES+=usr/share/man/man9/crypto_kdispatch.9 46OLD_FILES+=usr/share/man/man9/crypto_kdone.9 47OLD_FILES+=usr/share/man/man9/crypto_kregister.9 48OLD_FILES+=usr/share/man/man9/CRYPTODEV_KPROCESS.9 49 |
|
43# 20210410: remove unused libexec/rc.d/archdep 44OLD_FILES+=etc/rc.d/archdep 45 46# 20210408: remove tcp_hostcache.h 47OLD_FILES+=usr/include/netinet/tcp_hostcache.h 48 49# 20210403: remove kgmon(8) 50OLD_FILES+=usr/sbin/kgmon --- 14856 unchanged lines hidden --- | 50# 20210410: remove unused libexec/rc.d/archdep 51OLD_FILES+=etc/rc.d/archdep 52 53# 20210408: remove tcp_hostcache.h 54OLD_FILES+=usr/include/netinet/tcp_hostcache.h 55 56# 20210403: remove kgmon(8) 57OLD_FILES+=usr/sbin/kgmon --- 14856 unchanged lines hidden --- |