pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/tokyotyrant Add NetBSD-5 support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/821696821277
branches: trunk
changeset: 551592:821696821277
user: obache <obache%pkgsrc.org@localhost>
date: Thu Dec 18 12:02:34 2008 +0000
description:
Add NetBSD-5 support.
diffstat:
databases/tokyotyrant/distinfo | 3 ++-
databases/tokyotyrant/patches/patch-ac | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 27c546f9c750 -r 821696821277 databases/tokyotyrant/distinfo
--- a/databases/tokyotyrant/distinfo Thu Dec 18 09:28:01 2008 +0000
+++ b/databases/tokyotyrant/distinfo Thu Dec 18 12:02:34 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2008/12/07 11:34:53 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/12/18 12:02:34 obache Exp $
SHA1 (tokyotyrant-1.1.9.tar.gz) = a07fcec354f9be28fa3b60850667cc3778147325
RMD160 (tokyotyrant-1.1.9.tar.gz) = 7b390727c6585ee128e3a858ac605a80b9f99a4f
Size (tokyotyrant-1.1.9.tar.gz) = 144390 bytes
SHA1 (patch-aa) = 94d950d5ddee5520cc1637f7026270ce0b5e1af5
SHA1 (patch-ab) = 0358a2b058eaac5a05e55de5ef352ecffa39014b
+SHA1 (patch-ac) = 0ff0811b359e8a2687ad962f85758b2b60b265b1
diff -r 27c546f9c750 -r 821696821277 databases/tokyotyrant/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/tokyotyrant/patches/patch-ac Thu Dec 18 12:02:34 2008 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.1 2008/12/18 12:02:34 obache Exp $
+
+Add NetBSD support.
+
+--- myconf.h.orig 2008-12-07 02:38:46.000000000 +0000
++++ myconf.h
+@@ -91,7 +91,7 @@
+
+ #endif
+
+-#if !defined(_SYS_LINUX_) && !defined(_SYS_FREEBSD_) && !defined(_SYS_MACOSX_)
++#if !defined(_SYS_LINUX_) && !defined(_SYS_FREEBSD_) && !defined(_SYS_MACOSX_) && !defined(_SYS_NETBSD_)
+ #error =======================================
+ #error Your platform is not supported. Sorry.
+ #error =======================================
+@@ -209,7 +209,7 @@
+ #include <tcbdb.h>
+ #include <tcadb.h>
+
+-#if defined(_SYS_FREEBSD_) || defined(_SYS_MACOSX_)
++#if defined(_SYS_FREEBSD_) || defined(_SYS_MACOSX_) || defined(_SYS_NETBSD_)
+ #define TTUSEKQUEUE 1
+ #else
+ #include <sys/epoll.h>
Home |
Main Index |
Thread Index |
Old Index