summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution/Makefile1
-rw-r--r--mail/evolution/files/patch-calendar_gui_e-tasks.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 59b409787..68b9011a3 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -7,6 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.5.8
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5
diff --git a/mail/evolution/files/patch-calendar_gui_e-tasks.c b/mail/evolution/files/patch-calendar_gui_e-tasks.c
new file mode 100644
index 000000000..2f7dd2982
--- /dev/null
+++ b/mail/evolution/files/patch-calendar_gui_e-tasks.c
@@ -0,0 +1,11 @@
+--- calendar/gui/e-tasks.c.orig Wed May 19 11:07:08 2004
++++ calendar/gui/e-tasks.c Wed Jun 2 14:45:05 2004
+@@ -558,6 +558,8 @@
+ ETasksPrivate *priv;
+ va_list args;
+ char sz[2048];
++
++ g_return_if_fail (message != NULL);
+
+ va_start (args, message);
+ vsnprintf (sz, sizeof sz, message, args);