ObsoleteFiles.inc (e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1) | ObsoleteFiles.inc (d8fd37e1e13483e5494e3bbb93b053134ab3c7b9) |
---|---|
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# 20200715: rework of devstat(9) man page 40OLD_FILES+=usr/share/man/man9/devstat_add_entry.9.gz 41 |
|
39# 20200714: update byacc to 20200330 40OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y 41OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y 42OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy1.y 43OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy2.y 44OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy3.y 45OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y 46OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y --- 11251 unchanged lines hidden --- | 42# 20200714: update byacc to 20200330 43OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y 44OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y 45OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy1.y 46OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy2.y 47OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy3.y 48OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y 49OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y --- 11251 unchanged lines hidden --- |