diff options
author | taya <taya> | 2004-07-05 14:25:29 +0000 |
---|---|---|
committer | taya <taya> | 2004-07-05 14:25:29 +0000 |
commit | 667082aeec7ad79541502d23fc6aa0e0a2668b33 (patch) | |
tree | 5d888aadac9db8ad0286cb61969c579c83573d0f /www/firefox-gtk2 | |
parent | 47b5a097c48a18a3558b8c743f6ae30c72b17a05 (diff) | |
download | pkgsrc-667082aeec7ad79541502d23fc6aa0e0a2668b33.tar.gz |
- correct MESSAGE
- add patch to fix compilation problem on NetBSD-1.6.2
- bump PKGREVISION
Diffstat (limited to 'www/firefox-gtk2')
-rw-r--r-- | www/firefox-gtk2/MESSAGE | 9 | ||||
-rw-r--r-- | www/firefox-gtk2/Makefile | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-gtk2/MESSAGE b/www/firefox-gtk2/MESSAGE index 2fc1a92c850..d1938554320 100644 --- a/www/firefox-gtk2/MESSAGE +++ b/www/firefox-gtk2/MESSAGE @@ -1,5 +1,4 @@ -Firefox must be run by a user with access to the installed location -first, so that all initial startup files are generated. There may be -issues still where if a restricted-access user is the first to run the -app, these files may not be generated properly and Firefox may enter -an infinite restart loop. This will be fixed in a future release. +If you have ever run another version of firefox or firefox-gtk2, you +must remove compreg.dat under your firefox profile before you run firefox. + + e.g. rm ~/.mozilla/firefox/*/compreg.dat diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile index 0772c25cbbe..c7a443a0b87 100644 --- a/www/firefox-gtk2/Makefile +++ b/www/firefox-gtk2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/07/03 04:00:50 taya Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/05 14:25:55 taya Exp $ MOZILLA= firefox-gtk2 MOZILLA_BIN= firefox-bin MOZ_VER= 0.9.1 +PKGREVISION= 1 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source |