cvs commit: ports/www/mozilla-firebird Makefile pkg-message ports/www/mozilla-firebird/files patch-typeaheadfind-nosound

Joe Marcus Clarke marcus at FreeBSD.org
Sun Feb 8 11:37:13 PST 2004


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


More information about the cvs-all mailing list