summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant/patches
diff options
context:
space:
mode:
authorobache <obache>2010-01-17 02:49:05 +0000
committerobache <obache>2010-01-17 02:49:05 +0000
commit2b0dde269d502cd823a6daf0f54e359c01e50ae2 (patch)
treeb93641915d9e3baec67e975790420e206bd341ea /databases/tokyotyrant/patches
parentd75c3709ebf90e8f649b7f8c46cc7833d08fb852 (diff)
downloadpkgsrc-2b0dde269d502cd823a6daf0f54e359c01e50ae2.tar.gz
Update tokyotyrant to 1.1.39.
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com> * ttutil.c (ttservstart): error handler for the accept call was added. * ttserver.c (proc): the system connection limit is now reset. - Release: 1.1.39 2009-11-05 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_mc_append, do_mc_prepend): new functions. - Release: 1.1.38 2009-10-20 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_stat): "fatal" attribute was added. * ttutil.c (ttwaitsock): new function. * ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case. * tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed. - Release: 1.1.37 2009-10-06 Mikio Hirabayashi <hirarin@gmail.com> * scrext.c (serv_strstr): new function. * ttserver.c (main, proc): "-mul" option was added. - Release: 1.1.36 2009-09-18 Mikio Hirabayashi <hirarin@gmail.com> * tculog.c (tculogadbputshl, tculogadbputshlproc): new functions. * scrext.c (iterrec): a bug related to handling the return value was fixed. * ttserver.c (do_http_post): "tcadbmisc" is now supported. * ttserver.c (do_stat, do_mc_stats): counts of command execution are now output. * tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions. - Release: 1.1.35 2009-08-04 Mikio Hirabayashi <hirarin@gmail.com> * tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced. * tcrdb.c (tcrdbreconnect): delay mecahism was added. * tculog.c (tculrdnew): a bug related to timestamp detection was fixed. * tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added. * ttserver.c (do_log): a bug of buffer overrun was fixed. - Release: 1.1.34
Diffstat (limited to 'databases/tokyotyrant/patches')
-rw-r--r--databases/tokyotyrant/patches/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/tokyotyrant/patches/patch-ac b/databases/tokyotyrant/patches/patch-ac
index dc8a143b614..4558c33566e 100644
--- a/databases/tokyotyrant/patches/patch-ac
+++ b/databases/tokyotyrant/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.5 2009/05/07 11:03:50 obache Exp $
+$NetBSD: patch-ac,v 1.6 2010/01/17 02:49:05 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-05-05 07:55:39.000000000 +0000
+--- myconf.h.orig 2009-12-08 08:34:21.000000000 +0000
+++ myconf.h
@@ -44,6 +44,11 @@
#define _SYS_OPENBSD_
@@ -14,7 +14,7 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242
+#define _SYS_DRAGONFLY_
+#define TTSYSNAME "DragonFly"
+
- #elif defined(__sun__)
+ #elif defined(__sun__) || defined(__sun)
#define _SYS_SUNOS_
@@ -92,7 +97,7 @@
@@ -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 =======================================
-@@ -214,7 +219,7 @@
+@@ -215,7 +220,7 @@
#include <tctdb.h>
#include <tcadb.h>
@@ -35,12 +35,12 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=2447593&group_id=200242
#define TTUSEKQUEUE 1
#elif defined(_SYS_SUNOS_)
-@@ -243,7 +248,7 @@ typedef struct { int portev_object; } po
+@@ -242,7 +247,7 @@ typedef struct { int portev_object; } po
+ *************************************************************************************************/
- #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)
+ #define nanl(TC_a) ((long double)strtod("nan", NULL))
#endif
-