diff options
-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 |