Date: Tue, 1 Dec 2015 18:14:24 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291591 - head Message-ID: <20151201161424.GW3448@kib.kiev.ua> In-Reply-To: <201512011555.tB1FtKgx097701@repo.freebsd.org> References: <201512011555.tB1FtKgx097701@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 01, 2015 at 03:55:20PM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Dec 1 15:55:20 2015 > New Revision: 291591 > URL: https://svnweb.freebsd.org/changeset/base/291591 > > Log: > Fix removal of libelf.so.2 and add missing files for it. > > X-MFC-With: r291566 > > Modified: > head/ObsoleteFiles.inc > > Modified: head/ObsoleteFiles.inc > ============================================================================== > --- head/ObsoleteFiles.inc Tue Dec 1 15:54:46 2015 (r291590) > +++ head/ObsoleteFiles.inc Tue Dec 1 15:55:20 2015 (r291591) > @@ -39,7 +39,10 @@ > # done > > # 20151130: libelf moved from /usr/lib to /lib (libkvm dependency in r291406) > -OLD_FILES+=usr/lib/libelf.so.2 > +OLD_LIBS+=usr/lib/libelf.so.2 > +OLD_FILES+=usr/lib/libelf.a > +OLD_FILES+=usr/lib/libelf.so > +OLD_FILES+=usr/lib/libelf_p.a Why ? libelf is not removed, it is moved. libelf.so link and libelf.a (and _p.a) should be left as is. > # 20151115: Fox bad upgrade scheme > OLD_FILES+=usr/share/locale/zh_CN.GB18030/zh_Hans_CN.GB18030 > OLD_FILES+=usr/share/locale/zh_CN.GB2312/zh_Hans_CN.GB2312
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151201161424.GW3448>