Deleted Added
full compact
ObsoleteFiles.inc (273149) ObsoleteFiles.inc (273277)
1#
1#
2# $FreeBSD: stable/10/ObsoleteFiles.inc 273149 2014-10-15 19:59:43Z jkim $
2# $FreeBSD: stable/10/ObsoleteFiles.inc 273277 2014-10-19 12:11:25Z antoine $
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#

--- 27 unchanged lines hidden (view full) ---

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
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#

--- 27 unchanged lines hidden (view full) ---

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.7
47OLD_LIBS+=usr/lib32/libopie.so.7
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
51# 20140812: example files removed
52OLD_FILES+=usr/share/examples/libusb20/aux.c
53OLD_FILES+=usr/share/examples/libusb20/aux.h
54# 20140803: Remove an obsolete man page
55OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz

--- 6419 unchanged lines hidden ---
48# 20140811: otp-sha renamed to otp-sha1
49OLD_FILES+=usr/bin/otp-sha
50OLD_FILES+=usr/share/man/man1/otp-sha.1.gz
51# 20140812: example files removed
52OLD_FILES+=usr/share/examples/libusb20/aux.c
53OLD_FILES+=usr/share/examples/libusb20/aux.h
54# 20140803: Remove an obsolete man page
55OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz

--- 6419 unchanged lines hidden ---