svn commit: r482107 - in head/net/ipdecap: . files

Steve Wills swills at FreeBSD.org
Sun Oct 14 19:41:49 UTC 2018


Hi,

On 10/14/18 3:29 PM, Mathieu Arnold wrote:
> On Sun, Oct 14, 2018 at 07:00:04PM +0000, Steve Wills wrote:
>> -LIB_DEPENDS=	libpcap.so.1:net/libpcap	# require ports libpcap
>> +LIB_DEPENDS=	libpcap.so:net/libpcap	# require ports libpcap
> 
> I think this change is wrong, the .1 is required otherwise the base
> system .so is picked up.
> 

Picked up by the build or the dependency check? My logs show the dep 
getting installed from ports if the .1 is there or not.

But it's also linking to the libpcap from base even when the one from 
ports is installed.

So there's definitely some sort of issue going on, but I don't think 
it's caused by the dependency line.

Steve


More information about the svn-ports-all mailing list