rev 13393 - branches/kde4.2/packages/kdebindings/debian/patches

David Palacio dpalacio-guest at alioth.debian.org
Fri Jan 16 04:46:28 UTC 2009


Author: dpalacio-guest
Date: 2009-01-16 04:46:27 +0000 (Fri, 16 Jan 2009)
New Revision: 13393

Added:
   branches/kde4.2/packages/kdebindings/debian/patches/11_disable_kross_explicit_gc.dif
Modified:
   branches/kde4.2/packages/kdebindings/debian/patches/series
Log:
explicit gc is not meant for releases and crashes 1.8.7


Added: branches/kde4.2/packages/kdebindings/debian/patches/11_disable_kross_explicit_gc.dif
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/patches/11_disable_kross_explicit_gc.dif	                        (rev 0)
+++ branches/kde4.2/packages/kdebindings/debian/patches/11_disable_kross_explicit_gc.dif	2009-01-16 04:46:27 UTC (rev 13393)
@@ -0,0 +1,13 @@
+Index: b/ruby/krossruby/rubyconfig.h
+===================================================================
+--- a/ruby/krossruby/rubyconfig.h
++++ b/ruby/krossruby/rubyconfig.h
+@@ -45,7 +45,7 @@
+ // normaly not needed and Ruby will handle the garbage collection for you. So,
+ // while it's probably better/faster to don't rb_gc() manualy it's still useful
+ // for debugging to detect and catch problems faster.
+-#define KROSS_RUBY_EXPLICIT_GC
++// #define KROSS_RUBY_EXPLICIT_GC
+ 
+ // Following defines are for debugging only. If defined, we are more verbose.
+ //#define KROSS_RUBY_SCRIPT_CTORDTOR_DEBUG

Modified: branches/kde4.2/packages/kdebindings/debian/patches/series
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/patches/series	2009-01-16 00:51:29 UTC (rev 13392)
+++ branches/kde4.2/packages/kdebindings/debian/patches/series	2009-01-16 04:46:27 UTC (rev 13393)
@@ -8,3 +8,4 @@
 08_csharp_plasma_examples.diff
 09_build_ruby_nepomuk.diff
 10_fix_kimono_dllimports.diff
+11_disable_kross_explicit_gc.dif




More information about the pkg-kde-commits mailing list