pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/iperf3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 21 22:14:00 UTC 2025

Modified Files:
        pkgsrc/net/iperf3: distinfo
Added Files:
        pkgsrc/net/iperf3/patches: patch-src_iperf__api.h

Log Message:
iperf3: add missing header to fix build on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/iperf3/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/net/iperf3/patches/patch-src_iperf__api.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/iperf3/distinfo
diff -u pkgsrc/net/iperf3/distinfo:1.21 pkgsrc/net/iperf3/distinfo:1.22
--- pkgsrc/net/iperf3/distinfo:1.21     Wed May 21 06:54:33 2025
+++ pkgsrc/net/iperf3/distinfo  Wed May 21 22:14:00 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.21 2025/05/21 06:54:33 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/05/21 22:14:00 wiz Exp $
 
 BLAKE2s (iperf-3.19.tar.gz) = 87a0abd5cbd8e9771c28ec9cadae38c7f2a6892d4cfc29de5e10163f725e5444
 SHA512 (iperf-3.19.tar.gz) = 166498b5f9c80bc929abe3aadcb13008d207641602add2ba1d54705031fd0c153d253cb52dd50b1e3289b96805220fafefa3815ed5242d57560f6a565ce4230e
 Size (iperf-3.19.tar.gz) = 692569 bytes
+SHA1 (patch-src_iperf__api.h) = 96e0f6f5662b8afa1b70fb32adc447711223a4fb

Added files:

Index: pkgsrc/net/iperf3/patches/patch-src_iperf__api.h
diff -u /dev/null pkgsrc/net/iperf3/patches/patch-src_iperf__api.h:1.3
--- /dev/null   Wed May 21 22:14:01 2025
+++ pkgsrc/net/iperf3/patches/patch-src_iperf__api.h    Wed May 21 22:14:00 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_iperf__api.h,v 1.3 2025/05/21 22:14:00 wiz Exp $
+
+Add missing header for va_list etc.
+
+--- src/iperf_api.h.orig       2025-05-21 22:13:01.690766581 +0000
++++ src/iperf_api.h
+@@ -30,6 +30,7 @@
+ #include <sys/socket.h>
+ #include <sys/time.h>
+ #include <setjmp.h>
++#include <stdarg.h>
+ #include <stdio.h>
+ #include <stdint.h>
+ #ifdef __cplusplus



Home | Main Index | Thread Index | Old Index