diff options
author | taya <taya@pkgsrc.org> | 2003-05-22 23:41:48 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2003-05-22 23:41:48 +0000 |
commit | fe5ad8ebc00409b9a55d36494fde86c1708df121 (patch) | |
tree | 382bf4c140ccd5a3c30e1727ccec31b3f2f79f75 /www/mozilla/Makefile.common | |
parent | 4c8556b6ea875e44b0b0858728ad5bfa0637c611 (diff) | |
download | pkgsrc-fe5ad8ebc00409b9a55d36494fde86c1708df121.tar.gz |
Update mozilla to 1.3.1.
And change PREFIX from /usr/X11R6 to /usr/pkg.
what's new from release notes
* Mozilla Mail has junk-mail classification. With some initial
"training" the client can identify and segregate spam messages from
good messages. To see more about Mozilla's junk-mail classification,
visit the Mozilla Spam Filtering page.
* Newsgroup filters have been implemented.
* An initial implementation of rich text editing controls has landed
in Mozilla for 1.3.1. See the rich text editing page for more
information.
* Image auto sizing allows a user to toggle between full-sized images
and images sized to fit the browser window. To give it a try, load a
large image into the browser window or size the window to be much
smaller. Now clicking on the image will alternate between auto-sized
and full-sized. The feature can be disabled (or enabled) from the
Appearance panel in Preferences.
* Users can now "dynamically" switch profiles. To give it a try, from
the tools menu select "Switch Profile..."
* Find as you type, formerly known as type ahead find, has a new
preferences panel (Advanced: Keyboard Navigation).
* When installed, Chatzilla now has a normal Mozilla preferences panel.
* Mozilla 1.3.1 also includes fixes for performance, standards
compliance and site compatibility.
* Mozilla has a new splash screen. We already know. Please don't
report this to Bugzilla. Thanks.
Diffstat (limited to 'www/mozilla/Makefile.common')
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 8b4802460f5..986f77767a4 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2003/05/13 13:36:04 markd Exp $ +# $NetBSD: Makefile.common,v 1.17 2003/05/22 23:41:48 taya Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -17,7 +17,7 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip USE_BUILDLINK2= yes USE_PERL5= build USE_GMAKE= yes -USE_X11BASE= yes +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-tests \ --disable-debug \ |