pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f64eeca16be
branches:  trunk
changeset: 472502:3f64eeca16be
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 03:40:29 2004 +0000

description:
Convert to buildlink3.

diffstat:

 benchmarks/hbench/Makefile  |  6 +++---
 benchmarks/lmbench/Makefile |  9 ++++-----
 benchmarks/postal/Makefile  |  8 ++++----
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (81 lines):

diff -r 7f37cf07ef71 -r 3f64eeca16be benchmarks/hbench/Makefile
--- a/benchmarks/hbench/Makefile        Sun Apr 11 03:40:09 2004 +0000
+++ b/benchmarks/hbench/Makefile        Sun Apr 11 03:40:29 2004 +0000
@@ -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 @@
 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 @@
        -@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 -r 7f37cf07ef71 -r 3f64eeca16be benchmarks/lmbench/Makefile
--- a/benchmarks/lmbench/Makefile       Sun Apr 11 03:40:09 2004 +0000
+++ b/benchmarks/lmbench/Makefile       Sun Apr 11 03:40:29 2004 +0000
@@ -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 @@
 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 @@
        @${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 @@
        -@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 -r 7f37cf07ef71 -r 3f64eeca16be benchmarks/postal/Makefile
--- a/benchmarks/postal/Makefile        Sun Apr 11 03:40:09 2004 +0000
+++ b/benchmarks/postal/Makefile        Sun Apr 11 03:40:29 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index