mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
[Maintainer Update]: benchmarks/pipebench
Update to latest release. (bugfix) PR: ports/51269 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
parent
ced66e531b
commit
dbcfa3aed1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79835
2 changed files with 8 additions and 7 deletions
|
@ -7,19 +7,20 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pipebench
|
PORTNAME= pipebench
|
||||||
PORTVERSION= 0.20
|
PORTVERSION= 0.40
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/
|
MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/
|
||||||
|
|
||||||
MAINTAINER= mich@freebsdcluster.org
|
MAINTAINER= mich@freebsdcluster.org
|
||||||
COMMENT= Pipebench shows current throughput/amount of data through a pipe
|
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:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (pipebench-0.20.tar.gz) = 87093497c36ab29190777bf2c7f381a3
|
MD5 (pipebench-0.40.tar.gz) = eb1b888ec6c413c2cb096ac052174a78
|
||||||
|
|
Loading…
Add table
Reference in a new issue