Deleted Added
full compact
ObsoleteFiles.inc (215669) ObsoleteFiles.inc (216119)
1#
1#
2# $FreeBSD: head/ObsoleteFiles.inc 215669 2010-11-22 09:37:52Z netchild $
2# $FreeBSD: head/ObsoleteFiles.inc 216119 2010-12-02 10:46:05Z uqs $
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#

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

1153.if ${TARGET_ARCH} == "i386"
1154OLD_FILES+=usr/include/machine/i4b_cause.h
1155OLD_FILES+=usr/include/machine/i4b_debug.h
1156OLD_FILES+=usr/include/machine/i4b_ioctl.h
1157OLD_FILES+=usr/include/machine/i4b_rbch_ioctl.h
1158OLD_FILES+=usr/include/machine/i4b_tel_ioctl.h
1159OLD_FILES+=usr/include/machine/i4b_trace.h
1160.endif
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#

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

1153.if ${TARGET_ARCH} == "i386"
1154OLD_FILES+=usr/include/machine/i4b_cause.h
1155OLD_FILES+=usr/include/machine/i4b_debug.h
1156OLD_FILES+=usr/include/machine/i4b_ioctl.h
1157OLD_FILES+=usr/include/machine/i4b_rbch_ioctl.h
1158OLD_FILES+=usr/include/machine/i4b_tel_ioctl.h
1159OLD_FILES+=usr/include/machine/i4b_trace.h
1160.endif
1161# 20070704: I4B 'modules' temporary disconnected (removed 20080525)
1162.if ${TARGET_ARCH} == "i386"
1163OLD_FILES+=usr/share/man/man4/i4bing.4.gz
1164OLD_FILES+=usr/share/man/man4/i4bipr.4.gz
1165OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
1166.endif
1167# 20070703: pf 4.1 import
1168OLD_FILES+=usr/libexec/ftp-proxy
1169# 20070701: KAME IPSec removal
1170OLD_FILES+=usr/include/netinet6/ah.h
1171OLD_FILES+=usr/include/netinet6/ah6.h
1172OLD_FILES+=usr/include/netinet6/ah_aesxcbcmac.h
1173OLD_FILES+=usr/include/netinet6/esp.h
1174OLD_FILES+=usr/include/netinet6/esp6.h

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

1337OLD_LIBS+=usr/lib/libtacplus.so.2
1338OLD_LIBS+=usr/lib/libthr.so.2
1339OLD_LIBS+=usr/lib/libthread_db.so.2
1340OLD_LIBS+=usr/lib/libugidfw.so.2
1341OLD_LIBS+=usr/lib/libusbhid.so.2
1342OLD_LIBS+=usr/lib/libvgl.so.4
1343OLD_LIBS+=usr/lib/libwrap.so.4
1344OLD_LIBS+=usr/lib/libypclnt.so.2
1161# 20070703: pf 4.1 import
1162OLD_FILES+=usr/libexec/ftp-proxy
1163# 20070701: KAME IPSec removal
1164OLD_FILES+=usr/include/netinet6/ah.h
1165OLD_FILES+=usr/include/netinet6/ah6.h
1166OLD_FILES+=usr/include/netinet6/ah_aesxcbcmac.h
1167OLD_FILES+=usr/include/netinet6/esp.h
1168OLD_FILES+=usr/include/netinet6/esp6.h

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

1331OLD_LIBS+=usr/lib/libtacplus.so.2
1332OLD_LIBS+=usr/lib/libthr.so.2
1333OLD_LIBS+=usr/lib/libthread_db.so.2
1334OLD_LIBS+=usr/lib/libugidfw.so.2
1335OLD_LIBS+=usr/lib/libusbhid.so.2
1336OLD_LIBS+=usr/lib/libvgl.so.4
1337OLD_LIBS+=usr/lib/libwrap.so.4
1338OLD_LIBS+=usr/lib/libypclnt.so.2
1345OLD_LIBS+=usr/lib/snmp_atm.so.3
1346OLD_LIBS+=usr/lib/snmp_bridge.so.3
1347OLD_LIBS+=usr/lib/snmp_hostres.so.3
1339OLD_LIBS+=usr/lib/snmp_bridge.so.3
1340OLD_LIBS+=usr/lib/snmp_hostres.so.3
1348OLD_LIBS+=usr/lib/snmp_mibII.so.3
1349OLD_LIBS+=usr/lib/snmp_netgraph.so.3
1350OLD_LIBS+=usr/lib/snmp_pf.so.3
1351.if ${TARGET_ARCH} == "amd64"
1352OLD_LIBS+=usr/lib32/libatm.so.4
1353OLD_LIBS+=usr/lib32/libbegemot.so.2
1354OLD_LIBS+=usr/lib32/libbluetooth.so.2
1355OLD_LIBS+=usr/lib32/libbsdxml.so.2
1356OLD_LIBS+=usr/lib32/libbsm.so.1
1357OLD_LIBS+=usr/lib32/libbz2.so.2
1358OLD_LIBS+=usr/lib32/libcalendar.so.3

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

4546OLD_FILES+=usr/games/snake
4547OLD_FILES+=usr/games/snscore
4548OLD_FILES+=usr/games/trek
4549OLD_FILES+=usr/games/wargames
4550OLD_FILES+=usr/games/worm
4551OLD_FILES+=usr/games/worms
4552OLD_FILES+=usr/games/wump
4553OLD_FILES+=sbin/mount_reiserfs
1341.if ${TARGET_ARCH} == "amd64"
1342OLD_LIBS+=usr/lib32/libatm.so.4
1343OLD_LIBS+=usr/lib32/libbegemot.so.2
1344OLD_LIBS+=usr/lib32/libbluetooth.so.2
1345OLD_LIBS+=usr/lib32/libbsdxml.so.2
1346OLD_LIBS+=usr/lib32/libbsm.so.1
1347OLD_LIBS+=usr/lib32/libbz2.so.2
1348OLD_LIBS+=usr/lib32/libcalendar.so.3

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

4536OLD_FILES+=usr/games/snake
4537OLD_FILES+=usr/games/snscore
4538OLD_FILES+=usr/games/trek
4539OLD_FILES+=usr/games/wargames
4540OLD_FILES+=usr/games/worm
4541OLD_FILES+=usr/games/worms
4542OLD_FILES+=usr/games/wump
4543OLD_FILES+=sbin/mount_reiserfs
4554OLD_FILES+=usr/include/c++/3.4/ext/demangle.h
4555OLD_FILES+=usr/include/cam/cam_extend.h
4556OLD_FILES+=usr/include/dev/wi/wi_hostap.h
4557OLD_FILES+=usr/include/disktab.h
4558OLD_FILES+=usr/include/g++/FlexLexer.h
4559OLD_FILES+=usr/include/g++/PlotFile.h
4560OLD_FILES+=usr/include/g++/SFile.h
4561OLD_FILES+=usr/include/g++/_G_config.h
4562OLD_FILES+=usr/include/g++/algo.h

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

4809OLD_FILES+=usr/include/posix4/_semaphore.h
4810OLD_FILES+=usr/include/posix4/aio.h
4811OLD_FILES+=usr/include/posix4/ksem.h
4812OLD_FILES+=usr/include/posix4/mqueue.h
4813OLD_FILES+=usr/include/posix4/posix4.h
4814OLD_FILES+=usr/include/posix4/sched.h
4815OLD_FILES+=usr/include/posix4/semaphore.h
4816OLD_DIRS+=usr/include/posix4
4544OLD_FILES+=usr/include/cam/cam_extend.h
4545OLD_FILES+=usr/include/dev/wi/wi_hostap.h
4546OLD_FILES+=usr/include/disktab.h
4547OLD_FILES+=usr/include/g++/FlexLexer.h
4548OLD_FILES+=usr/include/g++/PlotFile.h
4549OLD_FILES+=usr/include/g++/SFile.h
4550OLD_FILES+=usr/include/g++/_G_config.h
4551OLD_FILES+=usr/include/g++/algo.h

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

4798OLD_FILES+=usr/include/posix4/_semaphore.h
4799OLD_FILES+=usr/include/posix4/aio.h
4800OLD_FILES+=usr/include/posix4/ksem.h
4801OLD_FILES+=usr/include/posix4/mqueue.h
4802OLD_FILES+=usr/include/posix4/posix4.h
4803OLD_FILES+=usr/include/posix4/sched.h
4804OLD_FILES+=usr/include/posix4/semaphore.h
4805OLD_DIRS+=usr/include/posix4
4817OLD_FILES+=usr/include/rune.h
4818OLD_FILES+=usr/include/security/_pam_compat.h
4819OLD_FILES+=usr/include/security/_pam_macros.h
4820OLD_FILES+=usr/include/security/_pam_types.h
4821OLD_FILES+=usr/include/security/pam_malloc.h
4822OLD_FILES+=usr/include/security/pam_misc.h
4823OLD_FILES+=usr/include/skey.h
4824OLD_FILES+=usr/include/strhash.h
4825OLD_FILES+=usr/include/struct.h

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

4955OLD_FILES+=usr/share/doc/ntp/qth.htm
4956OLD_FILES+=usr/share/doc/ntp/quick.htm
4957OLD_FILES+=usr/share/doc/ntp/rdebug.htm
4958OLD_FILES+=usr/share/doc/ntp/refclock.htm
4959OLD_FILES+=usr/share/doc/ntp/release.htm
4960OLD_FILES+=usr/share/doc/ntp/tickadj.htm
4961OLD_FILES+=usr/share/doc/papers/nqnfs.ascii.gz
4962OLD_FILES+=usr/share/doc/papers/px.ascii.gz
4806OLD_FILES+=usr/include/security/_pam_compat.h
4807OLD_FILES+=usr/include/security/_pam_macros.h
4808OLD_FILES+=usr/include/security/_pam_types.h
4809OLD_FILES+=usr/include/security/pam_malloc.h
4810OLD_FILES+=usr/include/security/pam_misc.h
4811OLD_FILES+=usr/include/skey.h
4812OLD_FILES+=usr/include/strhash.h
4813OLD_FILES+=usr/include/struct.h

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

4943OLD_FILES+=usr/share/doc/ntp/qth.htm
4944OLD_FILES+=usr/share/doc/ntp/quick.htm
4945OLD_FILES+=usr/share/doc/ntp/rdebug.htm
4946OLD_FILES+=usr/share/doc/ntp/refclock.htm
4947OLD_FILES+=usr/share/doc/ntp/release.htm
4948OLD_FILES+=usr/share/doc/ntp/tickadj.htm
4949OLD_FILES+=usr/share/doc/papers/nqnfs.ascii.gz
4950OLD_FILES+=usr/share/doc/papers/px.ascii.gz
4963OLD_FILES+=usr/share/man/man3/mbrune.3.gz
4964OLD_FILES+=usr/share/man/man3/rune.3.gz
4965OLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
4966OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
4967OLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
4968OLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
4969OLD_FILES+=usr/share/man/man3/exp10f.3.gz
4970OLD_FILES+=usr/share/man/man3/exp10.3.gz
4951OLD_FILES+=usr/share/man/man3/exp10.3.gz
4971OLD_FILES+=usr/share/man/man3/mbrrune.3.gz
4972OLD_FILES+=usr/share/man/man3/mbmb.3.gz
4973OLD_FILES+=usr/share/man/man3/sputrune.3.gz
4974OLD_FILES+=usr/share/man/man3/sgetrune.3.gz
4975OLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
4976OLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
4977OLD_FILES+=usr/share/man/man3/mbrune.3.gz
4978OLD_FILES+=usr/share/man/man3/rune.3.gz
4979OLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
4952OLD_FILES+=usr/share/man/man3/exp10f.3.gz
4980OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
4953OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
4981OLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
4982OLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
4954OLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
4983OLD_FILES+=usr/share/man/man3/exp10f.3.gz
4984OLD_FILES+=usr/share/man/man3/exp10.3.gz
4985OLD_FILES+=usr/share/man/man3/mbrrune.3.gz
4955OLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
4956OLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
4986OLD_FILES+=usr/share/man/man3/mbmb.3.gz
4957OLD_FILES+=usr/share/man/man3/mbmb.3.gz
4987OLD_FILES+=usr/share/man/man3/sputrune.3.gz
4988OLD_FILES+=usr/share/man/man3/sgetrune.3.gz
4989OLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
4958OLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
4990OLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
4991OLD_FILES+=usr/share/man/man3/fungetrune.3.gz
4992OLD_FILES+=usr/share/man/man3/fputrune.3.gz
4993OLD_FILES+=usr/share/man/man3/fgetrune.3.gz
4994OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
4995.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
4996OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
4997.endif
4998.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && ${TARGET_ARCH} != "sparc64"
4999OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
5000.endif
5001OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz

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

5083OLD_LIBS+=usr/lib32/libc.so.6
5084OLD_LIBS+=usr/lib32/libutil.so.5
5085.endif
5086# 20060413: shared library moved to /usr/lib
5087OLD_LIBS+=lib/libgpib.so.1
5088# 20060413: libpcap.so.4 moved to /lib/
5089OLD_LIBS+=usr/lib/libpcap.so.4
5090# 20060412: libpthread.so.2 moved to /lib/
4959OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
4960.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
4961OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
4962.endif
4963.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && ${TARGET_ARCH} != "sparc64"
4964OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
4965.endif
4966OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz

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

5048OLD_LIBS+=usr/lib32/libc.so.6
5049OLD_LIBS+=usr/lib32/libutil.so.5
5050.endif
5051# 20060413: shared library moved to /usr/lib
5052OLD_LIBS+=lib/libgpib.so.1
5053# 20060413: libpcap.so.4 moved to /lib/
5054OLD_LIBS+=usr/lib/libpcap.so.4
5055# 20060412: libpthread.so.2 moved to /lib/
5091.if ${TARGET_ARCH} != "sparc64"
5092OLD_LIBS+=usr/lib/libpthread.so.2
5056OLD_LIBS+=usr/lib/libpthread.so.2
5093.else
5094OLD_LIBS+=usr/lib/libthr.so.2
5095.endif
5096# 20060127: revert libdisk to static-only
5097OLD_LIBS+=usr/lib/libdisk.so.3
5098# 20051027: libc_r discontinued (removed 20101113)
5099OLD_LIBS+=usr/lib/libc_r.a
5100OLD_LIBS+=usr/lib/libc_r.so
5101OLD_LIBS+=usr/lib/libc_r.so.7
5102OLD_LIBS+=usr/lib/libc_r_p.a
5103.if ${TARGET_ARCH} == "amd64"

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

5206OLD_LIBS+=usr/lib/pam_self.so.2
5207OLD_LIBS+=usr/lib/pam_ssh.so.2
5208OLD_LIBS+=usr/lib/pam_tacplus.so.2
5209OLD_LIBS+=usr/lib/pam_unix.so.2
5210OLD_LIBS+=usr/lib/snmp_atm.so.3
5211OLD_LIBS+=usr/lib/snmp_mibII.so.3
5212OLD_LIBS+=usr/lib/snmp_netgraph.so.3
5213OLD_LIBS+=usr/lib/snmp_pf.so.3
5057# 20060127: revert libdisk to static-only
5058OLD_LIBS+=usr/lib/libdisk.so.3
5059# 20051027: libc_r discontinued (removed 20101113)
5060OLD_LIBS+=usr/lib/libc_r.a
5061OLD_LIBS+=usr/lib/libc_r.so
5062OLD_LIBS+=usr/lib/libc_r.so.7
5063OLD_LIBS+=usr/lib/libc_r_p.a
5064.if ${TARGET_ARCH} == "amd64"

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

5167OLD_LIBS+=usr/lib/pam_self.so.2
5168OLD_LIBS+=usr/lib/pam_ssh.so.2
5169OLD_LIBS+=usr/lib/pam_tacplus.so.2
5170OLD_LIBS+=usr/lib/pam_unix.so.2
5171OLD_LIBS+=usr/lib/snmp_atm.so.3
5172OLD_LIBS+=usr/lib/snmp_mibII.so.3
5173OLD_LIBS+=usr/lib/snmp_netgraph.so.3
5174OLD_LIBS+=usr/lib/snmp_pf.so.3
5214# 20050603: network related ABI change on 64bit systems
5215OLD_LIBS+=usr/lib/libpcap.so.3
5216# 200505XX: ?
5217OLD_LIBS+=usr/lib/snmp_atm.so.2
5218OLD_LIBS+=usr/lib/snmp_mibII.so.2
5219OLD_LIBS+=usr/lib/snmp_netgraph.so.2
5220OLD_LIBS+=usr/lib/snmp_pf.so.2
5221# 2005XXXX: not ready for primetime yet
5222OLD_LIBS+=usr/lib/libautofs.so.1
5223# 200411XX: libxpg4 removal

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

5228OLD_LIBS+=lib/libreadline.so.4
5229OLD_LIBS+=usr/lib/libhistory.so.4
5230OLD_LIBS+=usr/lib/libopie.so.2
5231OLD_LIBS+=usr/lib/libpcap.so.2
5232# 20040925: bind9 import
5233OLD_LIBS+=usr/lib/libisc.so.1
5234# 200408XX
5235OLD_LIBS+=usr/lib/snmp_netgraph.so.1
5175# 200505XX: ?
5176OLD_LIBS+=usr/lib/snmp_atm.so.2
5177OLD_LIBS+=usr/lib/snmp_mibII.so.2
5178OLD_LIBS+=usr/lib/snmp_netgraph.so.2
5179OLD_LIBS+=usr/lib/snmp_pf.so.2
5180# 2005XXXX: not ready for primetime yet
5181OLD_LIBS+=usr/lib/libautofs.so.1
5182# 200411XX: libxpg4 removal

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

5187OLD_LIBS+=lib/libreadline.so.4
5188OLD_LIBS+=usr/lib/libhistory.so.4
5189OLD_LIBS+=usr/lib/libopie.so.2
5190OLD_LIBS+=usr/lib/libpcap.so.2
5191# 20040925: bind9 import
5192OLD_LIBS+=usr/lib/libisc.so.1
5193# 200408XX
5194OLD_LIBS+=usr/lib/snmp_netgraph.so.1
5236.if ${TARGET_ARCH} != "sparc64"
5237# 20040130: libkse renamed to libpthread
5238OLD_LIBS+=usr/lib/libkse.so.1
5239.endif
5240# 200404XX
5241OLD_LIBS+=usr/lib/libsnmp.so.1
5242OLD_LIBS+=usr/lib/snmp_mibII.so.1
5243# 200309XX
5244OLD_LIBS+=usr/lib/libasn1.so.6
5245OLD_LIBS+=usr/lib/libhdb.so.6
5246OLD_LIBS+=usr/lib/libkadm5clnt.so.6
5247OLD_LIBS+=usr/lib/libkadm5srv.so.6

--- 103 unchanged lines hidden ---
5195# 200404XX
5196OLD_LIBS+=usr/lib/libsnmp.so.1
5197OLD_LIBS+=usr/lib/snmp_mibII.so.1
5198# 200309XX
5199OLD_LIBS+=usr/lib/libasn1.so.6
5200OLD_LIBS+=usr/lib/libhdb.so.6
5201OLD_LIBS+=usr/lib/libkadm5clnt.so.6
5202OLD_LIBS+=usr/lib/libkadm5srv.so.6

--- 103 unchanged lines hidden ---