From erik@smluc.org  Sun Jul 13 09:23:41 2003
Return-Path: <erik@smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D07C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 09:23:41 -0700 (PDT)
Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B11943F93
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Jul 2003 09:23:40 -0700 (PDT)
	(envelope-from erik@smluc.org)
Received: from xarx.localdomain (cpe-066-061-038-083.midsouth.rr.com [66.61.38.83])
	by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h6DGNclF016316;
	Sun, 13 Jul 2003 12:23:39 -0400 (EDT)
Received: from xarx.localdomain (localhost.localdomain [127.0.0.1])
	by xarx.localdomain (8.12.8/8.12.8) with ESMTP id h6DGNcDj026325;
	Sun, 13 Jul 2003 11:23:38 -0500
Received: from localhost (localhost [[UNIX: localhost]])
	by xarx.localdomain (8.12.8/8.12.8/Submit) id h6DGNX5u026323;
	Sun, 13 Jul 2003 11:23:33 -0500
Message-Id: <200307131623.h6DGNX5u026323@xarx.localdomain>
Date: Sun, 13 Jul 2003 11:23:33 -0500
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.smsu.edu
Subject: x11-toolkits/gauche-gtk doesn't compile with gtk-2.2.2 (fix included)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54443
>Category:       ports
>Synopsis:       x11-toolkits/gauche-gtk doesn't compile with gtk-2.2.2 (fix included)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 09:30:14 PDT 2003
>Closed-Date:    Sun Jul 13 22:11:59 PDT 2003
>Last-Modified:  Sun Jul 13 22:11:59 PDT 2003
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Sat Jul 12 22:57:38 CDT 2003 root@fenris:/usr/src/sys/i386/compile/FENRIS i386

>Description:

gtk-2.2.2 lacks the gtktextview.disable_scroll_on_focus element that gtk-2.0
had, causing this port to break. This patch comments out that line in the stub
file. Gauche-gtk author has been notified and sent the patch.

>How-To-Repeat:

>Fix:

--- gauche-gtk.patch begins here ---
diff -Nurb x11-toolkits/gauche-gtk.orig/files/patch-src::gtktextview.stub x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub
--- x11-toolkits/gauche-gtk.orig/files/patch-src::gtktextview.stub	Wed Dec 31 18:00:00 1969
+++ x11-toolkits/gauche-gtk/files/patch-src::gtktextview.stub	Sun Jul 13 10:41:26 2003
@@ -0,0 +1,11 @@
+--- src/gtktextview.stub.orig	Sun Jul 13 10:40:20 2003
++++ src/gtktextview.stub	Sun Jul 13 10:41:03 2003
+@@ -35,7 +35,7 @@
+    (cursor-visible :type <uint>)
+    (need-im-reset :type <uint>)
+    (just-selected-element :type <uint>)
+-   (disable-scroll-on-focus :type <uint>)
++   ;; (disable-scroll-on-focus :type <uint>) ;; doesn't exist in gtk-2.2.2
+    (onscreen-validated :type <uint>)
+    (mouse-cursor-obscured :type <uint>)
+    ;; text-window :type (UNKNOWN . GtkTextWindow*)
--- gauche-gtk.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sun Jul 13 22:11:50 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54443 
>Unformatted:
