Sun Jan 4 11:04:35 2009 UTC ()
Update tokyodystopia to 1.1.11.

Changes:
2008-12-08  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrdb.c (tcrdbmisc): the return value of the "getlist" function was modified.

	* scrext.c (serv_misc): new function.

	- Release: 1.1.11

2008-12-08  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (tcsocksetlife): new function.

	* scrext.c (scrextnew): "_thnum" parameter was added.

	* scrext.c (serv_foreach, serv_stashvanish, serv_stashforeach): new functions.

	* ttserver.c (do_misc): new function.

	* tculog.c (tculogadbmisc): new function.

	- Release: 1.1.10


(obache)
diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/PLIST
diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/distinfo
diff -r1.2 -r1.3 pkgsrc/databases/tokyotyrant/patches/patch-ab

cvs diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/Makefile 2008/12/15 11:18:41 1.6
+++ pkgsrc/databases/tokyotyrant/Makefile 2009/01/04 11:04:35 1.7
@@ -1,35 +1,34 @@ @@ -1,35 +1,34 @@
1# $NetBSD: Makefile,v 1.6 2008/12/15 11:18:41 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2009/01/04 11:04:35 obache Exp $
2# 2#
3 3
4DISTNAME= tokyotyrant-1.1.9 4DISTNAME= tokyotyrant-1.1.11
5PKGREVISION= 1 
6CATEGORIES= databases net 5CATEGORIES= databases net
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
8 7
9MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://tokyocabinet.sourceforge.net/ 9HOMEPAGE= http://tokyocabinet.sourceforge.net/
11COMMENT= Network interface of Tokyo Cabinet 10COMMENT= Network interface of Tokyo Cabinet
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17 16
18PKGCONFIG_OVERRIDE+= tokyotyrant.pc.in 17PKGCONFIG_OVERRIDE+= tokyotyrant.pc.in
19 18
20TEST_TARGET= check 19TEST_TARGET= check
21 20
22.include "options.mk" 21.include "options.mk"
23 22
24BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.3.23 23BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.3.27
25.include "../../databases/tokyocabinet/buildlink3.mk" 24.include "../../databases/tokyocabinet/buildlink3.mk"
26.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
27PTHREAD_AUTO_VARS= yes 26PTHREAD_AUTO_VARS= yes
28.include "../../mk/pthread.buildlink3.mk" 27.include "../../mk/pthread.buildlink3.mk"
29.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none" 28.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
30SUBST_CLASSES+= pthread 29SUBST_CLASSES+= pthread
31SUBST_STAGE.pthread= pre-configure 30SUBST_STAGE.pthread= pre-configure
32SUBST_FILES.pthread= configure 31SUBST_FILES.pthread= configure
33SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|' 32SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
34.endif 33.endif
35.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/PLIST 2008/12/07 11:34:53 1.6
+++ pkgsrc/databases/tokyotyrant/PLIST 2009/01/04 11:04:35 1.7
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1@comment $NetBSD: PLIST,v 1.6 2008/12/07 11:34:53 obache Exp $ 1@comment $NetBSD: PLIST,v 1.7 2009/01/04 11:04:35 obache Exp $
2bin/tcrmgr 2bin/tcrmgr
3bin/tcrmttest 3bin/tcrmttest
4bin/tcrtest 4bin/tcrtest
5bin/ttserver 5bin/ttserver
6bin/ttulmgr 6bin/ttulmgr
7bin/ttultest 7bin/ttultest
8include/tcrdb.h 8include/tcrdb.h
9include/tculog.h 9include/tculog.h
10include/ttutil.h 10include/ttutil.h
11lib/libtokyotyrant.a 11lib/libtokyotyrant.a
12lib/libtokyotyrant.so 12lib/libtokyotyrant.so
13lib/libtokyotyrant.so.2 13lib/libtokyotyrant.so.2
14lib/libtokyotyrant.so.2.1.0 14lib/libtokyotyrant.so.2.3.0
15lib/pkgconfig/tokyotyrant.pc 15lib/pkgconfig/tokyotyrant.pc
16man/man1/tcrmgr.1 16man/man1/tcrmgr.1
17man/man1/tcrmttest.1 17man/man1/tcrmttest.1
18man/man1/tcrtest.1 18man/man1/tcrtest.1
19man/man1/ttserver.1 19man/man1/ttserver.1
20man/man1/ttulmgr.1 20man/man1/ttulmgr.1
21man/man1/ttultest.1 21man/man1/ttultest.1
22man/man3/tcrdb.3 22man/man3/tcrdb.3
23man/man3/tculog.3 23man/man3/tculog.3
24man/man3/ttutil.3 24man/man3/ttutil.3
25man/man8/ttservctl.8 25man/man8/ttservctl.8
26sbin/ttservctl 26sbin/ttservctl
27share/tokyotyrant/COPYING 27share/tokyotyrant/COPYING

cvs diff -r1.6 -r1.7 pkgsrc/databases/tokyotyrant/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/distinfo 2008/12/18 12:02:34 1.6
+++ pkgsrc/databases/tokyotyrant/distinfo 2009/01/04 11:04:35 1.7
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.6 2008/12/18 12:02:34 obache Exp $ 1$NetBSD: distinfo,v 1.7 2009/01/04 11:04:35 obache Exp $
2 2
3SHA1 (tokyotyrant-1.1.9.tar.gz) = a07fcec354f9be28fa3b60850667cc3778147325 3SHA1 (tokyotyrant-1.1.11.tar.gz) = 1927ecc0e313e82815d216336052529cf40a4f9e
4RMD160 (tokyotyrant-1.1.9.tar.gz) = 7b390727c6585ee128e3a858ac605a80b9f99a4f 4RMD160 (tokyotyrant-1.1.11.tar.gz) = 165ad5df56812cdea9cf772ac2a7fc78512d9400
5Size (tokyotyrant-1.1.9.tar.gz) = 144390 bytes 5Size (tokyotyrant-1.1.11.tar.gz) = 150615 bytes
6SHA1 (patch-aa) = 94d950d5ddee5520cc1637f7026270ce0b5e1af5 6SHA1 (patch-aa) = 94d950d5ddee5520cc1637f7026270ce0b5e1af5
7SHA1 (patch-ab) = 0358a2b058eaac5a05e55de5ef352ecffa39014b 7SHA1 (patch-ab) = 78838c7880b618a9f4c8c3ae8f9fc774a4f54f3c
8SHA1 (patch-ac) = 0ff0811b359e8a2687ad962f85758b2b60b265b1 8SHA1 (patch-ac) = 0ff0811b359e8a2687ad962f85758b2b60b265b1

cvs diff -r1.2 -r1.3 pkgsrc/databases/tokyotyrant/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/patches/patch-ab 2008/10/13 05:58:31 1.2
+++ pkgsrc/databases/tokyotyrant/patches/patch-ab 2009/01/04 11:04:35 1.3
@@ -1,22 +1,36 @@ @@ -1,22 +1,36 @@
1$NetBSD: patch-ab,v 1.2 2008/10/13 05:58:31 obache Exp $ 1$NetBSD: patch-ab,v 1.3 2009/01/04 11:04:35 obache Exp $
2 2
3--- configure.orig 2008-10-09 09:24:27.000000000 +0000 3--- configure.orig 2008-12-27 09:46:51.000000000 +0000
4+++ configure 4+++ configure
5@@ -4368,7 +4368,7 @@ _ACEOF 5@@ -1745,13 +1745,9 @@ MYLDLIBPATHENV="LD_LIBRARY_PATH"
 6 MYPOSTCMD="true"
 7
 8 # Building paths
 9-pathtmp="$PATH"
 10-PATH="$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
 11-PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
 12 CPATH="$HOME/include:/usr/local/include:$CPATH"
 13 LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
 14 LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
 15-PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
 16 export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH
 17 if type pkg-config > /dev/null 2>&1
 18 then
 19@@ -4427,7 +4423,7 @@ _ACEOF
6  20
7 fi 21 fi
8  22
9-if test "$enable_lua" == "yes" 23-if test "$enable_lua" == "yes"
10+if test "$enable_lua" = "yes" 24+if test "$enable_lua" = "yes"
11 then 25 then
12  26
13 { echo "$as_me:$LINENO: checking for main in -llua" >&5 27 { echo "$as_me:$LINENO: checking for main in -llua" >&5
14@@ -5235,7 +5235,7 @@ echo "$as_me: error: tcutil.h is require 28@@ -5294,7 +5290,7 @@ echo "$as_me: error: tcutil.h is require
15 fi 29 fi
16  30
17  31
18-if test "$enable_lua" == "yes" 32-if test "$enable_lua" == "yes"
19+if test "$enable_lua" = "yes" 33+if test "$enable_lua" = "yes"
20 then 34 then
21 if test "${ac_cv_header_lua_h+set}" = set; then 35 if test "${ac_cv_header_lua_h+set}" = set; then
22 { echo "$as_me:$LINENO: checking for lua.h" >&5 36 { echo "$as_me:$LINENO: checking for lua.h" >&5