svn commit: r258868 - head
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Dec 3 13:38:14 UTC 2013
Author: pjd
Date: Tue Dec 3 13:38:13 2013
New Revision: 258868
URL: http://svnweb.freebsd.org/changeset/base/258868
Log:
Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to /lib/.
Reviewed by: glebius
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Tue Dec 3 13:28:05 2013 (r258867)
+++ head/ObsoleteFiles.inc Tue Dec 3 13:38:13 2013 (r258868)
@@ -38,6 +38,13 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20131202: libcapsicum and libcasper moved to /lib/
+OLD_FILES+=usr/lib/libcapsicum.a
+OLD_FILES+=usr/lib/libcapsicum.so
+OLD_LIBS+=usr/lib/libcapsicum.so.0
+OLD_FILES+=usr/lib/libcasper.a
+OLD_FILES+=usr/lib/libcasper.so
+OLD_LIBS+=usr/lib/libcasper.so.0
# 20131109: extattr(2) mlinks fixed
OLD_FILES+=usr/share/man/man2/extattr_delete_list.2.gz
OLD_FILES+=usr/share/man/man2/extattr_get_list.2.gz
More information about the svn-src-head
mailing list