svn commit: r319663 - in head/mail/claws-mail: . files
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 2 14:18:11 UTC 2013
Author: pawel
Date: Sun Jun 2 14:18:10 2013
New Revision: 319663
URL: http://svnweb.freebsd.org/changeset/ports/319663
Log:
Add upstream patch which fixes crasher on program exit
Reported by: Alexander Kabaev <kabaev at gmail.com>
Added:
head/mail/claws-mail/files/patch-src-news.c (contents, props changed)
Modified:
head/mail/claws-mail/Makefile
Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile Sun Jun 2 14:14:41 2013 (r319662)
+++ head/mail/claws-mail/Makefile Sun Jun 2 14:18:10 2013 (r319663)
@@ -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
Added: head/mail/claws-mail/files/patch-src-news.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/claws-mail/files/patch-src-news.c Sun Jun 2 14:18:10 2013 (r319663)
@@ -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
More information about the svn-ports-head
mailing list