Bug 256495

Summary: benchmarks/iperf3: Make static library optional and disable it by default
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Bruce A. Mah <bmah>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bmah: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for iperf3 none

Description Daniel Engberg freebsd_committer freebsd_triage 2021-06-09 07:55:52 UTC
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)
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2021-06-11 14:57:21 UTC
Thanks for the patch, looks good!  Doing a little testing on it, so far so good...
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-11 15:08:00 UTC
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(-)
Comment 3 Bruce A. Mah freebsd_committer freebsd_triage 2021-06-11 15:09:13 UTC
Done, assuming I didn't somehow mess up a git / Bugzilla workflow that I only do maybe once a year. Thanks!
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2021-06-11 15:23:02 UTC
Commit looks good, Thanks!