Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 4581EA5864 for ; Sun, 16 Aug 2015 01:05:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C9BFF14A1D2; Sun, 16 Aug 2015 01:05:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16FC514A1CE for ; Sun, 16 Aug 2015 01:05:10 +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 sBJXFv4P2d-a for ; Sun, 16 Aug 2015 01:05:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 97BE214A163 for ; Sun, 16 Aug 2015 01:05:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 86B0F98; Sun, 16 Aug 2015 01:05:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Aug 2015 01:05:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/benchmarks/netperf To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150816010509.86B0F98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Aug 16 01:05:09 UTC 2015 Modified Files: pkgsrc/benchmarks/netperf: Makefile distinfo Removed Files: pkgsrc/benchmarks/netperf/patches: patch-ab Log Message: (pkgsrc) - Drop patch-ab, the lines of code to patch deleted. (there are still ifdef __FreeBSD__ remaining at other files, need to watch, sorry and thanks) (upstream) - Update 2.6.0 to 2.7.0 --------------------- These are the Release Notes for Revision 2.7.0 of netperf: *) Add bits/s (-f b) and Bytes/s (-f B) as selectable throughput units. This may make life easier for folks doing post-processing of things like interim results. *) Miscelaneous fixes *) Much of the now-seeming kruft for things peripheral to netperf's core mission - have been removed though the code itself remains in the repository. So, things like looking-up egress interface, driver/slot information etc have been disabled in a manner requiring more than just a ./configure to bring-back. It wasn't clear those features were being used. This is a test of that hypothesis. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/benchmarks/netperf/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/benchmarks/netperf/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/benchmarks/netperf/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.