pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/selectwm Don't use GTK_DISABLE_DEPRECATED, it break...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f849ce01801
branches:  trunk
changeset: 533905:5f849ce01801
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Oct 06 00:05:32 2007 +0000

description:
Don't use GTK_DISABLE_DEPRECATED, it breaks with GTK 2.12.

diffstat:

 wm/selectwm/distinfo         |   3 ++-
 wm/selectwm/patches/patch-ac |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 472d741a22ea -r 5f849ce01801 wm/selectwm/distinfo
--- a/wm/selectwm/distinfo      Sat Oct 06 00:00:01 2007 +0000
+++ b/wm/selectwm/distinfo      Sat Oct 06 00:05:32 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/09/13 21:21:12 tonio Exp $
+$NetBSD: distinfo,v 1.3 2007/10/06 00:05:32 joerg Exp $
 
 SHA1 (selectwm-0.4.1.tar.gz) = a4688afb9a286dae4794f297b97891008afcdeab
 RMD160 (selectwm-0.4.1.tar.gz) = d16a8497f39b12e8578b0d28f64cc8f7b1031958
 Size (selectwm-0.4.1.tar.gz) = 209754 bytes
 SHA1 (patch-aa) = 2e3806e5c408bbc6891acc42399d24abc3a01f8b
 SHA1 (patch-ab) = a6441f722158685d78e6bffafd182ed9bff04091
+SHA1 (patch-ac) = 1a7b16c532d83d9b74811bb039743aba0988e60d
diff -r 472d741a22ea -r 5f849ce01801 wm/selectwm/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/selectwm/patches/patch-ac      Sat Oct 06 00:05:32 2007 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2007/10/06 00:05:32 joerg Exp $
+
+--- src/define.h.orig  2007-10-05 23:16:48.000000000 +0000
++++ src/define.h
+@@ -1,6 +1,5 @@
+ #include "config.h"
+ 
+-#define GTK_DISABLE_DEPRECATED
+ #define G_DISABLE_DEPRECATED
+ 
+ #ifdef ENABLE_NLS



Home | Main Index | Thread Index | Old Index