diff options
author | alane <alane@FreeBSD.org> | 2002-11-11 02:05:10 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-11 02:05:10 +0800 |
commit | a29e9f9da7ff66b19bca4930caa3ffcf32afd429 (patch) | |
tree | 11f258e8be0f0a7c954ae67aeaf8ad11a626fc93 /www/firefox/pkg-message | |
parent | b87d366748309e309fd04e21dc584d316d2a85da (diff) | |
download | freebsd-ports-gnome-a29e9f9da7ff66b19bca4930caa3ffcf32afd429.tar.gz freebsd-ports-gnome-a29e9f9da7ff66b19bca4930caa3ffcf32afd429.tar.zst freebsd-ports-gnome-a29e9f9da7ff66b19bca4930caa3ffcf32afd429.zip |
* PORTREVISION ==> 7.
* Allow building under -CURRENT.
* Changes in LDFLAGS and CPPFLAGS passed to configure.
* Removed stale javascript dirs (venkman) from plist.
* Updated mkdistfile to remove more unneeded dirs. Used to make a
new distfile from a cvs checkout. For maintainers only, really.
* Disable bi-directional text in config.
* Remove dupes from mozconfig.in.
The problem with the martian file selection dialogs is gone. I am not sure of
the cause, but apparently it had to do with either which version of the NSPR
libs phoenix runs with or the link order of libraries. I don't care, as long as
it doesn't do it, 'cause I do not read Martian.
Should be running against its own set of NSPR libs now. (Note: you can't just
use ldd to check this since the startup scripts play all kinds of fun games.)
You are advised to remove $HOME/.phoenix before running the new version.
Diffstat (limited to 'www/firefox/pkg-message')
-rw-r--r-- | www/firefox/pkg-message | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message index 61aa55e8f559..a6925d3a71f1 100644 --- a/www/firefox/pkg-message +++ b/www/firefox/pkg-message @@ -1,8 +1,6 @@ ====================================================================== -As of version 0.4_4, this port appears to be stable. It will work with -either of the port versions of perl, provided you do "use.perl port". -It may work with the base system version of perl; I (AlanE) have not -tested this. +As of version 0.4_7, this port appears to be stable *again*. It will work +with either of the port versions of perl, provided you do "use.perl port". NOTE: if you use the lang/perl5.8 port, please remove the File::Spec package with the command "pkg_deinstall -f p5-File-Spec". If you are @@ -15,16 +13,16 @@ bug reports to any other addresses. Please include the following information with any bug report: -1. Date/time stamp from www/phoenix/Makefile. -2. Perl version used (/usr/bin/perl --version). -3. If a port, did you do "use.perl port"? If no, why didn't you - follow the instructions provided? -4. If perl 5.8, did you remove the p5-File-Spec port? If no, why - didn't you follow the instructions provided? -5. Where/when did the problem occur: configuring, building, or - running phoenix? -6. Can you reproduce the problem? If so, how? If not, why do you - think we can fix it? +* Output from 'uname -a'. +* Date/time stamp from www/phoenix/Makefile. +* Perl version used (/usr/bin/perl --version or + /usr/local/bin/perl --version for -current). +* If perl 5.8, did you remove the p5-File-Spec port? If no, why + didn't you follow the instructions provided? +* Where/when did the problem occur: configuring, building, or + running phoenix? +* Can you reproduce the problem? If so, how? If not, why do you + think we can fix it? Thank you for your help in testing and reporting bugs, and we hope you enjoy using Phoenix. |