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/
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
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/
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/
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/
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
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
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
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="