summaryrefslogtreecommitdiff
path: root/databases/evolution-data-server/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:22:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:22:13 +0000
commit610ae5681637c1051a0c17b54e29d97f53da2f3a (patch)
treec231a1eb74b07e444fa7363012cb84bf23d83ce0 /databases/evolution-data-server/files
parentAdd a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo (diff)
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r--databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c13
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c10
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c19
-rw-r--r--databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in12
-rw-r--r--databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c11
5 files changed, 6 insertions, 59 deletions
diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c b/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c
deleted file mode 100644
index b7266a514fb5..000000000000
--- a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- addressbook/backends/ldap/e-book-backend-ldap.c.orig 2007-12-14 15:23:50.000000000 +0100
-+++ addressbook/backends/ldap/e-book-backend-ldap.c 2007-12-21 11:29:01.000000000 +0100
-@@ -358,8 +358,8 @@
-
- /* misc fields */
- STRING_PROP (E_CONTACT_HOMEPAGE_URL, "labeledURI"),
-- /* map nickname to displayName */
-- STRING_PROP (E_CONTACT_NICKNAME, "displayName"),
-+ /* map nickname to nickname */
-+ STRING_PROP (E_CONTACT_NICKNAME, "nickname"),
- E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"),
- E_STRING_PROP (E_CONTACT_NOTE, "note"),
- E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare),
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c
deleted file mode 100644
index e00b57db0780..000000000000
--- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- camel/providers/imap4/camel-imap4-specials.c.orig Thu May 17 18:11:10 2007
-+++ camel/providers/imap4/camel-imap4-specials.c Thu May 17 18:11:17 2007
-@@ -22,6 +22,7 @@
- #include <config.h>
- #endif
-
-+#include <glib.h>
- #include <string.h>
-
- #include "camel-imap4-specials.h"
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c
deleted file mode 100644
index 55db1a65dcf0..000000000000
--- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- camel/providers/imap4/camel-imap4-summary.c.orig Mon May 7 01:01:31 2007
-+++ camel/providers/imap4/camel-imap4-summary.c Mon May 7 01:05:32 2007
-@@ -1148,6 +1148,7 @@ static CamelIMAP4Command *
- imap4_summary_fetch_flags (CamelFolderSummary *summary)
- {
- CamelFolder *folder = summary->folder;
-+ CamelIMAP4Summary *imap4_summary = (CamelIMAP4Summary *) summary;
- struct imap4_fetch_all_t *fetch;
- CamelMessageInfo *info[2];
- CamelIMAP4Engine *engine;
-@@ -1479,7 +1480,7 @@ camel_imap4_summary_flush_updates (Camel
- }
- } else {
- /* need to fetch new envelopes */
-- first = scount + 1;
-+ seqid = scount + 1;
- }
-
- if (seqid != 0 && seqid <= imap4_summary->exists) {
diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
index f5b6fa2735d8..9cf7de30997e 100644
--- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
+++ b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
@@ -1,6 +1,6 @@
---- docs/reference/camel/Makefile.in.orig 2007-12-21 11:30:30.000000000 +0100
-+++ docs/reference/camel/Makefile.in 2007-12-21 11:55:58.000000000 +0100
-@@ -123,7 +123,7 @@
+--- docs/reference/camel/Makefile.in.orig 2008-09-08 23:00:49.000000000 +0200
++++ docs/reference/camel/Makefile.in 2008-09-08 23:01:25.000000000 +0200
+@@ -129,7 +129,7 @@
GOBJECT_QUERY = @GOBJECT_QUERY@
GREP = @GREP@
HAVE_JW = @HAVE_JW@
@@ -9,10 +9,10 @@
ICONV_CFLAGS = @ICONV_CFLAGS@
ICONV_LIBS = @ICONV_LIBS@
IDL_INCLUDES = @IDL_INCLUDES@
-@@ -690,8 +690,8 @@
+@@ -704,8 +704,8 @@
+ echo '-- Installing '$$i ; \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
- which gtkdoc-rebase >/dev/null && \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
+# which gtkdoc-rebase >/dev/null && \
diff --git a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c b/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c
deleted file mode 100644
index 62532da02471..000000000000
--- a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libedataserverui/e-source-option-menu.c.orig Tue Nov 23 13:50:14 2004
-+++ libedataserverui/e-source-option-menu.c Tue Nov 23 13:50:33 2004
-@@ -24,6 +24,8 @@
- #include <config.h>
- #endif
-
-+#include <sys/types.h>
-+
- #include <gtk/gtkmenu.h>
- #include <gtk/gtkmenuitem.h>
-