Deleted Added
full compact
ObsoleteFiles.inc (273399) ObsoleteFiles.inc (273169)
1#
1#
2# $FreeBSD: releng/10.1/ObsoleteFiles.inc 273399 2014-10-21 19:00:32Z delphij $
2# $FreeBSD: releng/10.1/ObsoleteFiles.inc 273169 2014-10-16 15:44:47Z gjb $
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
9# exception, make this a "must") be viewed as normal files (OLD_FILES).
10#

--- 22 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
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
9# exception, make this a "must") be viewed as normal files (OLD_FILES).
10#

--- 22 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# 20141015: OpenSSL 1.0.1j import
42OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
43# 20140917: hv_kvpd rc.d script removed in favor of devd configuration
44OLD_FILES+=etc/rc.d/hv_kvpd
45# 20140814: libopie version bump
46OLD_LIBS+=usr/lib/libopie.so.8
47OLD_LIBS+=usr/lib32/libopie.so.8
48# 20140811: otp-sha renamed to otp-sha1
49OLD_FILES+=usr/bin/otp-sha
50OLD_FILES+=usr/share/man/man1/otp-sha.1.gz

--- 6424 unchanged lines hidden ---
41# 20140917: hv_kvpd rc.d script removed in favor of devd configuration
42OLD_FILES+=etc/rc.d/hv_kvpd
43# 20140814: libopie version bump
44OLD_LIBS+=usr/lib/libopie.so.8
45OLD_LIBS+=usr/lib32/libopie.so.8
46# 20140811: otp-sha renamed to otp-sha1
47OLD_FILES+=usr/bin/otp-sha
48OLD_FILES+=usr/share/man/man1/otp-sha.1.gz

--- 6424 unchanged lines hidden ---