summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant/patches
diff options
context:
space:
mode:
authorobache <obache>2009-03-21 05:36:53 +0000
committerobache <obache>2009-03-21 05:36:53 +0000
commit252020d8d81253a9af4519a6448a60c42b735b8b (patch)
tree49232907d9cbfbefda7f08ff1c37b90eeb1cb855 /databases/tokyotyrant/patches
parent28801b17cf19392f96a0e86a5adec5b8dc30536b (diff)
downloadpkgsrc-252020d8d81253a9af4519a6448a60c42b735b8b.tar.gz
Update tokyotyrant to 1.1.17.
Changes: 2009-02-19 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (tthttpfetch): timeout mechanism was added. * ttserver.c (do_mc_delete): mismatch of the error message was resolved. * ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached. * tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax". - Release: 1.1.17
Diffstat (limited to 'databases/tokyotyrant/patches')
-rw-r--r--databases/tokyotyrant/patches/patch-ab15
1 files changed, 7 insertions, 8 deletions
diff --git a/databases/tokyotyrant/patches/patch-ab b/databases/tokyotyrant/patches/patch-ab
index 1e450cb054c..10d098dc46b 100644
--- a/databases/tokyotyrant/patches/patch-ab
+++ b/databases/tokyotyrant/patches/patch-ab
@@ -1,16 +1,15 @@
-$NetBSD: patch-ab,v 1.5 2009/02/19 06:31:55 obache Exp $
+$NetBSD: patch-ab,v 1.6 2009/03/21 05:36:53 obache Exp $
Avoid to break pkgsrc's tools.
---- configure.orig 2009-02-17 09:48:58.000000000 +0000
+--- configure.orig 2009-03-10 02:09:03.000000000 +0000
+++ configure
-@@ -1746,13 +1746,9 @@ MYLDLIBPATHENV="LD_LIBRARY_PATH"
+@@ -1746,12 +1746,9 @@ MYLDLIBPATHENV="LD_LIBRARY_PATH"
MYPOSTCMD="true"
# Building paths
--pathtmp="$PATH"
--PATH="$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
--PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
+-PATH="$PATH:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
+-PATH="$PATH:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/xpg4/bin:/usr/xpg6/bin:/usr/ucb"
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"
@@ -18,7 +17,7 @@ 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
-@@ -4428,7 +4424,7 @@ _ACEOF
+@@ -4433,7 +4430,7 @@ _ACEOF
fi
@@ -27,7 +26,7 @@ Avoid to break pkgsrc's tools.
then
{ echo "$as_me:$LINENO: checking for main in -llua" >&5
-@@ -5295,7 +5291,7 @@ echo "$as_me: error: tcutil.h is require
+@@ -5300,7 +5297,7 @@ echo "$as_me: error: tcutil.h is require
fi