summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 05:35:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 05:35:53 +0800
commit86adf6748dbba65b36ab2a93ee6a8c60d74124bd (patch)
tree3a8f41847771b88266ae0059acc6266b59d437b6 /mail/evolution/files
parent9cdfb8d481fc1d884c065d7c54c074751f2e672c (diff)
downloadmarcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar.gz
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar.bz2
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar.lz
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar.xz
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.tar.zst
marcuscom-ports-86adf6748dbba65b36ab2a93ee6a8c60d74124bd.zip
Update to 2.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3105 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-aa41
-rw-r--r--mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c19
-rw-r--r--mail/evolution/files/patch-camel::camel-store.h13
-rw-r--r--mail/evolution/files/patch-camel_Makefile.in11
-rw-r--r--mail/evolution/files/patch-camel_camel-mime-utils.c11
-rw-r--r--mail/evolution/files/patch-e-util_e-host-utils.c24
-rw-r--r--mail/evolution/files/patch-e-util_e-msgport.c47
-rw-r--r--mail/evolution/files/patch-mail_em-utils.h10
-rw-r--r--mail/evolution/files/patch-widgets_misc_e-multi-config-dialog.c19
9 files changed, 195 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa
new file mode 100644
index 000000000..eadafd847
--- /dev/null
+++ b/mail/evolution/files/patch-aa
@@ -0,0 +1,41 @@
+--- configure.orig Wed Sep 29 14:06:43 2004
++++ configure Wed Sep 29 14:24:28 2004
+@@ -24206,6 +24206,7 @@
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
++ #include <stdio.h>
+
+
+ int
+@@ -25772,7 +25773,7 @@
+ LDFLAGS_save="$LDFLAGS"
+
+ mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
+- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
+ echo "$as_me:$LINENO: checking for Kerberos 5" >&5
+ echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
+ if test "${ac_cv_lib_kerberos5+set}" = set; then
+@@ -26928,10 +26929,10 @@
+ Example: --with-nspr-libs=/usr/lib" >&2;}
+ { (exit 1); exit 1; }; }
+ else
+- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
++ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
+ fi
+ else
+- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
++ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
+ fi
+
+ echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
+@@ -30807,7 +30808,7 @@
+ idldir="$datadir/idl/evolution-$BASE_VERSION"
+
+
+-serverdir="$libdir/bonobo/servers"
++serverdir="$prefix/libdata/bonobo/servers"
+
+
+ evolutionuidir="$privdatadir/ui"
diff --git a/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c b/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c
new file mode 100644
index 000000000..19ed92d46
--- /dev/null
+++ b/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c
@@ -0,0 +1,19 @@
+--- addressbook/gui/widgets/eab-config.c.orig Tue Nov 23 16:01:13 2004
++++ addressbook/gui/widgets/eab-config.c Tue Nov 23 16:03:20 2004
+@@ -23,13 +23,15 @@
+ #include <config.h>
+ #endif
+
++#include <sys/types.h>
++
+ #include "eab-config.h"
+
+ static GObjectClass *ecp_parent_class;
+ static GObjectClass *ecph_parent_class;
+
+ struct _EABConfigPrivate {
+- ulong source_changed_id;
++ u_long source_changed_id;
+ };
+
+ #define _PRIVATE(o) (g_type_instance_get_private((GTypeInstance *)o, eab_config_get_type()))
diff --git a/mail/evolution/files/patch-camel::camel-store.h b/mail/evolution/files/patch-camel::camel-store.h
new file mode 100644
index 000000000..f16e1b636
--- /dev/null
+++ b/mail/evolution/files/patch-camel::camel-store.h
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/mail/evolution/files/patch-camel::camel-store.h,v 1.3 2004/11/07 22:24:18 marcus Exp $
+
+--- camel/camel-store.h 2001/09/04 16:45:47 1.1
++++ camel/camel-store.h 2001/09/04 16:46:32
+@@ -33,6 +33,7 @@
+ #pragma }
+ #endif /* __cplusplus }*/
+
++#include <sys/types.h>
+ #include <camel/camel-object.h>
+ #include <camel/camel-service.h>
+
diff --git a/mail/evolution/files/patch-camel_Makefile.in b/mail/evolution/files/patch-camel_Makefile.in
new file mode 100644
index 000000000..a4250e85c
--- /dev/null
+++ b/mail/evolution/files/patch-camel_Makefile.in
@@ -0,0 +1,11 @@
+--- camel/Makefile.in.orig Tue Dec 30 00:44:37 2003
++++ camel/Makefile.in Tue Dec 30 00:44:45 2003
+@@ -221,7 +221,7 @@
+ soundsdir = @soundsdir@
+ viewsdir = @viewsdir@
+
+-SUBDIRS = . providers tests
++SUBDIRS = . providers
+
+ libcamelincludedir = $(privincludedir)/camel
+
diff --git a/mail/evolution/files/patch-camel_camel-mime-utils.c b/mail/evolution/files/patch-camel_camel-mime-utils.c
new file mode 100644
index 000000000..33111196a
--- /dev/null
+++ b/mail/evolution/files/patch-camel_camel-mime-utils.c
@@ -0,0 +1,11 @@
+--- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002
++++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002
+@@ -3388,6 +3388,8 @@
+ }
+ d(printf("named offset = %d\n", offset));
+ }
++
++ tm.tm_isdst = -1;
+
+ t = mktime(&tm);
+ #if defined(HAVE_TIMEZONE)
diff --git a/mail/evolution/files/patch-e-util_e-host-utils.c b/mail/evolution/files/patch-e-util_e-host-utils.c
new file mode 100644
index 000000000..3d92fc70f
--- /dev/null
+++ b/mail/evolution/files/patch-e-util_e-host-utils.c
@@ -0,0 +1,24 @@
+--- e-util/e-host-utils.c.orig Tue Apr 13 15:19:43 2004
++++ e-util/e-host-utils.c Sun Oct 3 01:17:57 2004
+@@ -136,12 +136,21 @@
+ case EAI_SERVICE:
+ return NO_DATA;
+ break;
++#ifdef EAI_ADDRFAMILY
+ case EAI_ADDRFAMILY:
+ return NO_ADDRESS;
+ break;
++#endif
++#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
+ case EAI_NODATA:
+ return NO_DATA;
+ break;
++#endif
++#ifdef EAI_NOFAMILY
++ case EAI_NOFAMILY:
++ return NO_ADDRESS;
++ break;
++#endif
+ case EAI_MEMORY:
+ return ENOMEM;
+ break;
diff --git a/mail/evolution/files/patch-e-util_e-msgport.c b/mail/evolution/files/patch-e-util_e-msgport.c
new file mode 100644
index 000000000..85bd48595
--- /dev/null
+++ b/mail/evolution/files/patch-e-util_e-msgport.c
@@ -0,0 +1,47 @@
+--- e-util/e-msgport.c.orig Wed Jan 14 00:04:04 2004
++++ e-util/e-msgport.c Sun Sep 19 14:01:25 2004
+@@ -921,9 +921,13 @@
+ void e_thread_put(EThread *e, EMsg *msg)
+ {
+ pthread_t id;
++ pthread_attr_t attr;
+ EMsg *dmsg = NULL;
+
+ pthread_mutex_lock(&e->mutex);
++ pthread_attr_init(&attr);
++ /* Give us a 1 MB thread stack size. */
++ pthread_attr_setstacksize(&attr, 0x100000);
+
+ /* the caller forgot to tell us what to do, well, we can't do anything can we */
+ if (e->received == NULL) {
+@@ -962,13 +966,14 @@
+ e_msgport_put(e->server_port, msg);
+ if (e->waiting == 0
+ && g_list_length(e->id_list) < e->queue_limit
+- && pthread_create(&id, NULL, thread_dispatch, e) == 0) {
++ && pthread_create(&id, &attr, thread_dispatch, e) == 0) {
+ struct _thread_info *info = g_malloc0(sizeof(*info));
+ t(printf("created NEW thread %ld\n", id));
+ info->id = id;
+ info->busy = TRUE;
+ e->id_list = g_list_append(e->id_list, info);
+ }
++ pthread_attr_destroy(&attr);
+ pthread_mutex_unlock(&e->mutex);
+ return;
+ }
+@@ -977,12 +982,13 @@
+ if (e->id == E_THREAD_NONE) {
+ int err;
+
+- if ((err = pthread_create(&e->id, NULL, thread_dispatch, e)) != 0) {
++ if ((err = pthread_create(&e->id, &attr, thread_dispatch, e)) != 0) {
+ g_warning("Could not create dispatcher thread, message queued?: %s", strerror(err));
+ e->id = E_THREAD_NONE;
+ }
+ }
+
++ pthread_attr_destroy(&attr);
+ pthread_mutex_unlock(&e->mutex);
+
+ if (dmsg) {
diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h
new file mode 100644
index 000000000..b3e7b9ffb
--- /dev/null
+++ b/mail/evolution/files/patch-mail_em-utils.h
@@ -0,0 +1,10 @@
+--- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004
++++ mail/em-utils.h Tue Aug 3 17:00:04 2004
+@@ -23,6 +23,7 @@
+ #ifndef __EM_UTILS_H__
+ #define __EM_UTILS_H__
+
++#include <sys/types.h>
+ #include <glib.h>
+
+ #ifdef __cplusplus
diff --git a/mail/evolution/files/patch-widgets_misc_e-multi-config-dialog.c b/mail/evolution/files/patch-widgets_misc_e-multi-config-dialog.c
new file mode 100644
index 000000000..f2389bd04
--- /dev/null
+++ b/mail/evolution/files/patch-widgets_misc_e-multi-config-dialog.c
@@ -0,0 +1,19 @@
+--- widgets/misc/e-multi-config-dialog.c.orig Tue Nov 23 15:53:34 2004
++++ widgets/misc/e-multi-config-dialog.c Tue Nov 23 15:54:02 2004
+@@ -396,6 +396,7 @@
+ {
+ EMultiConfigDialogPrivate *priv;
+ AtkObject *a11y;
++ AtkObject *a11yPage;
+ gint page_no;
+
+ g_return_if_fail (E_IS_MULTI_CONFIG_DIALOG (dialog));
+@@ -418,7 +419,7 @@
+ NULL);
+
+ a11y = gtk_widget_get_accessible (GTK_WIDGET(priv->notebook));
+- AtkObject *a11yPage = atk_object_ref_accessible_child (a11y, page_no);
++ a11yPage = atk_object_ref_accessible_child (a11y, page_no);
+ if (a11yPage != NULL) {
+ if (atk_object_get_role (a11yPage) == ATK_ROLE_PAGE_TAB)
+ atk_object_set_name (a11yPage, title);