Date: Tue, 11 Aug 2009 17:02:43 +0400 From: Max Brazhnikov <makc@freebsd.org> To: Stanislav Sedov <stas@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-p2p/ktorrent Makefile distinfo pkg-plist Message-ID: <200908111702.43926.makc@freebsd.org> In-Reply-To: <20090811155529.de2fd8b0.stas@FreeBSD.org> References: <200908110857.n7B8v7Ja089499@repoman.freebsd.org> <20090811155529.de2fd8b0.stas@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Aug 2009 15:55:29 +0400, Stanislav Sedov wrote: > On Tue, 11 Aug 2009 08:57:07 +0000 (UTC) > > Max Brazhnikov <makc@FreeBSD.org> mentioned: > > http://cvsweb.FreeBSD.org/ports/net-p2p/ktorrent/pkg-plist.diff?r1=1.25&r > >2=1.26 > > > > | --- ports/net-p2p/ktorrent/pkg-plist 2009/06/02 19:45:39 1.25 > > | +++ ports/net-p2p/ktorrent/pkg-plist 2009/08/11 08:57:07 1.26 > > | @@ -145,10 +145,10 @@ lib/kde4/ktzeroconfplugin.so > > | lib/kde4/plasma_engine_ktorrent.so > > | lib/libbtcore.so > > | lib/libbtcore.so.11 > > | -lib/libbtcore.so.11.0.0 > > | +lib/libbtcore.so.11.1.0 > > | lib/libktcore.so > > | lib/libktcore.so.9 > > | -lib/libktcore.so.9.1.0 > > | +lib/libktcore.so.9.2.0 > > While functionally ok, there's no much sense to use such names for shared while it's ok, nobody will teach cmake and qmake to use bsd styled shared libraries and then fix plist for lots of qt/kde/cmake ports :) > libraries on FreeBSD as we only track the major library number in dynamic > linker. It is perhaps desirable to fix this port to install libraries > only under libname.so.MAJOR names and do not use MAJOR.MINOR.TINY > versioning.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908111702.43926.makc>