diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 23:26:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 23:26:35 +0000 |
commit | 72ad491a93fc881d0819c98066a4ab2c36dc39eb (patch) | |
tree | 5d7d1cdb1a972faadc03aa356a9aafc7fd33ffbe /benchmarks | |
parent | 7f07944635211a0fe0e92d01d9194d5b42327c6b (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/hpl/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/netio/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/pathchirp/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/scimark2c/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/tmetric/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 887a4bad8166..482b1b507fe4 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -17,7 +17,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Performance Test of Filesystem I/O -USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1 diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 5b73bb89b3fa..acad5055b9e9 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -33,7 +33,6 @@ LIB_DEPENDS+= cblas.1:${PORTSDIR}/math/atlas .endif INSTALLS_SHLIB= yes -USE_REINPLACE= yes HPL_ARCH?= FreeBSD_PIV_CBLAS ALL_TARGET= arch=${HPL_ARCH} MAN3= HPL_abort.3 HPL_all_reduce.3 HPL_barrier.3 HPL_bcast.3 \ diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 4e3215bbd969..313c1e0a1699 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -16,7 +16,6 @@ COMMENT= Network benchmark WRKSRC= ${WRKDIR} USE_ZIP= yes -USE_REINPLACE= yes USE_GMAKE= yes PLIST_FILES= bin/netio diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile index 40568ac0e48b..37d9c5d6823a 100644 --- a/benchmarks/pathchirp/Makefile +++ b/benchmarks/pathchirp/Makefile @@ -15,7 +15,6 @@ COMMENT= A measurement tool for available bandwidth estimation GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run PORTDOCS= README diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 11275d43f294..de822fc731b3 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmark SMTP/POP servers -USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/benchmarks/scimark2c/Makefile b/benchmarks/scimark2c/Makefile index 9d96856f8681..8c48e5d0cc67 100644 --- a/benchmarks/scimark2c/Makefile +++ b/benchmarks/scimark2c/Makefile @@ -16,7 +16,6 @@ COMMENT= An ANSI C version of the SciMark2 benchmark PLIST_FILES= bin/scimark2 WRKSRC= ${WRKDIR} -USE_REINPLACE= yes USE_ZIP= yes MALLOC2STD= kernel.c Stopwatch.c Random.c array.c diff --git a/benchmarks/tmetric/Makefile b/benchmarks/tmetric/Makefile index 0951f3fc271c..d212436ce6f0 100644 --- a/benchmarks/tmetric/Makefile +++ b/benchmarks/tmetric/Makefile @@ -18,7 +18,6 @@ HAS_CONFIGURE= yes ALL_TARGET= ${PORTNAME} PLIST_FILES= sbin/tmetric USE_BZIP2= yes -USE_REINPLACE= yes MAN8= tmetric.8 |