Date: Sun, 14 Oct 2018 15:41:35 -0400 From: Steve Wills <swills@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482107 - in head/net/ipdecap: . files Message-ID: <cd01160f-3c58-9bd5-b9b4-06bee967445b@FreeBSD.org> In-Reply-To: <20181014192946.wur24ugzd7tyrckd@atuin.in.mat.cc> References: <201810141900.w9EJ04xP089450@repo.freebsd.org> <20181014192946.wur24ugzd7tyrckd@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd01160f-3c58-9bd5-b9b4-06bee967445b>