ObsoleteFiles.inc (ae5c3dfd3e75bb287984947359d4f958aea505ec) | ObsoleteFiles.inc (dc41de36abc01cd19d43347e14f077b26d183665) |
---|---|
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# 20231018: Remove misspelled man page link 55OLD_FILES+=usr/share/man/man3/dbm_dirnfo.3.gz 56 |
|
54# 20231006: rename tcp6_v4unmapped_bind_test 55OLD_FILES+=usr/tests/sys/netinet/tcp6_v4unmapped_bind_test 56 57# 20231005: Remove man page link for now gone net80211 function. 58OLD_FILES+=usr/share/man/man9/ieee80211_unref_node.9.gz 59 60# 20231005: bsdconfig remove support for floppy and ftp 61OLD_FILES+=usr/share/bsdconfig/media/floppy.subr --- 17916 unchanged lines hidden --- | 57# 20231006: rename tcp6_v4unmapped_bind_test 58OLD_FILES+=usr/tests/sys/netinet/tcp6_v4unmapped_bind_test 59 60# 20231005: Remove man page link for now gone net80211 function. 61OLD_FILES+=usr/share/man/man9/ieee80211_unref_node.9.gz 62 63# 20231005: bsdconfig remove support for floppy and ftp 64OLD_FILES+=usr/share/bsdconfig/media/floppy.subr --- 17916 unchanged lines hidden --- |