diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 11:38:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 11:38:25 +0800 |
commit | e7627206d2c40a2ce6f0f4f7f5ad983275577949 (patch) | |
tree | a351ec809e31aba2ef46ddf41bc31ddb9e5198c5 /benchmarks | |
parent | 1640b73197b0a2834b4afe900e9e43a67b4358fb (diff) | |
download | freebsd-ports-gnome-e7627206d2c40a2ce6f0f4f7f5ad983275577949.tar.gz freebsd-ports-gnome-e7627206d2c40a2ce6f0f4f7f5ad983275577949.tar.zst freebsd-ports-gnome-e7627206d2c40a2ce6f0f4f7f5ad983275577949.zip |
[Maintainer Update]: benchmarks/pipebench
Update to latest release. (bugfix)
PR: ports/51269
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pipebench/Makefile | 13 | ||||
-rw-r--r-- | benchmarks/pipebench/distinfo | 2 |
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 |