summaryrefslogtreecommitdiff
path: root/benchmarks/sysbench/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-27 10:49:07 +0000
committeradam <adam@pkgsrc.org>2010-05-27 10:49:07 +0000
commit224c1a05769f13d6dabd369234380993b38b0c74 (patch)
tree7ae02c1874a0e4783a885103918de635046a2c02 /benchmarks/sysbench/Makefile
parent7a7ea559c5e11a08122f25c255a8f178820471cb (diff)
downloadpkgsrc-224c1a05769f13d6dabd369234380993b38b0c74.tar.gz
Changes 0.4.12:
* Made forced shutdown introduced in 0.4.11 optional via the --forced-shutdown switch and off by default. Changes 0.4.11: * Added --oltp-reconnect-mode to the OLTP test. * Minor fixes to remove compiler warnings and DocBook processing on Mac OS X. * Added forced test shutdown to avoid endless execution when DB server freezes * Backport of Windows support from the 0.5 branch Changes 0.4.10: * Fixed the bug with empty --mysql-create-options * Merge two patches from Tim Cook: - use lrand48() as random() is not thread-safe on most platforms - use libumem/mtmalloc for memory allocation if available on the target platform * Got rid of some unnecessary malloc() calls in drv_mysql.c
Diffstat (limited to 'benchmarks/sysbench/Makefile')
-rw-r--r--benchmarks/sysbench/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 88a14ba22d3..23c76cf86d3 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2007/12/21 22:30:22 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/05/27 10:49:07 adam Exp $
-DISTNAME= sysbench-0.4.8
-CATEGORIES= benchmarks
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sysbench/}
+DISTNAME= sysbench-0.4.12
+CATEGORIES= benchmarks
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sysbench/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sysbench.sourceforge.net/
-COMMENT= Modular, cross-platform and multi-threaded benchmark tool
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sysbench.sourceforge.net/
+COMMENT= Modular, cross-platform and multi-threaded benchmark tool
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PTHREAD_AUTO_VARS= yes
MAKE_FLAGS+= bin_SCRIPTS= # don't install problematic scripts