summaryrefslogtreecommitdiff
path: root/graphics/cinepaint
diff options
context:
space:
mode:
authorjoerg <joerg>2012-07-03 18:08:20 +0000
committerjoerg <joerg>2012-07-03 18:08:20 +0000
commitdc0324d1f322be6393b5ad8b8f1dcaf938edda14 (patch)
tree1d5871b5061a4d22f959021a1907f53d98d8c1cb /graphics/cinepaint
parentb5809d7146891068db484627365382a3a53d6cef (diff)
downloadpkgsrc-dc0324d1f322be6393b5ad8b8f1dcaf938edda14.tar.gz
Don't return values from void functions.
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r--graphics/cinepaint/distinfo4
-rw-r--r--graphics/cinepaint/patches/patch-app_gradient.c13
-rw-r--r--graphics/cinepaint/patches/patch-app_layers__dialog.c13
3 files changed, 29 insertions, 1 deletions
diff --git a/graphics/cinepaint/distinfo b/graphics/cinepaint/distinfo
index f89b8cd787a..82b89807b8d 100644
--- a/graphics/cinepaint/distinfo
+++ b/graphics/cinepaint/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2011/11/23 23:30:30 joerg Exp $
+$NetBSD: distinfo,v 1.16 2012/07/03 18:08:21 joerg Exp $
SHA1 (cinepaint-0.22-1.tar.gz) = 717580b9b8b1044d76f1f0e4330e1c8104e2a206
RMD160 (cinepaint-0.22-1.tar.gz) = 1f8e06486ed5e74ad483abec305d4fcef0538572
@@ -11,6 +11,8 @@ SHA1 (patch-ae) = 37d0b131dc19406add4bde0af5affbcec7f5930d
SHA1 (patch-af) = 2e6f01e2b246570f1e8fda375a2f1e779d4c47da
SHA1 (patch-ag) = 0ee39b21c552311dcaa63d801c6f2dc9c858270b
SHA1 (patch-ah) = 3415f2b6f775a7b66b9d443cab94757b3b378928
+SHA1 (patch-app_gradient.c) = 9b6d38f1d3a5c417b3f69f4107637ec1ec33da0c
+SHA1 (patch-app_layers__dialog.c) = a9c4459edc83bd7e3faf1c90d9f4cff5d5e69a19
SHA1 (patch-plug-ins_bracketing__to__hdr_br__core_ResponseSolver.hpp) = e5e457d8f8ceb0ae3b4b965cbc740969b4ed81d4
SHA1 (patch-plug-ins_bracketing__to__hdr_br__core_br__Image.cpp) = a369c351d8bb05e79afa6c19592fbc148143d985
SHA1 (patch-plug-ins_icc__examin_icc__examin_icc__oyranos.h) = a5a72d106b655f79932b0d2d032136a32acbeafb
diff --git a/graphics/cinepaint/patches/patch-app_gradient.c b/graphics/cinepaint/patches/patch-app_gradient.c
new file mode 100644
index 00000000000..e033291a15f
--- /dev/null
+++ b/graphics/cinepaint/patches/patch-app_gradient.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-app_gradient.c,v 1.1 2012/07/03 18:08:21 joerg Exp $
+
+--- app/gradient.c.orig 2012-07-03 13:54:31.000000000 +0000
++++ app/gradient.c
+@@ -5451,7 +5451,7 @@ grad_load_gradient(char *filename)
+ g_message (_("Corrupt segment %d in gradient file '%s'."),
+ i, filename);
+ fclose (file);
+- return NULL;
++ return;
+ }
+ #else
+ if (sscanf(line, "%lf%lf%lf%lf%lf%lf%lf%lf%lf%lf%lf%d%d",
diff --git a/graphics/cinepaint/patches/patch-app_layers__dialog.c b/graphics/cinepaint/patches/patch-app_layers__dialog.c
new file mode 100644
index 00000000000..e0a463705ba
--- /dev/null
+++ b/graphics/cinepaint/patches/patch-app_layers__dialog.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-app_layers__dialog.c,v 1.1 2012/07/03 18:08:21 joerg Exp $
+
+--- app/layers_dialog.c.orig 2012-07-03 13:55:55.000000000 +0000
++++ app/layers_dialog.c
+@@ -2769,7 +2769,7 @@ layer_widget_preview_redraw (LayerWidget
+ # ifdef DEBUG
+ printf("%s:%d %s() wrong data or widget\n", __FILE__,__LINE__,__func__);
+ # endif
+- return FALSE;
++ return;
+ }
+
+