pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw Fix for compilation with gcc 2.95,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3c3269039ae
branches:  trunk
changeset: 492457:f3c3269039ae
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 13 13:59:10 2005 +0000

description:
Fix for compilation with gcc 2.95, provided by Greg Troxel in private
mail.

diffstat:

 graphics/gimp-ufraw/distinfo         |   3 ++-
 graphics/gimp-ufraw/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r df97b0fe2150 -r f3c3269039ae graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Wed Apr 13 13:35:42 2005 +0000
+++ b/graphics/gimp-ufraw/distinfo      Wed Apr 13 13:59:10 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/04/01 13:02:28 drochner Exp $
+$NetBSD: distinfo,v 1.4 2005/04/13 13:59:10 wiz Exp $
 
 SHA1 (ufraw-0.4.tar.gz) = dd907171f6e3b0055499f108ba212465839d6f89
 RMD160 (ufraw-0.4.tar.gz) = e1a8106305fcc2b5405344cdca28c0fa503dcb66
 Size (ufraw-0.4.tar.gz) = 101409 bytes
+SHA1 (patch-aa) = 4268efb3c00ac5517f6c27d8bcd84d42293f6345
diff -r df97b0fe2150 -r f3c3269039ae graphics/gimp-ufraw/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-ufraw/patches/patch-aa      Wed Apr 13 13:59:10 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/04/13 13:59:10 wiz Exp $
+
+--- ufraw.c.orig       2005-02-08 15:04:59.000000000 +0000
++++ ufraw.c
+@@ -630,8 +630,8 @@ int ufraw_saver(GtkWidget *widget, gpoin
+ #ifndef NO_TIFF
+ void ufraw_tiff_message(const char *module, const char *fmt, va_list ap)
+ {
+-    module = module;
+     char buf[max_path];
++    module = module;
+     vsnprintf(buf, max_path, fmt, ap);
+     ufraw_message(UFRAW_VERBOSE, buf);
+ }



Home | Main Index | Thread Index | Old Index