From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 10 01:40:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6857916A4EB for ; Tue, 10 May 2005 01:40:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FD243D5D for ; Tue, 10 May 2005 01:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4A1e248020400 for ; Tue, 10 May 2005 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4A1e2en020399; Tue, 10 May 2005 01:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 10 May 2005 01:40:02 GMT Resent-Message-Id: <200505100140.j4A1e2en020399@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599D616A4EB for ; Tue, 10 May 2005 01:33:02 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id E682743D60 for ; Tue, 10 May 2005 01:33:01 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 2F1223C6BA for ; Mon, 9 May 2005 22:33:01 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 0) id CC64B5566; Mon, 9 May 2005 22:32:17 -0300 (BRT) Message-Id: <20050510013217.CC64B5566@corp.grupos.com.br> Date: Mon, 9 May 2005 22:32:17 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80841: Update port: net/iperf to 2.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 01:40:02 -0000 >Number: 80841 >Category: ports >Synopsis: Update port: net/iperf to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 10 01:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #49: Mon May 9 12:28:47 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: net/iperf to 2.0.2 - Update to 2.0.2 - Modify uintmax_t to uint64_t Add files: files/patch-include::headers.h >How-To-Repeat: >Fix: --- iperf.patch begins here --- diff -ruN iperf.orig/Makefile iperf/Makefile --- iperf.orig/Makefile Thu Apr 7 12:00:52 2005 +++ iperf/Makefile Mon May 9 21:46:57 2005 @@ -6,10 +6,10 @@ # PORTNAME= iperf -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= net ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://dast.nlanr.net/Projects/Iperf2.0/ +MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@corp.grupos.com.br @@ -25,6 +25,8 @@ THREADS "Enable threads support" on .include + +CONFIGURE_ARGS+= --prefix=${PREFIX} .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 diff -ruN iperf.orig/distinfo iperf/distinfo --- iperf.orig/distinfo Fri Mar 11 07:44:10 2005 +++ iperf/distinfo Mon May 9 21:35:54 2005 @@ -1,2 +1,2 @@ -MD5 (iperf-2.0.1.tar.gz) = a7a8f5797c68383722ff671ae18067a4 -SIZE (iperf-2.0.1.tar.gz) = 220446 +MD5 (iperf-2.0.2.tar.gz) = bb658aba58a5af0356f5b1342dfe8f53 +SIZE (iperf-2.0.2.tar.gz) = 233595 diff -ruN iperf.orig/files/patch-include::headers.h iperf/files/patch-include::headers.h --- iperf.orig/files/patch-include::headers.h Wed Dec 31 21:00:00 1969 +++ iperf/files/patch-include::headers.h Mon May 9 21:41:28 2005 @@ -0,0 +1,11 @@ +--- include/headers.h.orig Mon May 9 21:40:53 2005 ++++ include/headers.h Mon May 9 21:41:06 2005 +@@ -180,7 +180,7 @@ + // from the gnu archive + + #include +-typedef uintmax_t max_size_t; ++typedef uint64_t max_size_t; + + /* in case the OS doesn't have these, we provide our own implementations */ + #include "gettimeofday.h" --- iperf.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: