Date: Tue, 3 Dec 2013 23:16:09 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258899 - head Message-ID: <201312032316.rB3NG92u036822@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pjd Date: Tue Dec 3 23:16:08 2013 New Revision: 258899 URL: http://svnweb.freebsd.org/changeset/base/258899 Log: Only the shared library is installed in /lib/. Static library and symlink to shared library stays in /usr/lib/. Don't delete them. Reported by: jkim Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Tue Dec 3 22:31:08 2013 (r258898) +++ head/ObsoleteFiles.inc Tue Dec 3 23:16:08 2013 (r258899) @@ -39,11 +39,7 @@ # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312032316.rB3NG92u036822>