ObsoleteFiles.inc (3454a7caa053a2f44ad20216f908f472e9d43f1e) | ObsoleteFiles.inc (504b998defe7305a1a70a2102f70b05e90761659) |
---|---|
1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS) 5# and directories (OLD_DIRS) which should get removed after an update. 6# Recently removed entries should be listed first (with the date as a 7# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries. 8# Static libraries, links to dynamic libraries (lib*.so), and linker scripts --- 38 unchanged lines hidden (view full) --- 47# For optional components, you can use the following to see if some entries 48# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 49# for o in tools/build/options/WITH*; do 50# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 51# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ 52# xargs -n1 | sort | uniq -d; 53# done 54 | 1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS) 5# and directories (OLD_DIRS) which should get removed after an update. 6# Recently removed entries should be listed first (with the date as a 7# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries. 8# Static libraries, links to dynamic libraries (lib*.so), and linker scripts --- 38 unchanged lines hidden (view full) --- 47# For optional components, you can use the following to see if some entries 48# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 49# for o in tools/build/options/WITH*; do 50# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 51# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ 52# xargs -n1 | sort | uniq -d; 53# done 54 |
55# 20220825: awk tests moved to subdirs 56OLD_FILES+=usr/tests/usr.bin/awk/awk_test 57OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.awk 58OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.in 59OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.out 60OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.awk 61OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.in 62OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.out 63OLD_FILES+=usr/tests/usr.bin/awk/d_end1.awk 64OLD_FILES+=usr/tests/usr.bin/awk/d_end1.in 65OLD_FILES+=usr/tests/usr.bin/awk/d_end1.out 66OLD_FILES+=usr/tests/usr.bin/awk/d_end2.awk 67OLD_FILES+=usr/tests/usr.bin/awk/d_end2.in 68OLD_FILES+=usr/tests/usr.bin/awk/d_end2.out 69OLD_FILES+=usr/tests/usr.bin/awk/d_period.awk 70OLD_FILES+=usr/tests/usr.bin/awk/d_period.in 71OLD_FILES+=usr/tests/usr.bin/awk/d_period.out 72OLD_FILES+=usr/tests/usr.bin/awk/d_string1.awk 73OLD_FILES+=usr/tests/usr.bin/awk/d_string1.out 74OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.awk 75OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.in 76OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.out 77OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.awk 78OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.in 79OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.out 80 |
|
55# 20220820: remove knlist_init_rw_reader() 56OLD_FILES+=usr/share/man/man9/knlist_init_rw_reader.9.gz 57 58# 20220813: minigzip(1) removed in favor of gzip(1) 59OLD_FILES+=usr/bin/minigzip 60OLD_FILES+=usr/share/man/man1/minigzip.1.gz 61 62# 20220811: new iconv encoder trait added --- 16725 unchanged lines hidden --- | 81# 20220820: remove knlist_init_rw_reader() 82OLD_FILES+=usr/share/man/man9/knlist_init_rw_reader.9.gz 83 84# 20220813: minigzip(1) removed in favor of gzip(1) 85OLD_FILES+=usr/bin/minigzip 86OLD_FILES+=usr/share/man/man1/minigzip.1.gz 87 88# 20220811: new iconv encoder trait added --- 16725 unchanged lines hidden --- |