pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimageview gimageview and newer versions of G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d24dfe9d093
branches:  trunk
changeset: 475745:0d24dfe9d093
user:      simonb <simonb%pkgsrc.org@localhost>
date:      Tue May 25 06:38:31 2004 +0000

description:
gimageview and newer versions of GTK disagree on what exactly is
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.

diffstat:

 graphics/gimageview/distinfo         |   3 ++-
 graphics/gimageview/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 1e35a1884488 -r 0d24dfe9d093 graphics/gimageview/distinfo
--- a/graphics/gimageview/distinfo      Tue May 25 04:21:29 2004 +0000
+++ b/graphics/gimageview/distinfo      Tue May 25 06:38:31 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/09/12 01:47:40 simonb Exp $
+$NetBSD: distinfo,v 1.5 2004/05/25 06:38:31 simonb Exp $
 
 SHA1 (gimageview-0.2.24.tar.gz) = 31bbcced3ac1985f830e2a2c44ce5bc36bd62efb
 Size (gimageview-0.2.24.tar.gz) = 1361585 bytes
+SHA1 (patch-aa) = 443f6a5bc49a08eca3e116254fe73fedeb9cfe4e
diff -r 1e35a1884488 -r 0d24dfe9d093 graphics/gimageview/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimageview/patches/patch-aa      Tue May 25 06:38:31 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/25 06:38:32 simonb Exp $
+
+--- src/dirview2.c.orig        2003-07-25 01:33:03.000000000 +1000
++++ src/dirview2.c
+@@ -22,6 +22,6 @@
+  */
+ 
+-#ifndef GTK_DISABLE_DEPRECATED
+-#  define GTK_DISABLE_DEPRECATED
++#ifdef GTK_DISABLE_DEPRECATED
++#  undef GTK_DISABLE_DEPRECATED
+ #endif /* GTK_DISABLE_DEPRECATED */
+ 



Home | Main Index | Thread Index | Old Index