aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:38:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:38:25 +0000
commitdbcfa3aed1761ca025db64f3ebab6e92962cad62 (patch)
tree464e75f0ddcc43587c1a3c0189f78917fdb5e4be /benchmarks
parentced66e531b509b1522ac73316259c8e16c47065d (diff)
downloadports-dbcfa3aed1761ca025db64f3ebab6e92962cad62.tar.gz
ports-dbcfa3aed1761ca025db64f3ebab6e92962cad62.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pipebench/Makefile13
-rw-r--r--benchmarks/pipebench/distinfo2
2 files changed, 8 insertions, 7 deletions
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile
index a982f0a31123..4a85a058bb13 100644
--- a/benchmarks/pipebench/Makefile
+++ b/benchmarks/pipebench/Makefile
@@ -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 --git a/benchmarks/pipebench/distinfo b/benchmarks/pipebench/distinfo
index d2ecfcf85b62..bd274168832d 100644
--- a/benchmarks/pipebench/distinfo
+++ b/benchmarks/pipebench/distinfo
@@ -1 +1 @@
-MD5 (pipebench-0.20.tar.gz) = 87093497c36ab29190777bf2c7f381a3
+MD5 (pipebench-0.40.tar.gz) = eb1b888ec6c413c2cb096ac052174a78