summaryrefslogtreecommitdiff
path: root/mail/evolution/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-12-03 10:08:26 +0000
committertron <tron@pkgsrc.org>2001-12-03 10:08:26 +0000
commit9907621d7e23ef65e8371a3c4ab3133a9abc0138 (patch)
tree4789fe4df99a1b71f1417812ed8a306f98a3277f /mail/evolution/patches
parent525970967509781700811028b9d61f79b158a00d (diff)
downloadpkgsrc-9907621d7e23ef65e8371a3c4ab3133a9abc0138.tar.gz
Fix some more "db3" version number problems.
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r--mail/evolution/patches/patch-af8
-rw-r--r--mail/evolution/patches/patch-ag8
-rw-r--r--mail/evolution/patches/patch-aj8
3 files changed, 12 insertions, 12 deletions
diff --git a/mail/evolution/patches/patch-af b/mail/evolution/patches/patch-af
index 5f9c0649fd7..a1868f710a4 100644
--- a/mail/evolution/patches/patch-af
+++ b/mail/evolution/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 2001/08/11 18:39:25 rh Exp $
+$NetBSD: patch-af,v 1.3 2001/12/03 10:08:26 tron Exp $
--- e-util/e-db3-utils.c.orig Fri Jun 1 03:02:11 2001
+++ e-util/e-db3-utils.c
@@ -9,9 +9,9 @@ $NetBSD: patch-af,v 1.2 2001/08/11 18:39:25 rh Exp $
- DB_VERSION_MINOR != 1 || \
- DB_VERSION_PATCH != 17
-#error Including wrong DB3. Need libdb 3.1.17.
-+ DB_VERSION_MINOR != 2 || \
-+ DB_VERSION_PATCH != 9
-+#error Including wrong DB3. Need libdb 3.2.9.
++ DB_VERSION_MINOR != 3 || \
++ DB_VERSION_PATCH != 11
++#error Including wrong DB3. Need libdb 3.3.11.
#endif
static char *
diff --git a/mail/evolution/patches/patch-ag b/mail/evolution/patches/patch-ag
index c0db9c8134e..60789be2325 100644
--- a/mail/evolution/patches/patch-ag
+++ b/mail/evolution/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.2 2001/08/11 18:39:25 rh Exp $
+$NetBSD: patch-ag,v 1.3 2001/12/03 10:08:26 tron Exp $
--- e-util/e-dbhash.c.orig Sat Jul 28 00:14:12 2001
+++ e-util/e-dbhash.c
@@ -9,9 +9,9 @@ $NetBSD: patch-ag,v 1.2 2001/08/11 18:39:25 rh Exp $
- DB_VERSION_MINOR != 1 || \
- DB_VERSION_PATCH != 17
-#error Including wrong DB3. Need libdb 3.1.17.
-+ DB_VERSION_MINOR != 2 || \
-+ DB_VERSION_PATCH != 9
-+#error Including wrong DB3. Need libdb 3.2.9.
++ DB_VERSION_MINOR != 3 || \
++ DB_VERSION_PATCH != 11
++#error Including wrong DB3. Need libdb 3.3.11.
#endif
struct _EDbHashPrivate
diff --git a/mail/evolution/patches/patch-aj b/mail/evolution/patches/patch-aj
index a04cf40f79e..ba16b577c8c 100644
--- a/mail/evolution/patches/patch-aj
+++ b/mail/evolution/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.3 2001/08/11 18:39:26 rh Exp $
+$NetBSD: patch-aj,v 1.4 2001/12/03 10:08:26 tron Exp $
--- addressbook/backend/pas/pas-backend-file.c.orig Tue Jul 10 06:49:49 2001
+++ addressbook/backend/pas/pas-backend-file.c
@@ -9,9 +9,9 @@ $NetBSD: patch-aj,v 1.3 2001/08/11 18:39:26 rh Exp $
- DB_VERSION_MINOR != 1 || \
- DB_VERSION_PATCH != 17
-#error Including wrong DB3. Need libdb 3.1.17.
-+ DB_VERSION_MINOR != 2 || \
-+ DB_VERSION_PATCH != 9
-+#error Including wrong DB3. Need libdb 3.2.9.
++ DB_VERSION_MINOR != 3 || \
++ DB_VERSION_PATCH != 11
++#error Including wrong DB3. Need libdb 3.3.11.
#endif
#include <gtk/gtksignal.h>