FreeBSD Bugzilla – Attachment 225656 Details for
Bug 256495
benchmarks/iperf3: Make static library optional and disable it by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for iperf3
iperf3-no-static.patch (text/plain), 1.31 KB, created by
Daniel Engberg
on 2021-06-09 07:55:52 UTC
(
hide
)
Description:
Patch for iperf3
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-06-09 07:55:52 UTC
Size:
1.31 KB
patch
obsolete
>diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile >index 03d9f3dc732f..4f49a10628e5 100644 >--- a/benchmarks/iperf3/Makefile >+++ b/benchmarks/iperf3/Makefile >@@ -1,7 +1,8 @@ > # Created by: Bruce A. Mah <bmah@FreeBSD.org> > > PORTNAME= iperf >-PORTVERSION= 3.10.1 >+DISTVERSION= 3.10.1 >+PORTREVISION= 1 > CATEGORIES= benchmarks > MASTER_SITES= https://downloads.es.net/pub/iperf/ > PKGNAMESUFFIX= 3 >@@ -12,8 +13,8 @@ COMMENT= Improved tool to measure TCP and UDP bandwidth > LICENSE= BSD3CLAUSE MIT > LICENSE_COMB= multi > >-GNU_CONFIGURE= yes > USES= libtool ssl >+GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > PORTDOCS= README.md RELNOTES.md >@@ -21,7 +22,10 @@ PORTDOCS= README.md RELNOTES.md > # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} > DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS STATIC >+OPTIONS_SUB= yes >+ >+STATIC_CONFIGURE_ENABLE= static > > post-patch: > # Don't build stuff that we're not going to install. Among other >diff --git a/benchmarks/iperf3/pkg-plist b/benchmarks/iperf3/pkg-plist >index ad244993e85c..96004fb1efb1 100644 >--- a/benchmarks/iperf3/pkg-plist >+++ b/benchmarks/iperf3/pkg-plist >@@ -1,6 +1,6 @@ > bin/iperf3 > include/iperf_api.h >-lib/libiperf.a >+%%STATIC%%lib/libiperf.a > lib/libiperf.so > lib/libiperf.so.0 > lib/libiperf.so.0.0.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256495
: 225656