Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 14:18:10 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319663 - in head/mail/claws-mail: . files
Message-ID:  <201306021418.r52EIADa099950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306021418.r52EIADa099950>