summaryrefslogtreecommitdiff
path: root/mail/evolution/patches
diff options
context:
space:
mode:
authorrh <rh>2001-05-25 06:16:17 +0000
committerrh <rh>2001-05-25 06:16:17 +0000
commit98858f4fd270f055b3008c8c1e91e5f71b5ea648 (patch)
treeb48ec2b55ef94ece01ccff86de59f926b0bbc97b /mail/evolution/patches
parent55669ad40694599c9760ffb90f1e83f617553c7c (diff)
downloadpkgsrc-98858f4fd270f055b3008c8c1e91e5f71b5ea648.tar.gz
Update evolution to 0.10. This closes PR 13013 by Matthias Scheler
<tron@netbsd.org> Notable changes include: Shell: - Fixed some usability bugs in the folder selection and creation dialogs. - Added a --debug option. - Added support for drag and drop operations. Mail: - Virtual Trash folders in each mail storage and "Empty Trash" menu item to expunge all folders in a store. - Email addresses in mail headers are now right-clickable to add them to the Addressbook - Hide deleted messages is now a mode rather than a one-time operation. - When sending plain text mail, use the new plain text mode of the GtkHTML editor - Cancellable operations, cancellable/async dns lookup, slightly improved progress reporting. - Allow per-identity Draft and Sent folders. - Replies quoted with "> " in messages are now displayed dimmed to make it easier to find the new bits of text. - Saved searches. Searches now configurable via XML with supporting C code. - UNMATCHED vFolder - SASL Authentication - Filter/vFolder on Mailing List. - Resend sent items. - Allow users to turn on/off headers in the composer and added Reply-To header entry in the composer. - Numerous OpenPGP - Replying to a message chooses account based on message addressee's. - Redid Forward Inline and Forward Quoted. - IMAP fixes: greater configurability for faster startup/mail check - IMAP message bodies are now cached to local disk to speed up re-access - New config dialogs - Sorting by a text field in the message list no longer generates a random order. - Fixed "crash when getting new mail from 2 POP servers" bug. - Numerous bugfixes, cleanups and optimisations. Addressbook: - Added support for non editable sources. - Added address completion for use in contact entries using the select names system. - Fixed some major crashes in the addressbook backend. - Updated Ximian's contact information. Calendar: - Event creation fixes. - Calendar loading fixes and removal of old code. - Made the iTIP control have better spacings. - i18n fixes. Tasks: - Created a popup list item for ETable to select the Status, Classification, Priority, Percent & Transparencey fields. - Created a popup date editor item for ETable to set all the dates in the tasks. Importers: - Created Intelligent Importers that look for certain files on your disk and works out what type of data it is. Currently Intelligent Importers exist for Pine, Elm and Netscape. General: - Rewrote ETree in gal. Changed evolution to support the changes in API. - Lots of Etable/ETree bug fixes. - Lots of i18n/l10n fixes. and the Evolution gang) - Fixed the shell interface so it could correctly create folders.
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r--mail/evolution/patches/patch-aa10
-rw-r--r--mail/evolution/patches/patch-ab15
-rw-r--r--mail/evolution/patches/patch-ai14
-rw-r--r--mail/evolution/patches/patch-aj14
-rw-r--r--mail/evolution/patches/patch-ak15
-rw-r--r--mail/evolution/patches/patch-al22
6 files changed, 64 insertions, 26 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa
index 4499a56ba0b..23b1e33d235 100644
--- a/mail/evolution/patches/patch-aa
+++ b/mail/evolution/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+$NetBSD: patch-aa,v 1.2 2001/05/25 06:16:17 rh Exp $
---- configure.orig Tue Mar 13 19:55:14 2001
+--- configure.orig Thu Apr 26 23:50:36 2001
+++ configure
-@@ -4177,13 +4177,13 @@
- if { (eval echo configure:4178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+@@ -4660,13 +4660,13 @@
+ if { (eval echo configure:4661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
- DATADIRNAME=share
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -4412,7 +4412,7 @@
+@@ -4895,7 +4895,7 @@
# We need to process the po/ directory.
POSUB=po
else
diff --git a/mail/evolution/patches/patch-ab b/mail/evolution/patches/patch-ab
index 805b748a8be..6fd9dc2ed3e 100644
--- a/mail/evolution/patches/patch-ab
+++ b/mail/evolution/patches/patch-ab
@@ -1,11 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+$NetBSD: patch-ab,v 1.2 2001/05/25 06:16:17 rh Exp $
---- mail/main.c.orig Tue Apr 24 17:29:10 2001
+--- mail/main.c.orig Wed Mar 14 00:31:06 2001
+++ mail/main.c
-@@ -31,6 +31,23 @@
+@@ -31,6 +31,24 @@
#include "mail.h"
#include "mail-mt.h"
++
+#ifdef __NetBSD__
+#include <gtk/gtk.h>
+#include <pthread.h>
@@ -23,10 +24,10 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+}
+#endif
+
- #if 0
- static int blowup(int status)
- {
-@@ -117,6 +134,10 @@
+ /*#define DO_MCHECK*/
+
+ #ifdef DO_MCHECK
+@@ -129,6 +147,10 @@
g_mutex_free (gdk_threads_mutex);
gdk_threads_mutex = NULL;
}
diff --git a/mail/evolution/patches/patch-ai b/mail/evolution/patches/patch-ai
index 405e426c9b0..10f6fe93408 100644
--- a/mail/evolution/patches/patch-ai
+++ b/mail/evolution/patches/patch-ai
@@ -1,17 +1,17 @@
-$NetBSD: patch-ai,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+$NetBSD: patch-ai,v 1.2 2001/05/25 06:16:18 rh Exp $
---- wombat/Makefile.in.orig Tue Mar 13 21:13:10 2001
+--- wombat/Makefile.in.orig Thu Apr 26 23:53:05 2001
+++ wombat/Makefile.in
-@@ -177,7 +177,7 @@
- wombat_SOURCES = wombat.c
+@@ -172,7 +172,7 @@
+ wombat_SOURCES = wombat-moniker.c wombat-moniker.h wombat.c
-wombat_LDADD = $(EXTRA_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(top_builddir)/addressbook/backend/pas/libpas.a $(top_builddir)/addressbook/backend/ebook/libebook.la $(top_builddir)/e-util/ename/libename.la $(top_builddir)/calendar/pcs/libpcs.a $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/libversit/libversit.la $(top_builddir)/e-util/libeutil.la $(LDAP_LIBS)
-+wombat_LDADD = $(EXTRA_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(top_builddir)/addressbook/backend/pas/libpas.a $(top_builddir)/addressbook/backend/ebook/libebook.la $(top_builddir)/e-util/ename/libename.la $(top_builddir)/calendar/pcs/libpcs.a $(top_builddir)/calendar/cal-util/libcal-util.la -L`pwd` -lical $(top_builddir)/libversit/libversit.la $(top_builddir)/e-util/libeutil.la $(LDAP_LIBS)
++wombat_LDADD = $(EXTRA_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(top_builddir)/addressbook/backend/pas/libpas.a $(top_builddir)/addressbook/backend/ebook/libebook.la $(top_builddir)/e-util/ename/libename.la $(top_builddir)/calendar/pcs/libpcs.a $(top_builddir)/calendar/cal-util/libcal-util.la -L`pwd` -lical $(top_builddir)/libversit/libversit.la $(top_builddir)/e-util/libeutil.la $(LDAP_LIBS)
- wombat_LDFLAGS = `gnome-config --libs gnorba`
-@@ -299,6 +299,8 @@
+ oafdir = $(datadir)/oaf
+@@ -295,6 +295,8 @@
maintainer-clean-libtool:
wombat: $(wombat_OBJECTS) $(wombat_DEPENDENCIES)
diff --git a/mail/evolution/patches/patch-aj b/mail/evolution/patches/patch-aj
index 6ca167f23d2..c3eeffe757d 100644
--- a/mail/evolution/patches/patch-aj
+++ b/mail/evolution/patches/patch-aj
@@ -1,17 +1,17 @@
-$NetBSD: patch-aj,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+$NetBSD: patch-aj,v 1.2 2001/05/25 06:16:18 rh Exp $
---- calendar/gui/Makefile.in.orig Tue Mar 13 21:13:07 2001
+--- calendar/gui/Makefile.in.orig Thu May 24 07:19:17 2001
+++ calendar/gui/Makefile.in
-@@ -192,7 +192,7 @@
- evolution_calendar_SOURCES = $(IDL_GENERATED) alarm.c alarm.h calendar-config.c calendar-config.h calendar-commands.c calendar-commands.h calendar-model.c calendar-model.h calendar-summary.c calendar-summary.h comp-util.c comp-util.h control-factory.c control-factory.h component-factory.c component-factory.h e-calendar-table.h e-calendar-table.c e-day-view-main-item.c e-day-view-main-item.h e-day-view-time-item.c e-day-view-time-item.h e-day-view-top-item.c e-day-view-top-item.h e-day-view.c e-day-view.h e-itip-control.h e-itip-control.c e-meeting-edit.h e-meeting-edit.c e-week-view-event-item.c e-week-view-event-item.h e-week-view-main-item.c e-week-view-main-item.h e-week-view-titles-item.c e-week-view-titles-item.h e-week-view.c e-week-view.h e-tasks.c e-tasks.h event-editor.c event-editor.h gnome-cal.c gnome-cal.h goto.c goto.h itip-utils.c itip-utils.h main.c popup-menu.c popup-menu.h print.c print.h tag-calendar.c tag-calendar.h tasks-control-factory.c tasks-control-factory.h tasks-control.c tasks-control.h tasks-migrate.c tasks-migrate.h weekday-picker.c weekday-picker.h widget-util.c widget-util.h
+@@ -186,7 +186,7 @@
+ evolution_calendar_SOURCES = $(IDL_GENERATED) calendar-config.c calendar-config.h calendar-commands.c calendar-commands.h calendar-model.c calendar-model.h calendar-summary.c calendar-summary.h comp-util.c comp-util.h control-factory.c control-factory.h component-factory.c component-factory.h e-calendar-table.h e-calendar-table.c e-day-view-main-item.c e-day-view-main-item.h e-day-view-time-item.c e-day-view-time-item.h e-day-view-top-item.c e-day-view-top-item.h e-day-view.c e-day-view.h e-itip-control.h e-itip-control.c e-meeting-edit.h e-meeting-edit.c e-week-view-event-item.c e-week-view-event-item.h e-week-view-main-item.c e-week-view-main-item.h e-week-view-titles-item.c e-week-view-titles-item.h e-week-view.c e-week-view.h e-tasks.c e-tasks.h event-editor.c event-editor.h gnome-cal.c gnome-cal.h goto.c goto.h itip-utils.c itip-utils.h main.c print.c print.h tag-calendar.c tag-calendar.h tasks-control-factory.c tasks-control-factory.h tasks-control.c tasks-control.h tasks-migrate.c tasks-migrate.h weekday-picker.c weekday-picker.h widget-util.c widget-util.h
--evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
-+evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
+-evolution_calendar_LDADD = alarm-notify/libalarm.a $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a $(top_builddir)/widgets/menus/libmenus.la dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
++evolution_calendar_LDADD = alarm-notify/libalarm.a $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a $(top_builddir)/widgets/menus/libmenus.la dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
#evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`
-@@ -330,6 +330,8 @@
+@@ -328,6 +328,8 @@
maintainer-clean-libtool:
evolution-calendar: $(evolution_calendar_OBJECTS) $(evolution_calendar_DEPENDENCIES)
diff --git a/mail/evolution/patches/patch-ak b/mail/evolution/patches/patch-ak
new file mode 100644
index 00000000000..efd466a689f
--- /dev/null
+++ b/mail/evolution/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2001/05/25 06:16:18 rh Exp $
+
+--- composer/e-msg-composer.c.orig Wed May 23 18:05:52 2001
++++ composer/e-msg-composer.c
+@@ -73,6 +73,10 @@
+
+ #define GNOME_GTKHTML_EDITOR_CONTROL_ID "OAFIID:GNOME_GtkHTML_Editor"
+
++#ifdef send
++#undef send
++#endif
++
+
+ #define DEFAULT_WIDTH 600
+ #define DEFAULT_HEIGHT 500
diff --git a/mail/evolution/patches/patch-al b/mail/evolution/patches/patch-al
new file mode 100644
index 00000000000..371045ffb8d
--- /dev/null
+++ b/mail/evolution/patches/patch-al
@@ -0,0 +1,22 @@
+$NetBSD: patch-al,v 1.1 2001/05/25 06:16:18 rh Exp $
+
+--- calendar/gui/alarm-notify/Makefile.in.orig Fri May 25 07:40:13 2001
++++ calendar/gui/alarm-notify/Makefile.in
+@@ -185,7 +185,7 @@
+ evolution_alarm_notify_SOURCES = $(CORBA_GENERATED) alarm-notify.c alarm-notify.h alarm-queue.c alarm-queue.h notify-main.c
+
+
+-evolution_alarm_notify_LDADD = libalarm.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libical/src/libical/libical.la $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
++evolution_alarm_notify_LDADD = libalarm.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la -L`pwd` -lical $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
+
+
+ # evolution_alarm_client_SOURCES = \
+@@ -337,6 +337,8 @@
+ done
+
+ evolution-alarm-notify: $(evolution_alarm_notify_OBJECTS) $(evolution_alarm_notify_DEPENDENCIES)
++ cp $(top_builddir)/libical/src/libical/.libs/libical.a .
++ -cp $(top_builddir)/libical/src/libical/.libs/libical.so* .
+ @rm -f evolution-alarm-notify
+ $(LINK) $(evolution_alarm_notify_LDFLAGS) $(evolution_alarm_notify_OBJECTS) $(evolution_alarm_notify_LDADD) $(LIBS)
+