summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/claws-mail/Makefile1
-rw-r--r--mail/claws-mail/files/patch-format_string_fix12
-rw-r--r--mail/sylpheed-claws/Makefile1
-rw-r--r--mail/sylpheed-claws/files/patch-format_string_fix12
4 files changed, 26 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 2252726..9c83193 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
diff --git a/mail/claws-mail/files/patch-format_string_fix b/mail/claws-mail/files/patch-format_string_fix
new file mode 100644
index 0000000..02e7323
--- /dev/null
+++ b/mail/claws-mail/files/patch-format_string_fix
@@ -0,0 +1,12 @@
+diff -u -r1.18 -r1.19
+--- src/send_message.c 2003/09/27 21:01:26 1.18
++++ src/send_message.c 2003/10/03 17:39:39 1.19
+@@ -608,7 +608,7 @@
+ if (log_msg)
+ log_warning("%s\n", log_msg);
+ if (err_msg) {
+- alertpanel_error_log(err_msg);
++ alertpanel_error_log("%s", err_msg);
+ g_free(err_msg);
+ }
+ }
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 2252726..9c83193 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed-claws
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
diff --git a/mail/sylpheed-claws/files/patch-format_string_fix b/mail/sylpheed-claws/files/patch-format_string_fix
new file mode 100644
index 0000000..02e7323
--- /dev/null
+++ b/mail/sylpheed-claws/files/patch-format_string_fix
@@ -0,0 +1,12 @@
+diff -u -r1.18 -r1.19
+--- src/send_message.c 2003/09/27 21:01:26 1.18
++++ src/send_message.c 2003/10/03 17:39:39 1.19
+@@ -608,7 +608,7 @@
+ if (log_msg)
+ log_warning("%s\n", log_msg);
+ if (err_msg) {
+- alertpanel_error_log(err_msg);
++ alertpanel_error_log("%s", err_msg);
+ g_free(err_msg);
+ }
+ }
OpenPOWER on IntegriCloud