summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-14 18:31:15 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-10-14 18:31:15 +0000
commitae7fa1acd1316044df859e20bad035b5d6583874 (patch)
tree3698b019f785a221127f30af9ea27b156fed6f67 /ObsoleteFiles.inc
parent7a70d69a08a5f4ff9895f70f638ff44cf2b4c81a (diff)
downloadFreeBSD-src-ae7fa1acd1316044df859e20bad035b5d6583874.zip
FreeBSD-src-ae7fa1acd1316044df859e20bad035b5d6583874.tar.gz
Rename libbsdyml to libyaml, make private, and bump
SHLIB_MAJOR to 1.0 Suggested by: des Approved by: bapt MFC after: 1 week
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index a220806..a7dc278 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,17 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20131014: libbsdyml becomes private
+OLD_FILES+=usr/lib/libbsdyml.a
+OLD_FILES+=usr/lib/libbsdyml.so
+OLD_LIBS+=usr/lib/libbsdyml.so.0
+OLD_FILES+=usr/lib/libbsdyml_p.a
+OLD_FILES+=usr/lib32/libbsdyml.a
+OLD_FILES+=usr/lib32/libbsdyml.so
+OLD_LIBS+=usr/lib32/libbsdyml.so.0
+OLD_FILES+=usr/lib32/libbsdyml_p.a
+OLD_FILES+=usr/share/man/man3/libbsdyml.3.gz
+OLD_FILES+=usr/include/bsdyml.h
# 20131013: Removal of the ATF tools
OLD_FILES+=etc/atf/FreeBSD.conf
OLD_FILES+=etc/atf/atf-run.hooks
OpenPOWER on IntegriCloud