Test patch to slgtk to fit gtk-2.18?

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Mon Sep 28 19:31:20 UTC 2009


Hello gnome team!

Recently I have noticed this build failure of one of my ports:
http://pointyhat.freebsd.org/errorlogs/i386-7-exp-latest/slgtk-0.7.5_1.log

After reactive response from Michael Noble, the author of slgtk,
I realized that gtk-2.18 is not in the ports yet and that there was
an experimental ports' build run.

Well, could someone with access to the new experimental gtk-2.18 packages
test x11-toolkits/slgtk with the following patch dropped into files/
in the port directory?

Big thanks to Michael for providing the patch within few hours!
-------------- next part --------------
--- src/slirprc-gtk.sl.orig	2009-02-02 20:23:59.000000000 +0100
+++ src/slirprc-gtk.sl	2009-09-28 20:15:24.000000000 +0200
@@ -308,6 +308,9 @@
 gtk_widget_get_window			% prefer my version, which returns
    					% bin_window for GtkLayout
 
+gtk_widget_get_allocation		% prefer my version, which returns
+					% allocation struct on stack
+
 gtk_accel_group_activate		% gtk/gtkaccelgroup.h: "internal" funcs
 gtk_accel_group_get_entry
 gtk_accel_group_lock_entry


More information about the freebsd-gnome mailing list