diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /benchmarks | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/polygraph/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index d6833df2192a..5dab73e1dd2b 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.97 PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/ -EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org COMMENT= Performance Test of Filesystem I/O @@ -15,7 +14,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= shebangfix +USES= shebangfix tar:tgz SHEBANG_FILES= bon_csv2txt.in WRKSRC= ${WRKDIR}/${PORTNAME}-1.97.1 diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index e41c5e264f6f..9a6835427980 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -8,7 +8,6 @@ PORTEPOCH= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/development/${PORTNAME}-3.0-a9 http://thegaul.org/src/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.a9/-a9/} -EXTRACT_SUFX= .tgz MAINTAINER= sacchi@gmail.com COMMENT= System performance measurement tool @@ -16,7 +15,7 @@ COMMENT= System performance measurement tool ALL_TARGET= build MAKE_ARGS= CC="${CC}" MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts -USES= shebangfix perl5 gmake +USES= shebangfix perl5 gmake tar:tgz USE_PERL5= run SHEBANG_FILES= scripts/getresults diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index dac7906f28ef..f16c84bb0330 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -7,7 +7,6 @@ CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ \ http://people.bsdgroup.de/~as/freebsd/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for Web proxies @@ -44,7 +43,7 @@ CONFIGURE_ARGS+= --without-ssl .endif .if ${PORT_OPTIONS:MPERL} -USES+= perl5 +USES+= perl5 tar:tgz USE_PERL5= run .endif diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 89133e2699dd..4a987e27445b 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 0.73 PORTREVISION= 1 CATEGORIES= benchmarks mail MASTER_SITES= http://www.coker.com.au/postal/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmark SMTP/POP servers LICENSE= GPLv3 -USES= gmake +USES= gmake tar:tgz GNU_CONFIGURE= yes PLIST_FILES= bin/postal-list \ |