diff options
author | recht <recht@pkgsrc.org> | 2004-05-06 10:03:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-06 10:03:54 +0000 |
commit | 462e1108682f3f6c56b8e26d5924b4f3483b65bb (patch) | |
tree | 8f16ca56144bb7ac131bcbaca1677f3242640ca3 /mail/evolution/patches | |
parent | 6a2509da7f3bf95f079d52dfbb9fd5331a6a5d8b (diff) | |
download | pkgsrc-462e1108682f3f6c56b8e26d5924b4f3483b65bb.tar.gz |
Update to 1.4.6
changes:
Updated translations and bug-fixes.
Among them:
#54319 - Message-list blank even tho there are messages (Jeff Stedfast)
#50535 - Doesn't handle EHLO errors proper (Jeff Stedfast)
#50485 - Problems with accentuated gpg passphrases (Jeff Stedfast)
#50096 - GroupWise attachments and indexing (Jeff Stedfast)
#45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3
auto download (Michael Zucchi)
#49357 - Email date is incorrect (Jeff Stedfast)
#46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast)
#41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi)
#48759 - Strange behaviour with save as dialog (Jeff Stedfast)
#47638 - Default charset is empty (Jeff Stedfast)
#48466 - Properties window open after attachment removed (Charles Zhang)
#48166 - Size filter doesnt remember the size (Jeff Stedfast)
#53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu)
#48998 - Apply Button always remain activated (Charles Zhang)
#51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan)
#40917 - backspace shouldn't highlight the whole remaining string in
Setup Assistant (Suresh Chandrasekharan)
#47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes)
#32996 - Can select VFolders as Offline folders in Evolution
Settings (Michael Zucchi)
#39410 - "Work offline" does not propobly sync all mails in "offline folders"
(Michael Zucchi)
#48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu)
[...]
And many, many more.
see http://bugzilla.ximian.com/show_bug.cgi
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r-- | mail/evolution/patches/patch-aa | 6 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ab | 14 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ac | 17 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ad | 8 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ae | 12 | ||||
-rw-r--r-- | mail/evolution/patches/patch-af | 6 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ag | 6 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ai | 10 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ak | 15 | ||||
-rw-r--r-- | mail/evolution/patches/patch-al | 41 | ||||
-rw-r--r-- | mail/evolution/patches/patch-am | 12 |
11 files changed, 41 insertions, 106 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa index a8ceb676229..2f1cb187d87 100644 --- a/mail/evolution/patches/patch-aa +++ b/mail/evolution/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.13 2004/01/04 21:37:09 rh Exp $ +$NetBSD: patch-aa,v 1.14 2004/05/06 10:03:54 recht Exp $ ---- configure.orig 2003-09-16 05:17:17.000000000 +1000 +--- configure.orig 2004-03-04 23:07:24.000000000 +0100 +++ configure -@@ -11659,8 +11659,8 @@ fi +@@ -11454,8 +11454,8 @@ fi # This can only change between Evolution versions (and then can only # go up.) evolution_db_version_major=3 diff --git a/mail/evolution/patches/patch-ab b/mail/evolution/patches/patch-ab new file mode 100644 index 00000000000..fa9e30e3895 --- /dev/null +++ b/mail/evolution/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.7 2004/05/06 10:03:54 recht Exp $ + +--- tools/Makefile.in.orig 2004-03-10 16:24:01.000000000 +0100 ++++ tools/Makefile.in +@@ -267,7 +267,8 @@ killev_SOURCES = \ + + + killev_LDADD = \ +- $(top_builddir)/e-util/libeutil.la ++ $(top_builddir)/e-util/libeutil.la \ ++ $(E_UTIL_LIBS) + + + CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES) diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac index dee2fdc953d..6bac9a837c3 100644 --- a/mail/evolution/patches/patch-ac +++ b/mail/evolution/patches/patch-ac @@ -1,20 +1,18 @@ -$NetBSD: patch-ac,v 1.7 2004/01/04 21:37:09 rh Exp $ +$NetBSD: patch-ac,v 1.8 2004/05/06 10:03:54 recht Exp $ ---- shell/main.c.orig 2003-07-29 01:19:13.000000000 +1000 +--- shell/main.c.orig 2003-05-19 21:41:05.000000000 +0200 +++ shell/main.c -@@ -91,6 +91,25 @@ static gboolean killev = FALSE; +@@ -91,6 +91,22 @@ static gboolean killev = FALSE; extern char *evolution_debug_log; -+#ifdef __NetBSD__ ++#if defined(__NetBSD__) && defined(_PTH_PTHREAD_H_) +#include <gtk/gtk.h> -+#include <pthread.h> + +/* + * Pth is non-preemptive, so we yield the processor periodically + */ + -+#ifdef _PTH_PTHREAD_H_ +static gint +pth_nbschedule (gpointer data) +{ @@ -22,13 +20,12 @@ $NetBSD: patch-ac,v 1.7 2004/01/04 21:37:09 rh Exp $ + + return TRUE; +} -+#endif /* _PTH_PTHREAD_H_ */ -+#endif /* __NetBSD__ */ ++#endif /* _PTH_PTHREAD_H_ && __NetBSD__ */ + static GtkWidget * quit_box_new (void) -@@ -374,6 +393,10 @@ idle_cb (void *data) +@@ -374,6 +390,10 @@ idle_cb (void *data) else startup_line_mode = E_SHELL_STARTUP_LINE_MODE_OFFLINE; @@ -39,7 +36,7 @@ $NetBSD: patch-ac,v 1.7 2004/01/04 21:37:09 rh Exp $ shell = e_shell_new (evolution_directory, ! no_splash, startup_line_mode, &result); g_free (evolution_directory); -@@ -634,6 +657,10 @@ main (int argc, char **argv) +@@ -634,6 +654,10 @@ main (int argc, char **argv) gtk_idle_add (idle_cb, uri_list); diff --git a/mail/evolution/patches/patch-ad b/mail/evolution/patches/patch-ad index 9642d4aaad3..080a3910421 100644 --- a/mail/evolution/patches/patch-ad +++ b/mail/evolution/patches/patch-ad @@ -1,15 +1,17 @@ -$NetBSD: patch-ad,v 1.3 2003/01/09 13:59:25 rh Exp $ +$NetBSD: patch-ad,v 1.4 2004/05/06 10:03:54 recht Exp $ ---- camel/providers/imap/camel-imap-store.c.orig Fri Dec 6 03:06:49 2002 +--- camel/providers/imap/camel-imap-store.c.orig 2003-09-08 22:55:16.000000000 +0200 +++ camel/providers/imap/camel-imap-store.c -@@ -24,6 +24,10 @@ +@@ -24,6 +24,12 @@ * */ ++#ifdef _PTH_PTHREAD_H_ +#ifdef _POSIX_THREAD_SYSCALL_SOFT +#undef _POSIX_THREAD_SYSCALL_SOFT +#endif +#define _POSIX_THREAD_SYSCALL_SOFT 0 ++#endif #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/mail/evolution/patches/patch-ae b/mail/evolution/patches/patch-ae deleted file mode 100644 index c2f01bc4302..00000000000 --- a/mail/evolution/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2003/01/09 13:59:25 rh Exp $ - ---- camel/providers/nntp/camel-nntp-summary.h.orig Tue May 7 23:53:40 2002 -+++ camel/providers/nntp/camel-nntp-summary.h -@@ -24,7 +24,6 @@ - #include <camel/camel-folder-summary.h> - #include <camel/camel-folder.h> - #include <camel/camel-exception.h> --#include <libibex/ibex.h> - - #define CAMEL_NNTP_SUMMARY(obj) CAMEL_CHECK_CAST (obj, camel_nntp_summary_get_type (), CamelNNTPSummary) - #define CAMEL_NNTP_SUMMARY_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_nntp_summary_get_type (), CamelNNTPSummaryClass) diff --git a/mail/evolution/patches/patch-af b/mail/evolution/patches/patch-af index a1868f710a4..e622ccd7f09 100644 --- a/mail/evolution/patches/patch-af +++ b/mail/evolution/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.3 2001/12/03 10:08:26 tron Exp $ +$NetBSD: patch-af,v 1.4 2004/05/06 10:03:54 recht Exp $ ---- e-util/e-db3-utils.c.orig Fri Jun 1 03:02:11 2001 +--- e-util/e-db3-utils.c.orig 2002-11-02 09:25:00.000000000 +0100 +++ e-util/e-db3-utils.c -@@ -14,9 +14,9 @@ +@@ -13,9 +13,9 @@ #include <libgnome/gnome-util.h> #if DB_VERSION_MAJOR != 3 || \ diff --git a/mail/evolution/patches/patch-ag b/mail/evolution/patches/patch-ag index a9bea5231ee..7c6e9793a22 100644 --- a/mail/evolution/patches/patch-ag +++ b/mail/evolution/patches/patch-ag @@ -1,6 +1,6 @@ -$NetBSD: patch-ag,v 1.4 2002/09/05 23:25:27 rh Exp $ +$NetBSD: patch-ag,v 1.5 2004/05/06 10:03:54 recht Exp $ ---- e-util/e-dbhash.c.orig Mon Oct 22 23:54:12 2001 +--- e-util/e-dbhash.c.orig 2001-10-22 15:54:12.000000000 +0200 +++ e-util/e-dbhash.c @@ -16,9 +16,9 @@ #include "md5-utils.h" @@ -15,7 +15,7 @@ $NetBSD: patch-ag,v 1.4 2002/09/05 23:25:27 rh Exp $ #endif struct _EDbHashPrivate -@@ -37,9 +37,9 @@ +@@ -37,9 +37,9 @@ e_dbhash_new (const char *filename) db_version (&major, &minor, &patch); diff --git a/mail/evolution/patches/patch-ai b/mail/evolution/patches/patch-ai index 9d846275bb0..79e23a98fd4 100644 --- a/mail/evolution/patches/patch-ai +++ b/mail/evolution/patches/patch-ai @@ -1,15 +1,17 @@ -$NetBSD: patch-ai,v 1.4 2002/03/26 20:50:13 rh Exp $ +$NetBSD: patch-ai,v 1.5 2004/05/06 10:03:54 recht Exp $ ---- camel/camel-transport.c.orig Sat Oct 27 18:59:27 2001 -+++ camel/camel-transport.c Tue Mar 26 15:01:50 2002 -@@ -23,6 +23,11 @@ +--- camel/camel-transport.c.orig 2002-05-11 00:05:28.000000000 +0200 ++++ camel/camel-transport.c +@@ -23,6 +23,13 @@ * USA */ ++#ifdef _PTH_PTHREAD_H_ +#ifdef _POSIX_THREAD_SYSCALL_SOFT +#undef _POSIX_THREAD_SYSCALL_SOFT +#endif +#define _POSIX_THREAD_SYSCALL_SOFT 0 ++#endif + #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/mail/evolution/patches/patch-ak b/mail/evolution/patches/patch-ak deleted file mode 100644 index 1ab6c8d801b..00000000000 --- a/mail/evolution/patches/patch-ak +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ak,v 1.4 2004/01/04 21:37:09 rh Exp $ - ---- composer/e-msg-composer.c.orig 2003-09-13 05:12:48.000000000 +1000 -+++ composer/e-msg-composer.c -@@ -52,6 +52,10 @@ - #include <errno.h> - #include <ctype.h> - -+#ifdef send -+#undef send -+#endif -+ - #include <gtk/gtkoptionmenu.h> - #include <gtk/gtkscrolledwindow.h> - diff --git a/mail/evolution/patches/patch-al b/mail/evolution/patches/patch-al deleted file mode 100644 index 45309fd3563..00000000000 --- a/mail/evolution/patches/patch-al +++ /dev/null @@ -1,41 +0,0 @@ -$NetBSD: patch-al,v 1.7 2004/01/04 21:37:09 rh Exp $ - ---- mail/importers/Makefile.in.orig 2003-09-16 05:17:15.000000000 +1000 -+++ mail/importers/Makefile.in -@@ -275,6 +275,7 @@ libevolution_netscape_importer_la_LIBADD - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/filter/libfilter.la \ - $(top_builddir)/shell/libeshell.la \ -+ ../libevolution-mail.la \ - $(IMPORTERS_LIBS) - - -@@ -287,6 +288,7 @@ libevolution_elm_importer_la_LDFLAGS = - - libevolution_elm_importer_la_LIBADD = \ - $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/e-util/libeutil.la \ -+ ../libevolution-mail.la \ - $(IMPORTERS_LIBS) - - -@@ -300,6 +302,7 @@ libevolution_pine_importer_la_LIBADD = \ - $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/camel/libcamel.la \ -+ ../libevolution-mail.la \ - $(IMPORTERS_LIBS) - - -@@ -356,10 +359,10 @@ libevolution_pine_importer_la_DEPENDENCI - am_libevolution_pine_importer_la_OBJECTS = pine-importer.lo - libevolution_pine_importer_la_OBJECTS = \ - $(am_libevolution_pine_importer_la_OBJECTS) --libmbox_la_LIBADD = -+libmbox_la_LIBADD = $(top_builddir)/camel/libcamel.la ../libevolution-mail.la - am_libmbox_la_OBJECTS = evolution-mbox-importer.lo - libmbox_la_OBJECTS = $(am_libmbox_la_OBJECTS) --liboutlook_la_LIBADD = -+liboutlook_la_LIBADD = $(top_builddir)/camel/libcamel.la ../libevolution-mail.la - am_liboutlook_la_OBJECTS = evolution-outlook-importer.lo - liboutlook_la_OBJECTS = $(am_liboutlook_la_OBJECTS) - diff --git a/mail/evolution/patches/patch-am b/mail/evolution/patches/patch-am deleted file mode 100644 index 05898c85430..00000000000 --- a/mail/evolution/patches/patch-am +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-am,v 1.5 2004/01/04 21:37:09 rh Exp $ - ---- mail/Makefile.in.orig 2004-01-04 08:09:37.000000000 +1000 -+++ mail/Makefile.in -@@ -531,6 +531,7 @@ DIST_SUBDIRS = $(SUBDIRS) - SOURCES = $(libevolution_mail_la_SOURCES) - - all: $(BUILT_SOURCES) -+ ${MAKE} ${AM_MAKEFLAGS} ${component_LTLIBRARIES} - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: |