pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cinepaint Fix build. Not sure why this was re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63630c12fc0c
branches:  trunk
changeset: 524196:63630c12fc0c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 20 14:30:17 2007 +0000

description:
Fix build. Not sure why this was released.

diffstat:

 graphics/cinepaint/distinfo         |   3 ++-
 graphics/cinepaint/patches/patch-ad |  30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r c30f2f355bc6 -r 63630c12fc0c graphics/cinepaint/distinfo
--- a/graphics/cinepaint/distinfo       Sat Jan 20 14:29:04 2007 +0000
+++ b/graphics/cinepaint/distinfo       Sat Jan 20 14:30:17 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2007/01/16 12:52:44 adam Exp $
+$NetBSD: distinfo,v 1.9 2007/01/20 14:30:17 joerg Exp $
 
 SHA1 (cinepaint-0.21-2.tar.gz) = 2be8d4ccb60106ee07cb59a7dc01293087e8ac94
 RMD160 (cinepaint-0.21-2.tar.gz) = 72527096b683849a2fc8ad8a18dbf0dcf18e8887
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 2259896756f3371589b4a83655e4c118d0247302
 SHA1 (patch-ab) = 1dfa4fe1c8f694e7e754cbf22c055ceb1a16d5d3
 SHA1 (patch-ac) = b5eaff278284409d94bc7a9e68fe70d9bd30a406
+SHA1 (patch-ad) = 857fdcfc13c2d3e86b8d520ae0da31ae424c8536
diff -r c30f2f355bc6 -r 63630c12fc0c graphics/cinepaint/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cinepaint/patches/patch-ad       Sat Jan 20 14:30:17 2007 +0000
@@ -0,0 +1,30 @@
+$NetBSD: patch-ad,v 1.4 2007/01/20 14:30:17 joerg Exp $
+
+--- app/app_procs.c.orig       2007-01-20 14:09:54.000000000 +0000
++++ app/app_procs.c
+@@ -73,6 +73,7 @@
+ #include "brush.h"
+ #include "layout.h"
+ #include "minimize.h"
++#include "store_frame_manager.h"
+ #include "depth/displaylut.h"
+ 
+ #include "config.h"
+@@ -82,6 +83,8 @@
+ #define SHOW_LATER 1
+ #define SHOW_NOW 2
+ 
++static void   app_update_prefix(void);
++
+ extern int start_with_sfm;
+ extern int initial_frames_loaded;
+ 
+@@ -710,7 +713,7 @@ app_exit (int kill_it)
+ */
+ }
+ 
+-void
++static void
+ app_update_prefix (void)
+ {
+     if(strcmp(GetDirStaticPrefix(), GetDirPrefix()) != 0)



Home | Main Index | Thread Index | Old Index