ObsoleteFiles.inc (5fc3104ae7389a0937f55af5157761c64b8a0668) | ObsoleteFiles.inc (0d3b2bdbf719ac6b5719a47387558ca9c34a4b2c) |
---|---|
1# 2# 3# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS) 4# and directories (OLD_DIRS) which should get removed after an update. 5# Recently removed entries should be listed first (with the date as a 6# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries. 7# Static libraries, links to dynamic libraries (lib*.so), and linker scripts 8# should be listed in OLD_FILES. OLD_LIBS and MOVED_LIBS are removed by the --- 37 unchanged lines hidden (view full) --- 46# For optional components, you can use the following to see if some entries 47# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 48# for o in tools/build/options/WITH*; do 49# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 50# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ 51# xargs -n1 | sort | uniq -d; 52# done 53 | 1# 2# 3# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS) 4# and directories (OLD_DIRS) which should get removed after an update. 5# Recently removed entries should be listed first (with the date as a 6# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries. 7# Static libraries, links to dynamic libraries (lib*.so), and linker scripts 8# should be listed in OLD_FILES. OLD_LIBS and MOVED_LIBS are removed by the --- 37 unchanged lines hidden (view full) --- 46# For optional components, you can use the following to see if some entries 47# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 48# for o in tools/build/options/WITH*; do 49# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 50# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ 51# xargs -n1 | sort | uniq -d; 52# done 53 |
54# 20240211: caroot bundle updated 55OLD_FILES+=usr/share/certs/trusted/Security_Communication_Root_CA.pem 56 |
|
54# 20240122: callout_async_drain() removed 55OLD_FILES+=usr/share/man/man9/callout_async_drain.9.gz 56 57# 20240114: Removal of geom_map(4) 58OLD_FILES+=usr/share/man/man4/geom_map.4 59 60# 20240112: remove pmap_init2() 61OLD_FILES+=usr/share/man/man9/pmap_init2.9.gz --- 18351 unchanged lines hidden --- | 57# 20240122: callout_async_drain() removed 58OLD_FILES+=usr/share/man/man9/callout_async_drain.9.gz 59 60# 20240114: Removal of geom_map(4) 61OLD_FILES+=usr/share/man/man4/geom_map.4 62 63# 20240112: remove pmap_init2() 64OLD_FILES+=usr/share/man/man9/pmap_init2.9.gz --- 18351 unchanged lines hidden --- |