Date: Fri, 12 Mar 2010 11:59:03 +0200 From: Andriy Gapon <avg@icyb.net.ua> To: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: xf86-video-radeonhd: incorrect libpci dependency? Message-ID: <4B9A1067.3040100@icyb.net.ua>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B9A1067.3040100>