ObsoleteFiles.inc (18a646aa798f0b6c464dbf63703bd5928e627a94) | ObsoleteFiles.inc (43fae19e34625d2868a1628b6bae1e4f95a5b8de) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33# For optional components, you can use the following to see if some entries 34# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 35# for o in tools/build/options/WITH*; do 36# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 37# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 38# xargs -n1 | sort | uniq -d; 39# done 40 | 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 --- 24 unchanged lines hidden (view full) --- 33# For optional components, you can use the following to see if some entries 34# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 35# for o in tools/build/options/WITH*; do 36# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 37# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 38# xargs -n1 | sort | uniq -d; 39# done 40 |
41# 20110831: atomic page flags operations 42OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz 43OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz 44OLD_FILES+=usr/share/man/man9/vm_page_flag_set.9.gz |
|
41# 20110828: library version bump for 9.0 42OLD_LIBS+=lib/libcam.so.5 43OLD_LIBS+=lib/libpcap.so.7 44OLD_LIBS+=lib/libufs.so.5 45OLD_LIBS+=usr/lib/libbsnmp.so.5 46OLD_LIBS+=usr/lib/libdwarf.so.2 47OLD_LIBS+=usr/lib/libopie.so.6 48OLD_LIBS+=usr/lib/librtld_db.so.1 --- 5415 unchanged lines hidden --- | 45# 20110828: library version bump for 9.0 46OLD_LIBS+=lib/libcam.so.5 47OLD_LIBS+=lib/libpcap.so.7 48OLD_LIBS+=lib/libufs.so.5 49OLD_LIBS+=usr/lib/libbsnmp.so.5 50OLD_LIBS+=usr/lib/libdwarf.so.2 51OLD_LIBS+=usr/lib/libopie.so.6 52OLD_LIBS+=usr/lib/librtld_db.so.1 --- 5415 unchanged lines hidden --- |