Re: Cyrus IMAPd 2.4.0 Released

2010-10-12 Thread Hajimu UMEMOTO
0-12 12:18:23.780338789 +0900 @@ -55,6 +55,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_STDINT_H +#include +#endif #include #include #include Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: compiling with db50

2010-05-28 Thread Hajimu UMEMOTO
Hi, >>>>> On Fri, 28 May 2010 01:34:53 -0400 >>>>> Matt Selsky said: selsky> Can you please add this patch to bugzilla? Okay, I've just added them to bugzilla. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mah

compiling with db50

2010-05-27 Thread Hajimu UMEMOTO
SION_MINOR >= 1 +#if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || DB_VERSION_MAJOR >= 5 r = (db->open)(db, NULL, fname, NULL, type, dbflags | DB_AUTO_COMMIT, 0664); #else r = (db->open)(db, fname, NULL, type, dbflags, 0664); -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: Cyrus IMAPd 2.3.16 Released

2009-12-22 Thread Hajimu UMEMOTO
flags needed on "${target_os}") eval `${PERL} -V:cccdlflags` PERL_CCCDLFLAGS="$cccdlflags" Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: AMD64 and PIC

2009-04-02 Thread Hajimu UMEMOTO
AGS) lorenzo> +AC_MSG_RESULT($PERL_CCCDLFLAGS) lorenzo> +;; lorenzo> +*) lorenzo> +AC_MSG_WARN(skipping check for perl cccdlflags on "${target_os}") lorenzo> +esac Please add `freebsd*' as well. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan u...@mahoroba.org u...@{,jp.}FreeBSD.org http://www.imasy.org/~ume/

Re: Cyrus IMAPd 2.3.12p2 Released

2008-04-25 Thread Hajimu UMEMOTO
Hi, >>>>> On Fri, 25 Apr 2008 14:39:20 -0400 >>>>> Ken Murchison <[EMAIL PROTECTED]> said: murch> Hajimu UMEMOTO wrote: > Hi, > >>>>>> On Fri, 25 Apr 2008 13:48:54 -0400 >>>>>> Ken Murchison <[EMAIL PROTECTED

Re: Cyrus IMAPd 2.3.12p2 Released

2008-04-25 Thread Hajimu UMEMOTO
right tarball got to the download > site? murch> This is the only diff: murch> https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/libconfig.c.diff?r1=1.18.2.1;r2=1.18.2.2;sortby=date;f=h Unfortunately, I cannot see the diff between 2.3.12p1 and 2.3.12p2, and it seems the pro

Re: 2.3.12rc1 doesn't compile with LDAP

2008-04-09 Thread Hajimu UMEMOTO
ap.c diff -u -p ptclient/ldap.c.orig ptclient/ldap.c --- ptclient/ldap.c.orig2008-03-25 03:34:22.0 +0900 +++ ptclient/ldap.c 2008-04-09 14:56:36.00000 +0900 @@ -1,4 +1,4 @@ -/* ldap.c - LDAP Backend to ptloader */ +/* ldap.c - LDAP Backend to ptloader * * Copyright (c) 1994-20

Re: Cyrus 2.3.9 RC1

2007-08-13 Thread Hajimu UMEMOTO
if test "$dblib" = "no"; then LIBS="$saved_LIBS -ldb" - AC_TRY_LINK([#include ], + AC_TRY_LINK([#include +#include ], [db_open(NULL, 0, 0, 0, NULL, NULL, NULL);], BDB_LIBADD="$BDB_LIBADD -ldb"; dblib="