summaryrefslogtreecommitdiff
path: root/databases/tokyocabinet/patches
diff options
context:
space:
mode:
authorobache <obache>2009-02-05 15:36:34 +0000
committerobache <obache>2009-02-05 15:36:34 +0000
commit1034bacd2a794af329b61e4370d94caa7704b9ef (patch)
tree207d4c0c84788ee1cff23e95b9d957bc9dc5527d /databases/tokyocabinet/patches
parentf35cf4f725bb3364a62da669ddbbd08af206fd47 (diff)
downloadpkgsrc-1034bacd2a794af329b61e4370d94caa7704b9ef.tar.gz
Update TokyoCabinet to 1.4.4.
Changes: 2009-01-29 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcutil.c (tcmapputproc, tctreeputproc, tcmdbputproc, tcndbputproc): new functions. * tchdb.c (tchdbputproc): new function. * tchdb.c (TDBTHREADYIELD): "sched_yield" is now used instead of "pthread_yield". * tcbdb.c (tcbdbputproc): new function. * tcbdb.c (tcbdbcurkey, tcbdbcurval): the type of the return value was modified. * tcfdb.c (tcfdbputproc): new function. * tcadb.c (tcadbputproc): new function. * tcadb.c (tcadbmisc): sub funcitons "put", "out", and "get" were added. * tcadb.c (tcstrisnum): new function. - Release: 1.4.4
Diffstat (limited to 'databases/tokyocabinet/patches')
-rw-r--r--databases/tokyocabinet/patches/patch-aa12
-rw-r--r--databases/tokyocabinet/patches/patch-ac18
2 files changed, 6 insertions, 24 deletions
diff --git a/databases/tokyocabinet/patches/patch-aa b/databases/tokyocabinet/patches/patch-aa
index 16db92f31db..13fc248b37e 100644
--- a/databases/tokyocabinet/patches/patch-aa
+++ b/databases/tokyocabinet/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2009/01/27 09:19:06 obache Exp $
+$NetBSD: patch-aa,v 1.7 2009/02/05 15:36:34 obache Exp $
---- configure.orig 2009-01-27 02:53:35.000000000 +0000
+--- configure.orig 2009-01-30 06:43:48.000000000 +0000
+++ configure
@@ -1744,19 +1744,16 @@ MYDOCUMENTFILES="COPYING ChangeLog THANK
MYPCFILES="tokyocabinet.pc"
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2009/01/27 09:19:06 obache Exp $
CPATH="$HOME/include:/usr/local/include:$CPATH"
LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
-@@ -4121,7 +4118,7 @@ _ACEOF
+@@ -4186,7 +4183,7 @@ _ACEOF
fi
fi
@@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.6 2009/01/27 09:19:06 obache Exp $
then
{ echo "$as_me:$LINENO: checking for main in -llzma" >&5
-@@ -4189,7 +4186,7 @@ _ACEOF
+@@ -4254,7 +4251,7 @@ _ACEOF
fi
fi
@@ -43,7 +43,7 @@ $NetBSD: patch-aa,v 1.6 2009/01/27 09:19:06 obache Exp $
then
{ echo "$as_me:$LINENO: checking for main in -llzo2" >&5
-@@ -5534,7 +5531,7 @@ fi
+@@ -5599,7 +5596,7 @@ fi
fi
@@ -52,7 +52,7 @@ $NetBSD: patch-aa,v 1.6 2009/01/27 09:19:06 obache Exp $
then
if test "${ac_cv_header_lzmalib_h+set}" = set; then
{ echo "$as_me:$LINENO: checking for lzmalib.h" >&5
-@@ -5671,7 +5668,7 @@ fi
+@@ -5736,7 +5733,7 @@ fi
fi
diff --git a/databases/tokyocabinet/patches/patch-ac b/databases/tokyocabinet/patches/patch-ac
deleted file mode 100644
index 4cca9a01ca1..00000000000
--- a/databases/tokyocabinet/patches/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/01/04 11:00:35 obache Exp $
-
-https://sourceforge.net/tracker2/?func=detail&aid=2484842&group_id=200242&atid=972717
-
---- myconf.h.orig 2009-01-03 12:51:23.000000000 +0000
-+++ myconf.h
-@@ -258,6 +258,11 @@
- #define nan(TC_a) strtod("nan", NULL)
- #endif
-
-+#if defined(_SYS_NETBSD_) && TCUSEPTHREAD
-+#include <sched.h>
-+#define pthread_yield() sched_yield()
-+#endif
-+
- #if ! defined(PATH_MAX)
- #if defined(MAXPATHLEN)
- #define PATH_MAX MAXPATHLEN