diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-02 01:55:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-02 01:55:04 +0800 |
commit | aa56eb26845bba0b900e55e9a57b8912191bf7c7 (patch) | |
tree | c9288a0d0e5efeff2789b4904d3ff96896946596 /www/firefox/Makefile | |
parent | 96b20515548a02b392ff8c6edc7b7883f331fb5f (diff) | |
download | freebsd-ports-gnome-aa56eb26845bba0b900e55e9a57b8912191bf7c7.tar.gz freebsd-ports-gnome-aa56eb26845bba0b900e55e9a57b8912191bf7c7.tar.zst freebsd-ports-gnome-aa56eb26845bba0b900e55e9a57b8912191bf7c7.zip |
Firefox may hang for some users for a few seconds at a time eating up all
of the CPU. This is triggered by a bug in Gecko/GTK+ interaction. This
patch corrects the problem. See
https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details.
PR: 92467
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=305970
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 916ed92930be..401e9f9d3098 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |