summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant/patches
diff options
context:
space:
mode:
authorobache <obache>2009-05-07 11:03:50 +0000
committerobache <obache>2009-05-07 11:03:50 +0000
commit1d9acfa68826f4d8789f69f0c632a1196cb72492 (patch)
tree81d79c983bd9bd102b465edd11e8430c22c0dd8c /databases/tokyotyrant/patches
parent7402d54818080226b6eaef0dad3d3d8d80c2753a (diff)
downloadpkgsrc-1d9acfa68826f4d8789f69f0c632a1196cb72492.tar.gz
Update tokyotyrant to 1.1.24.
Changes: 2009-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (ttbreakservexpr): new function. * tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions. * tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions. * ttserver.c (proc): dynamic linking for the skeleton database was added. * ttskelmock.c, ttskelproxy.c: new files. - Release: 1.1.24 2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_eval, serv_split): new functions. * ttserver.c (do_repl): efficiency on dual-master replication was improved. * ttserver.c (do_optimize): new function. * ttserver.c (do_log): message format was modified. * tcrdb.c (tcrdboptimize): new function. * tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted. * tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added. * tculog.c (tculogadbredo): the flag of consistency checking was separated. - Release: 1.1.23 2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_mapreduce): the parameter for the target keys became an option. - Release: 1.1.22 2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_mapreduce): the parameter for the session ID was abolished. - Release: 1.1.21 2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net> * configure.in: a bug related to support for traditional shells was fixed. * scrext.c (serv_stashputkeep, serv_stashputcat): new functions. * scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions. * ttserver.c (do_put, do_out, do_get): parameter validation was enhanced. - Release: 1.1.20 2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.c (tcrdbqrysearchget): the option for no update log was added. * tcrdb.c (tcrdbqrysearchcount): new function. * tculog.c (tcreplread): timeout mechanism was added. * ttserver.c (do_repl): performance was improved. - Release: 1.1.19
Diffstat (limited to 'databases/tokyotyrant/patches')
-rw-r--r--databases/tokyotyrant/patches/patch-ab24
-rw-r--r--databases/tokyotyrant/patches/patch-ac10
2 files changed, 8 insertions, 26 deletions
diff --git a/databases/tokyotyrant/patches/patch-ab b/databases/tokyotyrant/patches/patch-ab
index 10d098dc46b..779b07ec07c 100644
--- a/databases/tokyotyrant/patches/patch-ab
+++ b/databases/tokyotyrant/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.6 2009/03/21 05:36:53 obache Exp $
+$NetBSD: patch-ab,v 1.7 2009/05/07 11:03:50 obache Exp $
Avoid to break pkgsrc's tools.
---- configure.orig 2009-03-10 02:09:03.000000000 +0000
+--- configure.orig 2009-05-05 07:54:12.000000000 +0000
+++ configure
-@@ -1746,12 +1746,9 @@ MYLDLIBPATHENV="LD_LIBRARY_PATH"
+@@ -1747,12 +1747,9 @@ MYLDLIBPATHENV="LD_LIBRARY_PATH"
MYPOSTCMD="true"
# Building paths
@@ -17,21 +17,3 @@ Avoid to break pkgsrc's tools.
export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH
if type pkg-config > /dev/null 2>&1
then
-@@ -4433,7 +4430,7 @@ _ACEOF
-
- fi
-
--if test "$enable_lua" == "yes"
-+if test "$enable_lua" = "yes"
- then
-
- { echo "$as_me:$LINENO: checking for main in -llua" >&5
-@@ -5300,7 +5297,7 @@ echo "$as_me: error: tcutil.h is require
- fi
-
-
--if test "$enable_lua" == "yes"
-+if test "$enable_lua" = "yes"
- then
- if test "${ac_cv_header_lua_h+set}" = set; then
- { echo "$as_me:$LINENO: checking for lua.h" >&5
diff --git a/databases/tokyotyrant/patches/patch-ac b/databases/tokyotyrant/patches/patch-ac
index f6f67cac943..dc8a143b614 100644
--- a/databases/tokyotyrant/patches/patch-ac
+++ b/databases/tokyotyrant/patches/patch-ac
@@ -1,10 +1,10 @@
-$NetBSD: patch-ac,v 1.4 2009/04/07 19:18:05 hasso Exp $
+$NetBSD: patch-ac,v 1.5 2009/05/07 11:03:50 obache Exp $
Add NetBSD and DragonFly support.
http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242&atid=972717
---- myconf.h.orig 2009-03-21 07:00:42 +0200
-+++ myconf.h 2009-04-06 13:39:51 +0300
+--- myconf.h.orig 2009-05-05 07:55:39.000000000 +0000
++++ myconf.h
@@ -44,6 +44,11 @@
#define _SYS_OPENBSD_
#define TTSYSNAME "OpenBSD"
@@ -26,7 +26,7 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242
#error =======================================
#error Your platform is not supported. Sorry.
#error =======================================
-@@ -213,7 +218,7 @@
+@@ -214,7 +219,7 @@
#include <tctdb.h>
#include <tcadb.h>
@@ -35,7 +35,7 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242
#define TTUSEKQUEUE 1
#elif defined(_SYS_SUNOS_)
-@@ -242,7 +247,7 @@ typedef struct { int portev_object; } po
+@@ -243,7 +248,7 @@ typedef struct { int portev_object; } po
#define sizeof(a) ((int)sizeof(a))