Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 878F77A25E for ; Mon, 1 May 2017 09:44:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 37E8384E0A; Mon, 1 May 2017 09:44:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B992F84DC7 for ; Mon, 1 May 2017 09:44:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6AaC7AsLXb1z for ; Mon, 1 May 2017 09:44:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2197384C6C for ; Mon, 1 May 2017 09:44:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CB04FBE4; Mon, 1 May 2017 09:44:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149363188162520" MIME-Version: 1.0 Date: Mon, 1 May 2017 09:44:41 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/net/iperf3 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170501094441.1CB04FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149363188162520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon May 1 09:44:41 UTC 2017 Modified Files: pkgsrc/net/iperf3 [pkgsrc-2017Q1]: Makefile Log Message: Pullup ticket #5386 - requested by sevan net/iperf3: build fix Revisions pulled up: - net/iperf3/Makefile 1.5 --- Module Name: pkgsrc Committed By: jperkin Date: Fri Apr 28 14:12:14 UTC 2017 Modified Files: pkgsrc/net/iperf3: Makefile Log Message: Requires C99 for some math functions. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/net/iperf3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149363188162520 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/iperf3/Makefile diff -u pkgsrc/net/iperf3/Makefile:1.4 pkgsrc/net/iperf3/Makefile:1.4.2.1 --- pkgsrc/net/iperf3/Makefile:1.4 Tue Feb 28 19:40:07 2017 +++ pkgsrc/net/iperf3/Makefile Mon May 1 09:44:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/02/28 19:40:07 adam Exp $ +# $NetBSD: Makefile,v 1.4.2.1 2017/05/01 09:44:40 bsiegert Exp $ DISTNAME= iperf-3.1.6 PKGNAME= ${DISTNAME:S/iperf/iperf3/} @@ -10,7 +10,7 @@ HOMEPAGE= http://software.es.net/iperf/ COMMENT= TCP and UDP bandwidth performance measurement tool LICENSE= modified-bsd -USE_LANGUAGES= c +USE_LANGUAGES= c99 USE_LIBTOOL= yes GNU_CONFIGURE= yes # sctp_bindx() is in headers, but unusable --_----------=_149363188162520--