Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 11:37:12 -0800 (PST)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/mozilla-firebird Makefile pkg-message ports/www/mozilla-firebird/files patch-typeaheadfind-nosound
Message-ID:  <200402081937.i18JbC9X045079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402081937.i18JbC9X045079>