pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server/patches Really added the pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b60abe29af0c
branches:  trunk
changeset: 492422:b60abe29af0c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Apr 12 01:18:42 2005 +0000

description:
Really added the patches. Approved by jlam.

diffstat:

 mail/evolution-data-server/patches/patch-ak |  14 ++++++++++++++
 mail/evolution-data-server/patches/patch-al |  16 ++++++++++++++++
 mail/evolution-data-server/patches/patch-am |  26 ++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r e7aa83bc24c0 -r b60abe29af0c mail/evolution-data-server/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-ak       Tue Apr 12 01:18:42 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ak,v 1.3 2005/04/12 01:18:42 rillig Exp $
+
+Needed to have a NULL macro in the program that follows these includes.
+
+--- configure.orig     Tue Mar 15 23:06:58 2005
++++ configure  Tue Apr 12 02:30:53 2005
+@@ -10010,6 +10010,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+               #include <sys/socket.h>
+               #include <netinet/in.h>
+               #include <netdb.h>
++              #include <stddef.h>
+ 
+ 
+ int
diff -r e7aa83bc24c0 -r b60abe29af0c mail/evolution-data-server/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-al       Tue Apr 12 01:18:42 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-al,v 1.1 2005/04/12 01:18:42 rillig Exp $
+
+Needed for gcc-2.95.
+
+--- servers/groupwise/e-gw-connection.c.orig   Mon Feb 28 16:10:35 2005
++++ servers/groupwise/e-gw-connection.c        Sun Apr 10 04:25:22 2005
+@@ -1764,8 +1764,8 @@ e_gw_connection_get_categories (EGwConne
+       EGwConnectionPrivate *priv;
+         SoupSoapParameter *param, *subparam, *second_level_child;
+       char *id, *name;
+-        g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
+       static GStaticMutex connecting = G_STATIC_MUTEX_INIT;
++        g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
+ 
+       priv = cnc->priv;
+       g_static_mutex_lock (&connecting);
diff -r e7aa83bc24c0 -r b60abe29af0c mail/evolution-data-server/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-am       Tue Apr 12 01:18:42 2005 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-am,v 1.1 2005/04/12 01:18:42 rillig Exp $
+
+Needed for gcc-2.95.
+
+--- servers/groupwise/e-gw-item.c.orig Mon Feb 28 16:44:17 2005
++++ servers/groupwise/e-gw-item.c      Sun Apr 10 04:26:27 2005
+@@ -2742,8 +2742,8 @@ e_gw_item_set_calendar_item_elements (EG
+ 
+       /*attachments*/
+       if (priv->attach_list) {
++              GSList *al;
+               soup_soap_message_start_element (msg, "attachments", NULL, NULL) ;
+-              GSList *al ;
+               for (al = priv->attach_list ; al != NULL ;  al = al->next) {
+                       EGwItemAttachment *attachment = (EGwItemAttachment *)al->data ;
+                       add_attachment_to_soap_message (attachment, msg) ;
+@@ -2810,8 +2810,8 @@ e_gw_item_append_to_soap_message (EGwIte
+ 
+               /*attachments*/
+               if (priv->attach_list) {
++                      GSList *al;
+                       soup_soap_message_start_element (msg, "attachments", NULL, NULL) ;
+-                      GSList *al ;
+                       for (al = priv->attach_list ; al != NULL ;  al = al->next) {
+                               EGwItemAttachment *attachment = (EGwItemAttachment *)al->data ;
+                               add_attachment_to_soap_message (attachment, msg) ;



Home | Main Index | Thread Index | Old Index