Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 11:18:05 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51269: Update port: [Maintainer Update]: benchmarks/pipebench
Message-ID:  <20030422091805.5E1C214C8C@icommerce-france.com>
Resent-Message-ID: <200304220920.h3M9KEV0038270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51269
>Category:       ports
>Synopsis:       Update port: [Maintainer Update]: benchmarks/pipebench
>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 Apr 22 02:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030422091805.5E1C214C8C>