From owner-cvs-all@FreeBSD.ORG Sun Feb 8 11:37:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE2716A4CF; Sun, 8 Feb 2004 11:37:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBFF43D1F; Sun, 8 Feb 2004 11:37:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18JbD0B045080; Sun, 8 Feb 2004 11:37:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18JbC9X045079; Sun, 8 Feb 2004 11:37:12 -0800 (PST) (envelope-from marcus) Message-Id: <200402081937.i18JbC9X045079@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 8 Feb 2004 11:37:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-firebird Makefile pkg-message ports/www/mozilla-firebird/files patch-typeaheadfind-nosound X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 19:37:13 -0000 marcus 2004/02/08 11:37:12 PST FreeBSD ports repository Modified files: www/mozilla-firebird Makefile pkg-message Added files: www/mozilla-firebird/files patch-typeaheadfind-nosound Log: * Fix a bug where Firebird would lock up after typing any text. This had to do with esound being installed, but not being used (e.g. when not running under the GNOME Desktop). What happens now is sound support is disabled by default. If you wish to enable Type Ahead Find sound support, edit your prefs.js file, and add: user_pref("accessibility.typeaheadfind.enablesound", true); * Make portlint happy by not including anything after bsd.port.post.mk * Clean up the pkg-message a bit to reflect reality with respect to Perl Thanks to casaveli on BSDForums for finding it was esound causing the lock up as well as testing the patch mentioned above. Revision Changes Path 1.62 +9 -23 ports/www/mozilla-firebird/Makefile 1.1 +72 -0 ports/www/mozilla-firebird/files/patch-typeaheadfind-nosound (new) 1.10 +2 -56 ports/www/mozilla-firebird/pkg-message