Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2009 20:59:36 +0200
From:      Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To:        gnome@FreeBSD.org
Cc:        Michael Noble <mnoble@space.mit.edu>
Subject:   Test patch to slgtk to fit gtk-2.18?
Message-ID:  <20090928185936.GA79514@wep4035.physik.uni-wuerzburg.de>
In-Reply-To: <20090928180241.GA13213@space>
References:  <20090928114239.GA58251@wep4035.physik.uni-wuerzburg.de> <20090928161316.GA7368@space> <20090928180241.GA13213@space>

next in thread | previous in thread | raw e-mail | index | archive | help

--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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!

--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-src-slirprc-gtk.sl"

--- 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

--BXVAT5kNtrzKuDFl--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090928185936.GA79514>