Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2022 09:20:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262959] [NEW PORT] devel/sniffglue: multithread sniffer
Message-ID:  <bug-262959-7788-1foO2nnczR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262959-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262959-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262959

--- Comment #2 from Mikael Urankar <mikael@FreeBSD.org> ---
If you want to use libpcap from the ports tree you need to use
libpcap.so.1:net/libpcap (it's subtle, but libpcap.so will be found in /usr=
/lib
and you'll end up using the base libpcap. You really want libpcap.so.1).
In this case, you don't need files/patch-cargo-crates_pcap-sys-0.1.3_build.=
rs,
just add pkgconfig to the USES list.

If you want to use libpcap from base you need
files/patch-cargo-crates_pcap-sys-0.1.3_build.rs. The LIB_DEPENDS line is n=
ot
needed AFAICT

If you want to let the user choose, you can do something like
net-mgmt/tcpreplay

The devel category looks wrong, security seems a better fit.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262959-7788-1foO2nnczR>