Add a few forgotten files to ObsoleteFiles.inc:
* libcasper.so.0, which started in /usr/lib, then moved to /lib, but was later replaced by libcasper.so.1 * 32-bit versions of static casper libraries * 32-bit versions of static stand libraries * 32-bit versions of static ifc(onfig) libraries
This commit is contained in:
parent
8e8fbf193d
commit
2794e66ef3
@ -38,6 +38,8 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20180725: Cleanup old libcasper.so.0
|
||||
OLD_LIBS+=lib/libcasper.so.0
|
||||
# 20180722: indent(1) option renamed, test files follow
|
||||
OLD_FILES+=usr/bin/indent/tests/nsac.0
|
||||
OLD_FILES+=usr/bin/indent/tests/nsac.0.pro
|
||||
@ -588,8 +590,6 @@ OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.
|
||||
# 20171104: libcap_random should be in /lib not in /usr/lib
|
||||
OLD_LIBS+=usr/lib/libcap_random.so.0
|
||||
# 20171104: Casper can work only as shared library
|
||||
OLD_FILES+=usr/lib/libcasper.a
|
||||
OLD_FILES+=usr/lib/libcasper_p.a
|
||||
OLD_FILES+=usr/lib/libcap_dns.a
|
||||
OLD_FILES+=usr/lib/libcap_dns_p.a
|
||||
OLD_FILES+=usr/lib/libcap_grp.a
|
||||
@ -600,6 +600,20 @@ OLD_FILES+=usr/lib/libcap_random.a
|
||||
OLD_FILES+=usr/lib/libcap_random_p.a
|
||||
OLD_FILES+=usr/lib/libcap_sysctl.a
|
||||
OLD_FILES+=usr/lib/libcap_sysctl_p.a
|
||||
OLD_FILES+=usr/lib/libcasper.a
|
||||
OLD_FILES+=usr/lib/libcasper_p.a
|
||||
OLD_FILES+=usr/lib32/libcap_dns.a
|
||||
OLD_FILES+=usr/lib32/libcap_dns_p.a
|
||||
OLD_FILES+=usr/lib32/libcap_grp.a
|
||||
OLD_FILES+=usr/lib32/libcap_grp_p.a
|
||||
OLD_FILES+=usr/lib32/libcap_pwd.a
|
||||
OLD_FILES+=usr/lib32/libcap_pwd_p.a
|
||||
OLD_FILES+=usr/lib32/libcap_random.a
|
||||
OLD_FILES+=usr/lib32/libcap_random_p.a
|
||||
OLD_FILES+=usr/lib32/libcap_sysctl.a
|
||||
OLD_FILES+=usr/lib32/libcap_sysctl_p.a
|
||||
OLD_FILES+=usr/lib32/libcasper.a
|
||||
OLD_FILES+=usr/lib32/libcasper_p.a
|
||||
# 20171031: Removal of adding_user man page
|
||||
OLD_FILES+=usr/share/man/man7/adding_user.7.gz
|
||||
# 20171031: Disconnected libpathconv tests
|
||||
@ -620,6 +634,8 @@ OLD_FILES+=usr/share/man/man9/mbp_sync.9.gz
|
||||
# 20171010: Remove libstand
|
||||
OLD_FILES+=usr/lib/libstand.a
|
||||
OLD_FILES+=usr/lib/libstand_p.a
|
||||
OLD_FILES+=usr/lib32/libstand.a
|
||||
OLD_FILES+=usr/lib32/libstand_p.a
|
||||
OLD_FILES+=usr/include/stand.h
|
||||
OLD_FILES+=usr/share/man/man3/libstand.3.gz
|
||||
# 20171003: remove RCMDS
|
||||
@ -1372,6 +1388,10 @@ OLD_FILES+=usr/lib/libifc.a
|
||||
OLD_FILES+=usr/lib/libifc_p.a
|
||||
OLD_FILES+=usr/lib/libifconfig.a
|
||||
OLD_FILES+=usr/lib/libifconfig_p.a
|
||||
OLD_FILES+=usr/lib32/libifc.a
|
||||
OLD_FILES+=usr/lib32/libifc_p.a
|
||||
OLD_FILES+=usr/lib32/libifconfig.a
|
||||
OLD_FILES+=usr/lib32/libifconfig_p.a
|
||||
# 20170529: mount.conf(8) -> mount.conf(5)
|
||||
OLD_FILES+=usr/share/man/man8/mount.conf.8.gz
|
||||
# 20170525: remove misleading template
|
||||
|
Loading…
Reference in New Issue
Block a user