diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 16:14:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 16:14:59 +0000 |
commit | df3162b574a82ffeba249910e8944aaa1b509168 (patch) | |
tree | dd7ba82945d6ca7e907abcd860d1f5658e6f1715 /mail/evolution | |
parent | 78b29549d20ea85f2dfabd5ee69b9d398861fc6b (diff) | |
download | ports-df3162b574a82ffeba249910e8944aaa1b509168.tar.gz ports-df3162b574a82ffeba249910e8944aaa1b509168.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/files/patch-addressbook::backend::pas::pas-backend-file.c | 27 | ||||
-rw-r--r-- | mail/evolution/files/patch-e-util::e-dbhash.c | 21 |
2 files changed, 0 insertions, 48 deletions
diff --git a/mail/evolution/files/patch-addressbook::backend::pas::pas-backend-file.c b/mail/evolution/files/patch-addressbook::backend::pas::pas-backend-file.c deleted file mode 100644 index 4ae8e0055e3d..000000000000 --- a/mail/evolution/files/patch-addressbook::backend::pas::pas-backend-file.c +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- addressbook/backend/pas/pas-backend-file.c 2001/12/06 10:25:50 1.1 -+++ addressbook/backend/pas/pas-backend-file.c 2001/12/06 10:27:02 -@@ -1238,10 +1238,13 @@ - gboolean writable = FALSE; - int db_error; - DB *db; -+#if 0 - int major, minor, patch; -+#endif - - g_assert (bf->priv->loaded == FALSE); - -+#if 0 - db_version (&major, &minor, &patch); - - if (major != 3 || -@@ -1250,6 +1253,7 @@ - g_warning ("Wrong version of libdb."); - return FALSE; - } -+#endif - - filename = pas_backend_file_extract_path_from_uri (uri); - diff --git a/mail/evolution/files/patch-e-util::e-dbhash.c b/mail/evolution/files/patch-e-util::e-dbhash.c deleted file mode 100644 index 438c608362ae..000000000000 --- a/mail/evolution/files/patch-e-util::e-dbhash.c +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- e-util/e-dbhash.c 2001/12/06 10:25:50 1.1 -+++ e-util/e-dbhash.c 2001/12/06 10:26:28 -@@ -33,6 +33,7 @@ - DB *db; - int rv; - -+#if 0 - int major, minor, patch; - - db_version (&major, &minor, &patch); -@@ -43,6 +44,7 @@ - g_warning ("Wrong version of libdb."); - return NULL; - } -+#endif - - /* Attempt to open the database */ - rv = db_create (&db, NULL, 0); |