From hhyou@cs.nctu.edu.tw  Tue Dec 21 06:50:20 2010
Return-Path: <hhyou@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 60292106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Dec 2010 06:50:20 +0000 (UTC)
	(envelope-from hhyou@cs.nctu.edu.tw)
Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130])
	by mx1.freebsd.org (Postfix) with ESMTP id 255678FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Dec 2010 06:50:19 +0000 (UTC)
Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 0D0A96E9;
	Tue, 21 Dec 2010 14:53:12 +0800 (CST)
Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id E4F506E8;
	Tue, 21 Dec 2010 14:53:11 +0800 (CST)
Received: (from hhyou@localhost)
	by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id oBL6oIdF079655;
	Tue, 21 Dec 2010 14:50:18 +0800 (CST)
	(envelope-from hhyou)
Message-Id: <201012210650.oBL6oIdF079655@alumni.cs.nctu.edu.tw>
Date: Tue, 21 Dec 2010 14:50:18 +0800 (CST)
From: Hsin-Han You <hhyou@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chifeng@gmail.com
Subject: [PATCH] benchmarks/iozone: update to 3.370
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chifeng@gmail.com

>Number:         153330
>Category:       ports
>Synopsis:       [PATCH] benchmarks/iozone: update to 3.370
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 21 07:00:21 UTC 2010
>Closed-Date:    Wed Dec 22 18:11:36 UTC 2010
>Last-Modified:  Wed Dec 22 18:20:09 UTC 2010
>Originator:     Hsin-Han You
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD alumni.cs.nctu.edu.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
- Update to 3.370

Added file(s):
- files/patch-iozone.c

Port maintainer (chifeng@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- iozone-3.370.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/iozone/Makefile,v
retrieving revision 1.58
diff -u -u -r1.58 Makefile
--- Makefile	8 Apr 2010 00:12:29 -0000	1.58
+++ Makefile	21 Dec 2010 06:49:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	iozone
-PORTVERSION=	3.347
+PORTVERSION=	3.370
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.iozone.org/src/current/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/benchmarks/iozone/distinfo,v
retrieving revision 1.27
diff -u -u -r1.27 distinfo
--- distinfo	8 Apr 2010 00:12:29 -0000	1.27
+++ distinfo	21 Dec 2010 06:49:38 -0000
@@ -1,3 +1,2 @@
-MD5 (iozone3_347.tar) = db136f775b19e6d9c00714bd2399785f
-SHA256 (iozone3_347.tar) = 695d8674abe3605415d79003ffb13610f56992ecb3afaf755f93facae87e84ad
-SIZE (iozone3_347.tar) = 1648640
+SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14
+SIZE (iozone3_370.tar) = 1679360
Index: files/patch-iozone.c
===================================================================
RCS file: files/patch-iozone.c
diff -N files/patch-iozone.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-iozone.c	21 Dec 2010 06:49:38 -0000
@@ -0,0 +1,11 @@
+--- iozone.c.orig       2010-12-21 14:15:01.000000000 +0800
++++ iozone.c    2010-12-21 14:15:16.000000000 +0800
+@@ -70,7 +70,7 @@
+ #include <Windows.h>
+ int errno;
+ #else
+-#if defined(linux) || defined(solaris) || defined(macosx)
++#if defined(linux) || defined(solaris) || defined(macosx) || defined(FreeBSD)
+ #include <errno.h>
+ #else
+ extern  int errno;   /* imported for errors */
--- iozone-3.370.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 21 07:00:32 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153330 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153330: [PATCH] benchmarks/iozone: update to 3.370
Date: Tue, 21 Dec 2010 07:00:28 UT

 Maintainer of benchmarks/iozone,
 
 Please note that PR ports/153330 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153330
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/153330: [PATCH] benchmarks/iozone: update to 3.370
Date: Tue, 21 Dec 2010 22:43:41 +0800

 --0015175cd54eb1fbb10497eca988
 Content-Type: text/plain; charset=ISO-8859-1
 
 it works fine, please commit this PR. Thank you so much!
 
 Chifeng
 
 On Tue, Dec 21, 2010 at 3:00 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of benchmarks/iozone,
 >
 > Please note that PR ports/153330 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153330
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 *Regards.*
 **- Chifeng
 
 --0015175cd54eb1fbb10497eca988
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 it works fine,=A0please commit this PR.=A0Thank you so much!=A0<div><br></d=
 iv><div>Chifeng<br><br><div class=3D"gmail_quote">On Tue, Dec 21, 2010 at 3=
 :00 PM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@freeb=
 sd.org">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex;">Maintainer of benchmarks/iozone,<br>
 <br>
 Please note that PR ports/153330 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/15333=
 0" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/153=
 330</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br><b>Regards.</b><=
 div><b></b>- Chifeng</div><br>
 </div>
 
 --0015175cd54eb1fbb10497eca988--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Dec 21 19:52:12 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153330 
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Dec 22 17:41:23 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153330 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Dec 22 18:11:35 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153330 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153330: commit references a PR
Date: Wed, 22 Dec 2010 18:10:17 +0000 (UTC)

 culot       2010-12-22 18:10:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     benchmarks/iozone    Makefile distinfo 
   Added files:
     benchmarks/iozone/files patch-iozone.c 
   Log:
   - Update to 3.370
   
   PR:             ports/153330
   Submitted by:   Hsin-Han You <hhyou at cs.nctu.edu.tw>
   Approved by:    sahil@/wen@ (mentors, implicit), Chifeng Qu <chifeng at gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.59      +1 -1      ports/benchmarks/iozone/Makefile
   1.28      +2 -3      ports/benchmarks/iozone/distinfo
   1.1       +11 -0     ports/benchmarks/iozone/files/patch-iozone.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
