summaryrefslogtreecommitdiffstats
path: root/mail/evolution
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-12 06:47:39 +0000
committermarcus <marcus@FreeBSD.org>2007-02-12 06:47:39 +0000
commitb47b79323f7c53af624aea9b356a2dc2777d3f70 (patch)
tree5833b594e22797e1cc126f9f65a9c69458006740 /mail/evolution
parente6b6c8ab0c8a22e0594966404792a5b690970248 (diff)
downloadFreeBSD-ports-b47b79323f7c53af624aea9b356a2dc2777d3f70.zip
FreeBSD-ports-b47b79323f7c53af624aea9b356a2dc2777d3f70.tar.gz
Fix an undefined symbol error in the Groupwise plugin that can lead to
a configuration failure. PR: 108964 Submitted by: Mark Evenson<mark.evenson@gmx.at>
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile1
-rw-r--r--mail/evolution/files/patch-plugins_groupwise-features_junk-settings.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 0a5d5c6..0ee2427d 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -8,6 +8,7 @@
PORTNAME= evolution
PORTVERSION= 2.8.3
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/mail/evolution/files/patch-plugins_groupwise-features_junk-settings.c b/mail/evolution/files/patch-plugins_groupwise-features_junk-settings.c
new file mode 100644
index 0000000..6c9b6f4
--- /dev/null
+++ b/mail/evolution/files/patch-plugins_groupwise-features_junk-settings.c
@@ -0,0 +1,10 @@
+--- plugins/groupwise-features/junk-settings.c.orig Mon Feb 12 01:44:51 2007
++++ plugins/groupwise-features/junk-settings.c Mon Feb 12 01:45:01 2007
+@@ -25,6 +25,7 @@
+ #include <glade/glade.h>
+ #include "junk-settings.h"
+ #include <glib/gmain.h>
++#include <glib/gi18n-lib.h>
+ #include <gtk/gtktreemodel.h>
+ #include <gtk/gtkliststore.h>
+ #include <gtk/gtktreeselection.h>
OpenPOWER on IntegriCloud