Created attachment 194419 [details] fping-4.0.patch Hello, attached is the patch that updates net/fping to 4.0 . Changes by upstream: - https://github.com/schweikert/fping/releases/tag/v4.0 - most notable change: fping and fping6 are now unified in one binary Changes to the port: - sorted variables a bit - changed pkg-plist to match the unified binary (removed occurences of fping6) - added patch for configure.ac to enable build on FreeBSD (if sys/types.h is omitted, configure emits an error that FreeBSD has no IPv6 support) QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) -> OK - portlint -> OK
Approved, thanks! (Tested w/IPV4 only.)
Created attachment 194678 [details] patch for net/fping Remove options since the same executable now handles both protocols.
Approved updated patch, thanks! (Still tested w/IPv4 only.)
Comment on attachment 194678 [details] patch for net/fping updating flags for patch...
A commit references this bug: Author: fernape Date: Sat Jun 30 08:49:14 UTC 2018 New revision: 473606 URL: https://svnweb.freebsd.org/changeset/ports/473606 Log: net/fping: update to 4.0 PR: 229172 Reported by: freebsd_ports@k-worx.org Approved by: tcberner (mentor) jharris@widomaker.com (maintainer) Differential Revision: https://reviews.freebsd.org/D15970 Changes: head/net/fping/Makefile head/net/fping/distinfo head/net/fping/files/ head/net/fping/files/patch-configure.ac head/net/fping/pkg-plist
Forgot to close this. Committed. Thanks!