From root@icommerce-france.com  Tue Apr 22 02:18:18 2003
Return-Path: <root@icommerce-france.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 28E1C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Apr 2003 02:18:18 -0700 (PDT)
Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D2C0343FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Apr 2003 02:18:16 -0700 (PDT)
	(envelope-from root@icommerce-france.com)
Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24])
	by mail2.itxmarket.com (Postfix) with ESMTP id A185C37C84
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Apr 2003 11:18:05 +0200 (CEST)
Received: by icommerce-france.com (Postfix, from userid 0)
	id 5E1C214C8C; Tue, 22 Apr 2003 11:18:05 +0200 (CEST)
Message-Id: <20030422091805.5E1C214C8C@icommerce-france.com>
Date: Tue, 22 Apr 2003 11:18:05 +0200 (CEST)
From: Michael L.Hostbaek <mich@freebsdcluster.org>
Reply-To: Michael L.Hostbaek <mich@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: [Maintainer Update]: benchmarks/pipebench
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51269
>Category:       ports
>Synopsis:       Update port: [Maintainer Update]: benchmarks/pipebench
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 22 02:20:14 PDT 2003
>Closed-Date:    Mon Apr 28 20:38:39 PDT 2003
>Last-Modified:  Mon Apr 28 20:38:39 PDT 2003
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386
>Description:
	Update to latest release. (bugfix)
>How-To-Repeat:
>Fix:

	
diff -u -ruN pipebench.bak/Makefile pipebench/Makefile
--- pipebench.bak/Makefile	Tue Apr 22 11:05:15 2003
+++ pipebench/Makefile	Tue Apr 22 11:12:51 2003
@@ -7,19 +7,20 @@
 #
 
 PORTNAME=	pipebench
-PORTVERSION=	0.20
+PORTVERSION=	0.40
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.habets.pp.se/pub/synscan/
 
 MAINTAINER=	mich@freebsdcluster.org
 COMMENT=	Pipebench shows current throughput/amount of data through a pipe
 
-USE_REINPLACE=  yes
+CFLAGS+=	-w -pedantic
+USE_REINPLACE=	yes
+
+do-build:
+	cd ${WRKSRC} && \
+	${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
 
-post-patch:
-post-patch:
-	@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
-	-e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1
diff -u -ruN pipebench.bak/distinfo pipebench/distinfo
--- pipebench.bak/distinfo	Tue Apr 22 11:05:15 2003
+++ pipebench/distinfo	Tue Apr 22 11:05:35 2003
@@ -1 +1 @@
-MD5 (pipebench-0.20.tar.gz) = 87093497c36ab29190777bf2c7f381a3
+MD5 (pipebench-0.40.tar.gz) = eb1b888ec6c413c2cb096ac052174a78

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 28 20:38:32 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51269 
>Unformatted:
