From owner-freebsd-gecko@FreeBSD.ORG Tue May 5 03:40:06 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0791065674 for ; Tue, 5 May 2009 03:40:06 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from mephisto.wickedmachine.net (tn-76-7-159-129.dhcp.embarqhsd.net [76.7.159.129]) by mx1.freebsd.org (Postfix) with ESMTP id 00BBE8FC12 for ; Tue, 5 May 2009 03:40:05 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from mephisto.wickedmachine.net (localhost [127.0.0.1]) by mephisto.wickedmachine.net (8.14.3/8.14.3) with ESMTP id n4533ZBI020692; Mon, 4 May 2009 23:03:35 -0400 (EDT) (envelope-from jsa@wickedmachine.net) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.9 X-GNATS-Notify: Date: Mon, 4 May 2009 23:03:35 -0400 From: "Joseph S. Atkinson" Message-Id: <1241492615.20360@mephisto.wickedmachine.net> To: "FreeBSD gnats submit" Cc: gecko@FreeBSD.org Subject: Mark www/kompozer BROKEN for all X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 03:40:06 -0000 >Submitter-Id: current-users >Originator: Joseph S. Atkinson >Organization: >Confidential: no >Synopsis: Mark www/kompozer BROKEN for all >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 7.2-RELEASE i386 >Environment: System: FreeBSD 7.2-RELEASE #0: Sat May 2 00:21:11 EDT 2009 jsa@mephisto.wickedmachine.net:/usr/obj/usr/src/sys/MEPHISTO >Description: The problems with KompoZer aren't limited to any specific architecture. Both i386 and amd64 also crash when menus are selected as well. This appears to be a known issue with more recent GTKs, and it doesn't look like upstream intends to fix it. This port, however, is not dead, as they are actively working on an upcoming 0.8 which hypothetically will not not have any issue with modern GTK editions. Until some progress is made to fix this, or 0.8 comes along, mark BROKEN across the board to save people the headache and disappointment building/using and unstable product. * "KompoZer 0.7 crashes with GTK 2.14" -- Kazé @ http://kazhack.org/?post/2009/04/02/KompoZer-0.8a >How-To-Repeat: Install kompozer (ports or packages, any arch), start playing with the menus. Crash will occur on nested menus, where the majority of features and usablity are. >Fix: --- kompozer_is_dead.diff begins here --- --- Makefile.orig 2009-05-04 22:32:44.000000000 -0400 +++ Makefile 2009-05-04 22:37:41.000000000 -0400 @@ -29,9 +29,7 @@ "${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \ "Application;Network;" true -NOT_FOR_ARCHS= ia64 sparc64 -NOT_FOR_ARCHS_REASON_ia64= does not build -NOT_FOR_ARCHS_REASON_sparc64= crashes in font selection +BROKEN= crashes while accessing nested menus .include .include "${PORTSDIR}/www/mozilla/Makefile.common" --- kompozer_is_dead.diff ends here ---