summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 01:50:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 01:50:27 +0800
commit590565a1d7ebff3daea2fa539d3b2db0d171825e (patch)
treefd6375615fb244e29925bbc16dc38216b949dca0 /databases/evolution-data-server/files
parent33129a8bd2fe443227c00e250468a09abcea8fa4 (diff)
downloadmarcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar.gz
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar.bz2
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar.lz
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar.xz
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.tar.zst
marcuscom-ports-590565a1d7ebff3daea2fa539d3b2db0d171825e.zip
Update to 1.3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4596 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-utils.c25
-rw-r--r--databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in11
2 files changed, 23 insertions, 13 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-utils.c b/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-utils.c
index 2db460f05..fc435dcb5 100644
--- a/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-utils.c
+++ b/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-utils.c
@@ -1,14 +1,13 @@
---- camel/providers/groupwise/camel-groupwise-utils.c.orig Wed Jul 13 02:16:06 2005
-+++ camel/providers/groupwise/camel-groupwise-utils.c Wed Jul 13 02:16:19 2005
-@@ -383,9 +383,10 @@ camel_groupwise_util_item_from_message (
- attachment->contentType = g_strdup_printf ("%s/%s", type->type, type->subtype) ;
- if (!g_ascii_strncasecmp (attachment->contentType, RFC_822, strlen (RFC_822))) {
- char *temp_id = NULL, *id = NULL;
-+ int len;
- //id = (char *)camel_mime_message_get_message_id ((CamelMimeMessage *)dw);
- temp_id = (char *)camel_medium_get_header (CAMEL_MEDIUM ((CamelMimeMessage *)dw), "Message-Id");
-- int len = strlen (temp_id);
-+ len = strlen (temp_id);
+--- camel/providers/groupwise/camel-groupwise-utils.c.orig Fri Aug 19 08:56:58 2005
++++ camel/providers/groupwise/camel-groupwise-utils.c Tue Aug 23 13:14:06 2005
+@@ -333,8 +333,9 @@ send_as_attachment (EGwConnection *cnc,
+ attachment->name = g_strdup (filename ? filename : "");
+ if (!g_ascii_strncasecmp (attachment->contentType, RFC_822, strlen (RFC_822))) {
+ char *temp_id = NULL, *id = NULL;
++ int len;
+ temp_id = (char *)camel_medium_get_header (CAMEL_MEDIUM ((CamelMimeMessage *)dw), "Message-Id");
+- int len = strlen (temp_id);
++ len = strlen (temp_id);
- id = (char *)g_malloc0 (len-1);
- id = memcpy(id, temp_id+2, len-3);
+ id = (char *)g_malloc0 (len-1);
+ id = memcpy(id, temp_id+2, len-3);
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
new file mode 100644
index 000000000..d57d9e583
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/camel/Makefile.in.orig Tue Aug 23 13:34:13 2005
++++ docs/reference/camel/Makefile.in Tue Aug 23 13:34:34 2005
+@@ -132,7 +132,7 @@
+ HAVE_JW_FALSE = @HAVE_JW_FALSE@
+ HAVE_JW_TRUE = @HAVE_JW_TRUE@
+
+-HTML_DIR = $(datadir)/gtk-doc/html
++HTML_DIR = $(prefix)/share/doc
+ ICONV_CFLAGS = @ICONV_CFLAGS@
+ ICONV_LIBS = @ICONV_LIBS@
+ IDL_INCLUDES = @IDL_INCLUDES@