1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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
This commit is contained in:
Alexander Leidinger 2005-09-03 09:57:32 +00:00
parent e106b327e2
commit 40c5f8c6f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141838
4 changed files with 14 additions and 6 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws PORTNAME= sylpheed-claws
PORTVERSION= 1.9.13 PORTVERSION= 1.9.13
PORTREVISION= 1
CATEGORIES= mail news ipv6 CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws MASTER_SITE_SUBDIR= sylpheed-claws

View File

@ -1,7 +1,10 @@
--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005 --- src/etpan/imap-thread.c.orig Fri Jul 22 13:30:23 2005
+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005 +++ src/etpan/imap-thread.c Sat Sep 3 11:05:25 2005
@@ -8,6 +8,7 @@ @@ -6,8 +6,10 @@
#include "imap-thread.h"
#include <imap.h> #include <imap.h>
+#include <pthread.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
+#include <sys/socket.h> +#include <sys/socket.h>

View File

@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws PORTNAME= sylpheed-claws
PORTVERSION= 1.9.13 PORTVERSION= 1.9.13
PORTREVISION= 1
CATEGORIES= mail news ipv6 CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws MASTER_SITE_SUBDIR= sylpheed-claws

View File

@ -1,7 +1,10 @@
--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005 --- src/etpan/imap-thread.c.orig Fri Jul 22 13:30:23 2005
+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005 +++ src/etpan/imap-thread.c Sat Sep 3 11:05:25 2005
@@ -8,6 +8,7 @@ @@ -6,8 +6,10 @@
#include "imap-thread.h"
#include <imap.h> #include <imap.h>
+#include <pthread.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
+#include <sys/socket.h> +#include <sys/socket.h>