aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-08-28 16:54:27 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-08-28 16:54:27 +0000
commit70b6fdf3d6a44f4596df8468a0ca5e8cf0addd47 (patch)
tree42f1476d42f7b59b42101c3c40123ac6ad5af32a /mail/sylpheed2
parent597e17171c7ac47cb2c5d9a5858a9c701052aa6a (diff)
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r--mail/sylpheed2/Makefile1
-rw-r--r--mail/sylpheed2/files/patch-src_inc.c13
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index 4c53cd21164b..b9b2caeca27b 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed
PORTVERSION= 2.4.4
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/
diff --git a/mail/sylpheed2/files/patch-src_inc.c b/mail/sylpheed2/files/patch-src_inc.c
new file mode 100644
index 000000000000..395e1bd38ed2
--- /dev/null
+++ b/mail/sylpheed2/files/patch-src_inc.c
@@ -0,0 +1,13 @@
+Index: inc.c
+===================================================================
+--- src/inc.c (revision 1874)
++++ src/inc.c (revision 1880)
+@@ -1364,7 +1364,7 @@
+ log_warning("%s\n", log_msg);
+ }
+ if (err_msg) {
+- alertpanel_error(err_msg);
++ alertpanel_error("%s", err_msg);
+ g_free(err_msg);
+ }
+ }