diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 03:40:29 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 03:40:29 +0000 |
commit | c1707eb390ceacbf74baf57a63b6d0fe60e10e73 (patch) | |
tree | 08bfd9f2c98a429d952d77f334056fda72cfb293 /benchmarks | |
parent | 3105ee55426c0a7b5d043e20f17a91be73af4206 (diff) | |
download | pkgsrc-c1707eb390ceacbf74baf57a63b6d0fe60e10e73.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hbench/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/lmbench/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 0293e64c148..2a1603eacf7 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/11 03:40:29 snj Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -13,7 +13,7 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot WRKSRC= ${WRKDIR}/hbench-OS -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES OSVERSION_SPECIFIC= YES ALL_TARGET= build @@ -62,5 +62,5 @@ results: -@cd ${WRKSRC} ; \ tar -cf /tmp/benches/`domainname`/hbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results conf -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 96d62ca6b74..e9156461a86 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/22 07:19:25 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/11 03:42:21 snj Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.bitmover.com/lm/lmbench/ COMMENT= Complete benchmark that gives a large amount of information -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make ALL_TARGET= build MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} @@ -36,8 +36,7 @@ do-install: @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} \ INSTALL_PROGRAM=${INSTALL} ${FILESDIR}/do-install -.include "../../mk/bsd.prefs.mk" - +.include "../../mk/bsd.prefs.mk" benchmark: if [ ! -f ${PREFIX}/bin/lmbench/hello ]; then \ @${ECHO} "*** This benchmark must be installed to run" ; \ @@ -58,5 +57,5 @@ results: -@cd ${PREFIX}/share/lmbench ; \ tar -cf /tmp/benches/`domainname`/lmbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 0e8a3acb724..c628407d1b6 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/11 03:47:15 snj Exp $ DISTNAME= postal-0.62 PKGREVISION= 1 @@ -11,8 +11,8 @@ HOMEPAGE= http://www.coker.com.au/postal/ COMMENT= Tool for benchmarking SMTP/POP servers GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../security/openssl/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |