Created attachment 225656 [details] Patch for iperf3 Follow other ports (also distros) and make static library optional (disabled by default). While at it, do some minor changes in Makefile to make to follow Porter's Handbook more closely. Compile tested on 13.0-STABLE #0 stable/13-n245283-70a2e9a3d44 (arm64) (make, make check-plist)
Thanks for the patch, looks good! Doing a little testing on it, so far so good...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f86d9470517968d72b71a829e1c6fe4e6192773 commit 6f86d9470517968d72b71a829e1c6fe4e6192773 Author: Daniel Engberg <daniel.engberg.lists@pyret.net> AuthorDate: 2021-06-11 15:03:43 +0000 Commit: Bruce A. Mah <bmah@FreeBSD.org> CommitDate: 2021-06-11 15:06:14 +0000 benchmarks/iperf3: Make static library optional. While here, do some minor changes to Makefile to follow the Porter's Handbook more closely. PR: 256495 benchmarks/iperf3/Makefile | 10 +++++++--- benchmarks/iperf3/pkg-plist | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-)
Done, assuming I didn't somehow mess up a git / Bugzilla workflow that I only do maybe once a year. Thanks!
Commit looks good, Thanks!