net/wackamole: Fix build on armv7
Jails may not have a bpf(4) device, but can still build with BPF.
- fix the configure test for BPF detection
- define LICENSE
- fix two obvious bugs in the code
PR: 265561
Approved by: maintainer timeout, >2 weeks
MFH: 2022Q3
Resurrect net/wackmole and upgrade version 2.14 => 2.15
This port was removed because it's dependency "spread" was removed.
Spread has returned, and now this one returns with a new version.
* maintainership passed to submitter (old version was not unmaintained)
* pkg-descr rewritten, WWW updated
* LIB_DEPENDS format updated
* distfile mirror added
* USES+= tar:xz used
* patches regenerated
PR: 189403
Submitted by: Chris Hutchison
Fixes by: marino
- Fix compilation errors with libpcap installed from ports and warnings
with clang
PR: ports/156968
Submitted by: Marcin Cieslak <saper@saper.info> (maintainer)