summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-02-21 20:24:45 +0000
committerjoerg <joerg@pkgsrc.org>2014-02-21 20:24:45 +0000
commitf499f02ba1ed3b8383f12c8467caa0ccd367cdea (patch)
treebe90fcb7797f2ca4e1bc7508f0d385487d620975 /editors
parentdac6ce8514080d4f9b5733058a133b919253b368 (diff)
downloadpkgsrc-f499f02ba1ed3b8383f12c8467caa0ccd367cdea.tar.gz
Annotate format string use.
Diffstat (limited to 'editors')
-rw-r--r--editors/gtranslator/distinfo3
-rw-r--r--editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/gtranslator/distinfo b/editors/gtranslator/distinfo
index dfe22e69e8d..4ccff4f150a 100644
--- a/editors/gtranslator/distinfo
+++ b/editors/gtranslator/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2014/01/21 14:08:14 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2014/02/21 20:24:45 joerg Exp $
SHA1 (gtranslator-2.91.6.tar.xz) = d2071076ad0dbe8b84d0fc7947e7561af14f5d3a
RMD160 (gtranslator-2.91.6.tar.xz) = 93c7f10a00d77d5d96eee655eab1a800a3a657f8
Size (gtranslator-2.91.6.tar.xz) = 2235796 bytes
+SHA1 (patch-plugins_codeview_gtr-viewer.c) = 1aea4a053788685003997a35f3cced73b19227fd
diff --git a/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c b/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c
new file mode 100644
index 00000000000..ccff84b5f43
--- /dev/null
+++ b/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_codeview_gtr-viewer.c,v 1.1 2014/02/21 20:24:45 joerg Exp $
+
+--- plugins/codeview/gtr-viewer.c.orig 2014-02-21 00:22:29.000000000 +0000
++++ plugins/codeview/gtr-viewer.c
+@@ -143,7 +143,7 @@ gtr_viewer_class_init (GtrViewerClass *
+
+ /***************** File loading *****************/
+
+-static void
++static G_GNUC_PRINTF(2, 3) void
+ error_dialog (GtkWindow * parent, const gchar * msg, ...)
+ {
+ va_list ap;