Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 11:23:33 -0500
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/54443: x11-toolkits/gauche-gtk doesn't compile with gtk-2.2.2 (fix included)
Message-ID:  <200307131623.h6DGNX5u026323@xarx.localdomain>
Resent-Message-ID: <200307131630.h6DGUEtg085552@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 09:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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