Date: Tue, 4 Mar 2003 12:16:17 -0600 From: "Scot Hetzel" <hetzels@westbend.net> To: "Petr Holub" <hopet@ics.muni.cz>, <ports@FreeBSD.ORG> Subject: Re: pkg-plist question Message-ID: <006b01c2e27a$261eb7b0$19fd2fd8@westbend.net> References: <008601c2e26b$0c493ea0$2136fb93@kloboucek>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Petr Holub" <hopet@ics.muni.cz> > I'm trying to put jrtplib port tree. What is the thing I've done > wrong that while I have following in pkg-plist: > > 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. Scot 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?006b01c2e27a$261eb7b0$19fd2fd8>