From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 13 09:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A462937B404 for ; Sun, 13 Jul 2003 09:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FA443FA3 for ; Sun, 13 Jul 2003 09:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6DGUEUp085553 for ; Sun, 13 Jul 2003 09:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6DGUEtg085552; Sun, 13 Jul 2003 09:30:14 -0700 (PDT) Resent-Date: Sun, 13 Jul 2003 09:30:14 -0700 (PDT) Resent-Message-Id: <200307131630.h6DGUEtg085552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D07C37B401 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/54443: x11-toolkits/gauche-gtk doesn't compile with gtk-2.2.2 (fix included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 16:30:19 -0000 >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 ) + (need-im-reset :type ) + (just-selected-element :type ) +- (disable-scroll-on-focus :type ) ++ ;; (disable-scroll-on-focus :type ) ;; doesn't exist in gtk-2.2.2 + (onscreen-validated :type ) + (mouse-cursor-obscured :type ) + ;; text-window :type (UNKNOWN . GtkTextWindow*) --- gauche-gtk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: