summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-06-02 14:18:10 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-06-02 14:18:10 +0000
commit068e44750cabf147136d8f281511d34cbea313c3 (patch)
tree0127172d6fe74c50ae1a184102a1e25e070de28e /mail/claws-mail
parentUpdate to 20130602 which has Ruby 1.9 awareness. (diff)
Add upstream patch which fixes crasher on program exit
Reported by: Alexander Kabaev <kabaev@gmail.com>
Notes
Notes: svn path=/head/; revision=319663
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile1
-rw-r--r--mail/claws-mail/files/patch-src-news.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index d8470b007075..be2dfb47e96c 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= claws-mail
+PORTREVISION= 1
CATEGORIES= mail news ipv6
COMMENT= Lightweight and very featureful GTK+ based e-mail and news client
diff --git a/mail/claws-mail/files/patch-src-news.c b/mail/claws-mail/files/patch-src-news.c
new file mode 100644
index 000000000000..277c33cc3189
--- /dev/null
+++ b/mail/claws-mail/files/patch-src-news.c
@@ -0,0 +1,10 @@
+--- src/news.c.orig 2013-06-02 14:53:22.000000000 +0200
++++ src/news.c 2013-06-02 14:51:55.000000000 +0200
+@@ -56,6 +56,7 @@
+ #include "remotefolder.h"
+ #include "alertpanel.h"
+ #include "inc.h"
++#include "account.h"
+ #ifdef USE_GNUTLS
+ # include "ssl.h"
+ #endif