ports/54443: x11-toolkits/gauche-gtk doesn't compile with gtk-2.2.2 (fix included)
Erik Greenwald
erik at smluc.org
Sun Jul 13 16:30:19 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list