diff options
author | netchild <netchild@FreeBSD.org> | 2005-09-03 17:57:32 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-09-03 17:57:32 +0800 |
commit | e4b82e5729a7330a8616861d568efc157f760f09 (patch) | |
tree | 3f20f6f5cc4c3e484c678a92147680eb7b941e4c /mail | |
parent | 415b59d280328a1efbbd9b1e9f74df04195bf6a2 (diff) | |
download | freebsd-ports-gnome-e4b82e5729a7330a8616861d568efc157f760f09.tar.gz freebsd-ports-gnome-e4b82e5729a7330a8616861d568efc157f760f09.tar.zst freebsd-ports-gnome-e4b82e5729a7330a8616861d568efc157f760f09.zip |
There's another place where a fix for 5.x and 4.x is needed.
Bump PORTREVISION, pointyhat doesn't seems to have picked up the
previous fix in the most recent run, it still displays the old error.
Noticed by: c0rn@gazeta.pl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 1 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-src_etpan_imap-thread.c | 9 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c | 9 |
4 files changed, 14 insertions, 6 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> diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index afad6ef3ec17..e5dcdb30bccb 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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/sylpheed-claws/files/patch-src_etpan_imap-thread.c b/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c index 43316bb10fb2..58dff9a7cb1d 100644 --- a/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c +++ b/mail/sylpheed-claws/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> |