aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-06-02 22:18:10 +0800
committerpawel <pawel@FreeBSD.org>2013-06-02 22:18:10 +0800
commit3f81720e9a2e00d8862e198966610be5518a42c2 (patch)
tree0127172d6fe74c50ae1a184102a1e25e070de28e /mail/claws-mail
parent8302cb4c038dd56c0788910c481a45f5edd3b309 (diff)
downloadfreebsd-ports-gnome-3f81720e9a2e00d8862e198966610be5518a42c2.tar.gz
freebsd-ports-gnome-3f81720e9a2e00d8862e198966610be5518a42c2.tar.zst
freebsd-ports-gnome-3f81720e9a2e00d8862e198966610be5518a42c2.zip
Add upstream patch which fixes crasher on program exit
Reported by: Alexander Kabaev <kabaev@gmail.com>
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