summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant/patches
diff options
context:
space:
mode:
authorobache <obache>2009-02-03 13:57:56 +0000
committerobache <obache>2009-02-03 13:57:56 +0000
commitc212b1bba5ced7cbeb7520cd4e28ed44c3ccbc9b (patch)
tree4ea1fbf3c3d3963604f2f2ca4f75f550a11cb8a5 /databases/tokyotyrant/patches
parented3934b817f0b66d879fc316bd531626464fb588 (diff)
downloadpkgsrc-c212b1bba5ced7cbeb7520cd4e28ed44c3ccbc9b.tar.gz
Update TokyoTyrant to 1.1.12.
Changes: 2009-02-03 Mikio Hirabayashi <mikio@users.sourceforge.net> * myconf.c (nan): xBSDs are now supported. * ttserver (proc): parameter checking and warning were added. * tcrmgr.c (runmisc, procmisc): table database is now supported. * tcrdb.c (tcrdbtblput, tcrdbtblout, tcrdbtblget): new functions. * tcrdb.c (tcrdbtblsetindex, tcrdbtblgenuid, tcrdbqrysearch): new functions. - Release: 1.1.12
Diffstat (limited to 'databases/tokyotyrant/patches')
-rw-r--r--databases/tokyotyrant/patches/patch-aa4
-rw-r--r--databases/tokyotyrant/patches/patch-ab4
-rw-r--r--databases/tokyotyrant/patches/patch-ac18
3 files changed, 20 insertions, 6 deletions
diff --git a/databases/tokyotyrant/patches/patch-aa b/databases/tokyotyrant/patches/patch-aa
index e98cbf55558..a41356265bb 100644
--- a/databases/tokyotyrant/patches/patch-aa
+++ b/databases/tokyotyrant/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/10/11 12:26:24 obache Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/03 13:57:56 obache Exp $
+
+Honor CFLAGS and LDFLAGS passwed to configure script.
--- Makefile.in.orig 2008-09-29 02:32:50.000000000 +0000
+++ Makefile.in
diff --git a/databases/tokyotyrant/patches/patch-ab b/databases/tokyotyrant/patches/patch-ab
index b8286f18ba0..6c08e1f632f 100644
--- a/databases/tokyotyrant/patches/patch-ab
+++ b/databases/tokyotyrant/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.3 2009/01/04 11:04:35 obache Exp $
+$NetBSD: patch-ab,v 1.4 2009/02/03 13:57:56 obache Exp $
+
+Avoid to break pkgsrc's tools.
--- configure.orig 2008-12-27 09:46:51.000000000 +0000
+++ configure
diff --git a/databases/tokyotyrant/patches/patch-ac b/databases/tokyotyrant/patches/patch-ac
index 39736e2a768..6a44c4dff9b 100644
--- a/databases/tokyotyrant/patches/patch-ac
+++ b/databases/tokyotyrant/patches/patch-ac
@@ -1,8 +1,9 @@
-$NetBSD: patch-ac,v 1.1 2008/12/18 12:02:34 obache Exp $
+$NetBSD: patch-ac,v 1.2 2009/02/03 13:57:56 obache Exp $
Add NetBSD support.
+http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242&atid=972717
---- myconf.h.orig 2008-12-07 02:38:46.000000000 +0000
+--- myconf.h.orig 2009-02-02 02:33:22.000000000 +0000
+++ myconf.h
@@ -91,7 +91,7 @@
@@ -13,8 +14,8 @@ Add NetBSD support.
#error =======================================
#error Your platform is not supported. Sorry.
#error =======================================
-@@ -209,7 +209,7 @@
- #include <tcbdb.h>
+@@ -211,7 +211,7 @@
+ #include <tctdb.h>
#include <tcadb.h>
-#if defined(_SYS_FREEBSD_) || defined(_SYS_MACOSX_)
@@ -22,3 +23,12 @@ Add NetBSD support.
#define TTUSEKQUEUE 1
#else
#include <sys/epoll.h>
+@@ -227,7 +227,7 @@
+
+ #define sizeof(a) ((int)sizeof(a))
+
+-#if defined(_SYS_FREEBSD_) || defined(_SYS_NETBSD_) || defined(_SYS_OPENBSD_)
++#if defined(_SYS_FREEBSD_)
+ #define nan(TC_a) strtod("nan", NULL)
+ #endif
+