ObsoleteFiles.inc (93900fe76d44a436af2e5743bc1924157e9ba5bb) | ObsoleteFiles.inc (546f18f3dadc50e6978e02b1479bc55cfa677094) |
---|---|
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# 20201004: logo files renamed to type-agnostic gfx-*.lua 40OLD_FILES+=boot/lua/logo-beastie.lua 41OLD_FILES+=boot/lua/logo-beastiebw.lua 42OLD_FILES+=boot/lua/logo-fbsdbw.lua 43OLD_FILES+=boot/lua/logo-orb.lua 44OLD_FILES+=boot/lua/logo-orbbw.lua 45 |
|
39# 20200923: memfd_test moved to /usr/tests/sys/posixshm 40OLD_FILES+=usr/tests/sys/kern/memfd_test 41 42# 20200910: remove vm_map_create(9) to sync with the code 43OLD_FILES+=usr/share/man/man9/vm_map_create.9.gz 44 45# 20200820: Removal of the ufm driver. 46OLD_FILES+=usr/share/man/man4/ufm.4.gz --- 11525 unchanged lines hidden --- | 46# 20200923: memfd_test moved to /usr/tests/sys/posixshm 47OLD_FILES+=usr/tests/sys/kern/memfd_test 48 49# 20200910: remove vm_map_create(9) to sync with the code 50OLD_FILES+=usr/share/man/man9/vm_map_create.9.gz 51 52# 20200820: Removal of the ufm driver. 53OLD_FILES+=usr/share/man/man4/ufm.4.gz --- 11525 unchanged lines hidden --- |