aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-09-03 09:57:32 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-09-03 09:57:32 +0000
commit40c5f8c6f6859125bf9f086dbf54bd3479c285e5 (patch)
treead19877b98033c97812457608b91c3a593b47e86 /mail/claws-mail
parente106b327e202a688344c6e975dbbc0baf296e1af (diff)
downloadports-40c5f8c6f6859125bf9f086dbf54bd3479c285e5.tar.gz
ports-40c5f8c6f6859125bf9f086dbf54bd3479c285e5.zip
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile1
-rw-r--r--mail/claws-mail/files/patch-src_etpan_imap-thread.c9
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index afad6ef3ec17..e5dcdb30bccb 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws
PORTVERSION= 1.9.13
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
diff --git a/mail/claws-mail/files/patch-src_etpan_imap-thread.c b/mail/claws-mail/files/patch-src_etpan_imap-thread.c
index 43316bb10fb2..58dff9a7cb1d 100644
--- a/mail/claws-mail/files/patch-src_etpan_imap-thread.c
+++ b/mail/claws-mail/files/patch-src_etpan_imap-thread.c
@@ -1,7 +1,10 @@
---- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005
-+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005
-@@ -8,6 +8,7 @@
+--- src/etpan/imap-thread.c.orig Fri Jul 22 13:30:23 2005
++++ src/etpan/imap-thread.c Sat Sep 3 11:05:25 2005
+@@ -6,8 +6,10 @@
+
+ #include "imap-thread.h"
#include <imap.h>
++#include <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>