From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 11 17:30:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D3FBD16A41F for ; Sun, 11 Dec 2005 17:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA5643D7E for ; Sun, 11 Dec 2005 17:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBBHU3tT090376 for ; Sun, 11 Dec 2005 17:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBBHU3Bx090375; Sun, 11 Dec 2005 17:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 11 Dec 2005 17:30:03 GMT Resent-Message-Id: <200512111730.jBBHU3Bx090375@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 A013716A41F for ; Sun, 11 Dec 2005 17:27:47 +0000 (GMT) (envelope-from erik@smluc.org) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FBA43D45 for ; Sun, 11 Dec 2005 17:27:47 +0000 (GMT) (envelope-from erik@smluc.org) Received: by phoenix.smluc.org (Postfix, from userid 1000) id 110801CE5E; Sun, 11 Dec 2005 11:29:37 -0600 (CST) Message-Id: <20051211172937.110801CE5E@phoenix.smluc.org> Date: Sun, 11 Dec 2005 11:29:37 -0600 (CST) From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@math.missouristate.edu Subject: ports/90249: [Maintainer Update] x11-toolkits/gauche-gtk unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Dec 2005 17:30:14 -0000 >Number: 90249 >Category: ports >Synopsis: [Maintainer Update] x11-toolkits/gauche-gtk unbreak >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 11 17:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 6.0-STABLE FreeBSD 6.0-STABLE #2: Fri Nov 4 19:18:58 EST 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: NOTE: two new files added, in the files/ dir. oh my, new gtk has changed internals... update some gauche .stub scm files to cope with these changes, thus fixing the BROKEN. Bumped the port revision, as well. This removes some capabilities from gauche-gtk, mostly in struct access where the fields have been removed from GTK+. Hopefully this isn't going go break any programs, but the possibility is there. >How-To-Repeat: >Fix: --- x11-toolkits_gauche-gtk.patch begins here --- Index: x11-toolkits/gauche-gtk/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- x11-toolkits/gauche-gtk/Makefile 21 Nov 2005 01:20:00 -0000 1.27 +++ x11-toolkits/gauche-gtk/Makefile 11 Dec 2005 17:23:15 -0000 @@ -7,7 +7,7 @@ PORTNAME= gauche PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -21,8 +21,6 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Does not compile - USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk Index: x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub =================================================================== RCS file: x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub diff -N x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub 11 Dec 2005 17:23:15 -0000 @@ -0,0 +1,28 @@ +--- src/gtktexttag.stub.orig Sat Dec 10 22:21:57 2005 ++++ src/gtktexttag.stub Sat Dec 10 22:22:07 2005 +@@ -36,7 +36,6 @@ + (language-set :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) + ) + (allocator (c "Scm_GtkObjectAllocate")) + ) +@@ -85,8 +84,6 @@ + (is-text :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) +- (pad4 :type ) + ) + (allocator "return Scm_MakeGtkTextAppearance(NULL);") + ) +@@ -128,8 +125,6 @@ + (realized :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) +- (pad4 :type ) + ) + (allocator "return Scm_MakeGtkTextAttributes(NULL);") + ) Index: x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub =================================================================== RCS file: x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub diff -N x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub 11 Dec 2005 17:23:15 -0000 @@ -0,0 +1,11 @@ +--- src/gtktoolbar.stub.orig Sat Dec 10 22:36:08 2005 ++++ src/gtktoolbar.stub Sat Dec 10 22:36:31 2005 +@@ -51,8 +51,6 @@ + (tooltips :type ) + (button-maxw :type ) + (button-maxh :type ) +- (style-set-connection :type ) +- (icon-size-connection :type ) + (style-set :type ) + (icon-size-set :type ) + ) --- x11-toolkits_gauche-gtk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: