Date: Tue, 4 Mar 2003 10:46:28 -0800 From: Will Andrews <will@csociety.org> To: Scot Hetzel <hetzels@westbend.net> Cc: Petr Holub <hopet@ics.muni.cz>, ports@FreeBSD.ORG Subject: Re: pkg-plist question Message-ID: <20030304184628.GJ37397@procyon.firepipe.net> In-Reply-To: <006b01c2e27a$261eb7b0$19fd2fd8@westbend.net> References: <008601c2e26b$0c493ea0$2136fb93@kloboucek> <006b01c2e27a$261eb7b0$19fd2fd8@westbend.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 04, 2003 at 12:16:17PM -0600, Scot Hetzel wrote: > > lib/libjrtp.so.2.7 > > > No minors allowed in the pkg-plist > > > I get following complaint during 'make deinstall': > > -su-2.05b# make deinstall > > ===> Deinstalling for jrtplib-2.7 > > pkg_delete: file '/usr/local/lib/libjrtp.so.2' doesn't really exist > > pkg_delete: couldn't entirely delete package (perhaps the packing list is > > incorrectly specified?) > > > We don't use the minor number on the libraies, you need to modify the > sources Makefile to install libjrtp.so.2.7 as libjrtp.so.2. There is nothing wrong with them. Nobody on FreeBSD uses a.out these days and removing them can possibly cause problems with lib detection scripts. So add NO_FILTER_SHLIBS=yes and get it over with. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030304184628.GJ37397>