From: Andriy Gapon on

x11-drivers/xf86-video-radeonhd (1.3.0_1) attempts to reinstall already
installed devel/libpci when WITH_UTILS is set.

I see this in the port's Makefile:
LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci

But I see this in the system:
-r--r--r-- 1 root wheel 44927 11 Mar 10:14 /usr/local/lib/libpci.so.2
$ pkg_info -W /usr/local/lib/libpci.so.2
/usr/local/lib/libpci.so.2 was installed by package libpci-3.1.7

Looks like a typo/mistake in the LIB_DEPENDS line, should be pci.2.

--
Andriy Gapon
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Andriy Gapon on
on 12/03/2010 11:59 Andriy Gapon said the following:
> x11-drivers/xf86-video-radeonhd (1.3.0_1) attempts to reinstall already
> installed devel/libpci when WITH_UTILS is set.
>
> I see this in the port's Makefile:
> LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci
>
> But I see this in the system:
> -r--r--r-- 1 root wheel 44927 11 Mar 10:14 /usr/local/lib/libpci.so.2
> $ pkg_info -W /usr/local/lib/libpci.so.2
> /usr/local/lib/libpci.so.2 was installed by package libpci-3.1.7

Hmm, sorry for the noise - looks like my libpci installation was somehow broken:
the reported installed version is 3.1.7, but the library is libpci.so.2 instead
of libpci.so.3.
I wonder if at some moment install target was changed without bumping
version/revision and I was unlucky to perform upgrade during that window.

> Looks like a typo/mistake in the LIB_DEPENDS line, should be pci.2.
>


--
Andriy Gapon
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"