[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kdelibs3 libxslt dependency
On Mon, May 06, 2002 at 02:21:53AM +0200, Marc Espie wrote:
> On Sun, May 05, 2002 at 04:40:25PM -0700, Jacob Meuser wrote:
> > I believe the kde/libs3 LIB_DEPENDS for libxslt is incorrect.
> >
>
> I believe you're wrong. Maybe you should elaborate ?
> Know how major/minor works wrt LIB_DEPENDS ?
OK, the solution may not be 100% correct, but, all I was claiming
was that I thought there was something wrong ...
> > - xslt.1.10:libxsl->=1.0.10:textproc/libxslt \
> > + xslt.1:libxslt->=1.0.10:textproc/libxslt \
I see two things here. First is the package name, the second is
the minor version (>=10 would be better).
Why? Because I just rebuilt most of my ports, and was doing the
KDE stuff one at a time, and had wierd problems with kdelibs3
trying to build libxslt, even though it was installed. So I
did some more checking
$ cd /usr/ports/textproc/libxslt && make show=FULLPKGNAME
libxslt-1.0.16
$ ldconfig -r | grep xsl
9:-lxslt.1.16 => /usr/local/lib/libxslt.so.1.16
82:-lxsltbreakpoint.1.8 => /usr/local/lib/libxsltbreakpoint.so.1.8
107:-lexslt.7.7 => /usr/local/lib/libexslt.so.7.7
--
<jakemsr@jakemsr.com>