summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-20 10:43:12 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-20 10:43:12 +0000
commitfdecfdfca8be5132d17e1ff9a3b38924c880abcb (patch)
tree4ad073565d72176728cd8a34c486ddd93837787d /benchmarks
parent2013-05-20 audio/gogo-petit: No more public distfiles (diff)
Update to version 1.9.1.
PR: ports/178572 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=318592
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/mdtest/Makefile10
-rw-r--r--benchmarks/mdtest/distinfo4
-rw-r--r--benchmarks/mdtest/pkg-descr6
3 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile
index a8538bec417c..8d7100d6a476 100644
--- a/benchmarks/mdtest/Makefile
+++ b/benchmarks/mdtest/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mdtest
-PORTVERSION= 1.8.4
+PORTVERSION= 1.9.1
CATEGORIES= benchmarks
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -34,14 +34,14 @@ MPICC= ${LOCALBASE}/bin/mpicc
.endif
do-build:
- cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
+ (cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c -lm)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+ (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 ${MANPREFIX}/man/man1)
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+ (cd ${WRKSRC}/scripts && ${INSTALL_DATA} * ${EXAMPLESDIR})
.endif
.include <bsd.port.mk>
diff --git a/benchmarks/mdtest/distinfo b/benchmarks/mdtest/distinfo
index 395c295d4131..9d386fe53a70 100644
--- a/benchmarks/mdtest/distinfo
+++ b/benchmarks/mdtest/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mdtest-1.8.4.tgz) = 17ae729aa24f9e0673abafc6a5cac0f9cdbc2fb91a94d706c71a17b953cc8f38
-SIZE (mdtest-1.8.4.tgz) = 30493
+SHA256 (mdtest-1.9.1.tgz) = 3332764adbd97c525e76a6b0d489563f77005a3506776a68874221d86792a487
+SIZE (mdtest-1.9.1.tgz) = 35069
diff --git a/benchmarks/mdtest/pkg-descr b/benchmarks/mdtest/pkg-descr
index 56ebe4e1991c..0a52be4d8c00 100644
--- a/benchmarks/mdtest/pkg-descr
+++ b/benchmarks/mdtest/pkg-descr
@@ -1,5 +1,5 @@
-mdtest is an MPI-coordinated metadata filesystem benchmark test that performs
-open/stat/close operations on files and directories and then reports achieved
-performance.
+mdtest is an MPI-coordinated metadata filesystem benchmark test that
+performs open/stat/close operations on files and directories and then
+reports achieved performance.
WWW: http://sourceforge.net/projects/mdtest/