summaryrefslogtreecommitdiff
path: root/www/mozilla
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11buildlink1 -> buildlink2jlam1-11/+12
2002-09-03Swipe the patch for bug 160535 from the Mozilla tree, to fix unaligned accessmycroft3-1/+78
problems on 64-bit platforms. (I don't think this is the right way to do it, but...)
2002-08-29fix PLISTtaya19-5579/+2952
merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet)
2002-08-29upgrade to 1.1. includes CSS/cookie-stealing security fix.itojun9-141/+10
* Improved application and layout performance * Improved stability * Improved Web site compatibility * Improved CSS, DOM and HTML standards support * Distinct window icons for the different Mozilla applications (artwork contributed by Grayrest). * Mozilla can now trigger MS DUN when started without a connection. * Fullscreen mode for Mozilla on Linux (press F11). * Browser tabs now close left to right (they used to close right to left). * The tab bar now has a button for creating new tabs. * All Search entry points now use your default search engine. * Download Manager has been enabled as the default download view (with many improvements) * Autocomplete in the location bar has more intelligent completion. * The Linux File Picker has improved filtering and a new directory button. * File extensions more accurately handled in downloads and we save the correct files when saving complete Web pages * Drag and drop support has been greatly improved. * View selection source: Context clicking on a selection now lets you view the HTML source for the selected area. * Page info displays more page info with improved General and Media tab content. * New button in prefs for making Mozilla the system default browser on MS Windows * MathML is now enabled for Mozilla on Macintosh (it was already available on Windows and Linux). * Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5 * Better Bi-Di Arabic and Hebrew support including improved layout of Arabic pages on Linux and other platforms without their own Arabic shaping support. * We have new layout performance enhancements targeted at DHTML. * Mozilla now has support for the display of XBM images. * Image and plug-in blocking for Mail & News * Mozilla allows you to view HTML mail messages as plain text. * You can now quote the current message in a Mail compose window with Quote Original under the options menu. * The JavaScript Debugger has gone through a major development cycle. It now sports a palette of nine views which can be rearranged within the main window or docked in separate floating windows. It is also possible to create user-defined views and commands directly with JavaScript. More details are available in the FAQ, newsgroup, or IRC channel. * Chatzilla has improved tab completion and can now join channels with Japanese names.
2002-08-19Use one less subshell to build this.fredb1-2/+2
2002-08-19Make this build "-O2" on all platforms, increase the shell limits to makefredb1-7/+6
up for the extra requirements this imposes, and bump ${PKGREVISION}.
2002-08-19Mark this NOT_FOR_PLATFORM NetBSD-*-m68k. Invert ONLY_FOR_PLATFORM/fredb1-4/+3
NOT_FOR_PLATFORM and simplify -- we don't care about pre-1.5 development releases anymore.
2002-08-19Make this compile, at least, on NetBSD/m68kelf, using patches submittedfredb5-21/+143
to tech-pkg by Klaus Heinz.
2002-08-19Depend on autoconf-2.13, since newer versions don't work, according towiz1-2/+2
Julio Merino in pkg/17994.
2002-08-02Do away with special pthread.buildlink.mk hack and add "optional" tojlam1-7/+4
PTHREAD_OPTS. This allows us to ignore the "require" inherited from the glib/buildlink.mk file, which was originally causing "require native" to be used for mozilla and was causing build problems on platforms without native pthreads.
2002-08-01Fix so that mozilla doesn't require a native pthread library. "require"jlam1-4/+7
comes from devel/glib/buildlink. devel/glib requires a pthread library but www/mozilla optionally wants a native pthread library. Checking for PTHREAD_TYPE != "native" will work, but we may want to consider expanding the capabilities of pthread.buildlink.mk to cover this scenario.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-8/+9
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-12add config for arm, armel, armebtaya4-13/+46
2002-07-04add pthread support.(but disabled now)taya5-8/+50
2002-06-23introduce MASTER_SITE_MOZILLA.kei1-3/+2
2002-06-12during install set HOME to WRKDIR to avoid polluting the users home directorydmcmahill1-1/+5
2002-06-06Update mozilla to 1.0taya13-41/+41
No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/
2002-05-26Source tarball has changed.taya1-3/+3
regen distinfo.
2002-05-25Update mozilla to 1.0rc3taya5-24/+7
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues. See release notes for detail. http://www.mozilla.org/releases/mozilla1.0/
2002-05-14forget to remove this on previous committaya1-99/+0
2002-05-14Update mozilla to 1.0rc2taya17-98/+98
Changes from release notes are follows: - A security vulnerability reported in Mozilla by GreyMagic Software has now been fixed. For more information see the mozilla.org statement. - Fifteen of our most frequently encountered crashes have been fixed. You can help us find any that are left by banging on Mozilla and sending in those TalkBack crash reports. - Ten of our most frequently encountered application freezes have been fixed (including the dreaded bug 96504 on Linux). - We finally support CSS2 :hover the way web developers want us to. (Bug bug 5693) - It is now possible to install colormap on 8 bit displays using -install. (Bug 22337) - Cookies can now be disabled for Mozilla Mail. (Bug 22994) - You can now enable in preferences HTTP 1.1 pipelining (not on by default). (Bug 93054)
2002-05-08Lubomir Sedlacik <salo@Xtrmntr.org> reported that pkgsrc for mozilla worked ↵taya1-2/+2
on Solaris 8. So add SunOS-*-* to ONLY_FOR_PLATFORM.
2002-05-07Add security fix for " Bugzilla Bug 141061 XMLHttpRequest allows reading of ↵taya3-2/+103
local files" See bugzilla for detail: http://bugzilla.mozilla.org/show_bug.cgi?id=141061 Demo of this vulnerability: http://sec.greymagic.com/adv/gm001-ns/
2002-04-25Update mozilla to 1.0rc1taya17-124/+470
Noteable changes from release notes are follows. See release notes for detail http://www.mozilla.org/releases/mozilla1.0/ - Mozilla Composer now implements one button publishing which allows you to save html documents directly to web sites where you have an established account. - Our most frequently reported bug has been fixed. Viewing the source of a cgi generated page now works properly. - Mozilla now implements LDAP over SSL and allows LDAP Address Book replication. - The following JavaScript statements are now acceptable, as they are with Netscape Navigator 4.7 and Internet Explorer 6: for(i in undefined){} for(i in null){} var obj; for (i in obj){} - Improved GB18030 support -- the Unicode surrogate range support is now available on Windows. - Linux scaled bitmap font support is available This improves quality of bitmap font display even when a font does not contain embedded bitmap fonts in many different sizes. - There is now a preference to match the browser's default locale/region to the operating system default. In all.js: pref("intl.locale.matchOS", false); When its value is "true", browser will find the system's locale and set its UI language and region content to match it. For example, when installing on an English (US) system, on start up, the client will use English as its UI language and US as its region locale until a user profile is selected. If a (pair) of locale is defined in the selected profile, browser will honor the profile locale. In addition, when cmdline switches, '-UILocale' and/or 'contentLocale', are present, the cmdline switch takes precedence. (Bug 121744) Note: Having this preference on is an expensive operation. Therefore, when this preference is "true", there will be approximately a 30% increase in startup time.
2002-03-24Correct perl version dependency.taya1-2/+2
2002-03-14remove "The" from start of COMMENTabs1-2/+2
2002-03-13Update mozilla to 0.9.9taya16-487/+263
Changes from release mail: * MathML is now enabled by default on those platforms that support it, including Windows and Unix. * The JavaScript debugger, (aka Venkman) can now profile JavaScript. * Greatly improved View-> Page Info dialog. * Mozilla now supports SOAP. * Users now have the option of installing plugins in the Mozilla user directory ($HOME/.mozilla/plugins on Unix). * Mozilla has a new Page Setup dialog and the Print Preview window is much improved. and much, much more. See release notes for detail http://www.mozilla.org/releases/mozilla0.9.9/
2002-02-15mkdir -> ${MKDIR}skrll2-18/+18
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-09Update mozilla to 0.9.8taya14-186/+426
See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.8/
2001-12-27Update mozilla to 0.9.7taya12-89/+173
See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.7/
2001-12-22Remove " {build 0000000000}" from title bars; it's not useful andlukem2-1/+18
wastes screen space. Fix by Peter Seebach in [pkg/15026].
2001-11-22Update mozilla to 0.9.6taya14-163/+304
From "What's New" section of release notes: * Mozilla now displays page icons in the url bar (Expect support for shortcut icons (aka favicon) in Mozilla 0.9.7). Page icons can be defined in the html head section of a document like so: <LINK REL="icon" HREF="images/mozilla-16.png" TYPE="image/png"> <LINK REL="SHORTCUT ICON" HREF="/images/global/branding/dellecomicon.ico"> * Mozilla can now display Windows .BMP and .ICO images on all platforms. * Print Preview has been implemented. * Macintosh Page Setup has been implemented (Bug 36796) * Mail message "labels" support has been implemented. (Bug 81292) * Mail "prefill mail filter" support has been implemented (Bug 65761) * The new Search for item on the context menu lets you search for any text you highlight on a web page. * Select some text in browser window. * Right click in the browser window and a context menu will pop up. * Choose the Search for item and Mozilla will search for the highlighted text at your default engine.
2001-11-14Pass LIBRUNPATH via CONFIGURE_ENV also since this is refered from configureenami1-1/+2
script in addtion to makefile fragments. It looks like this is now necessary to embedd rpath into some shared object after recent bsd.pkg.mk change.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-26enable IPv4 mapped IPv6 address(workaround for -current)taya3-3/+25
2001-10-26Move the moz-install script from the scripts/ directory to the files/agc2-3/+3
directory.
2001-10-16Update mozilla to 0.9.5taya13-3417/+3913
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.5/
2001-09-16Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet)taya13-326/+291
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.4/
2001-08-04mozilla.org replaced source tarball.taya1-3/+3
update distinfo
2001-08-04Update to mozilla 0.9.3taya10-51/+100
From mozilla 0.9.3 release notes: * Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds. * The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups. * The Modern theme has several changes to icons and sidebar tabs. * Proxy Auto-Config has been implemented on the Macintosh. * There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985) * Chatzilla is now localizable.
2001-07-13Update mozilla to 0.9.2nb1.taya4-3/+268
Try to connect to all address if host have more than 1 address.
2001-07-01Update mozilla to 0.9.2taya8-125/+86
0.9.2 is a bugfix release. See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.2/
2001-06-19Because source tarball has changed(only CVS/* files), update digest.taya1-3/+3
2001-06-09Update mozilla to 0.9.1 and add header files to packagetaya10-59/+3560
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9 See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.1/
2001-05-23We should at least try to build on Linuxabs1-2/+2
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-11Most notable changes are:taya11-199/+154
* Personal Security Manager 2.0 with improved performance and new UI. * MailNews front end has been overhauled with a huge performance improvement. * Browser and Mail now utilize a new cache, and new viewmanager for improved performance and correctness. * Image rendering library was rewritten from scratch for increased preformance. See the release notes below for detail: http://www.mozilla.org/releases/mozilla0.9/
2001-05-05Explicitly disable pthreads, as that option doesn't work on NetBSD at all.fredb1-2/+3
Partially fixes PR pkg/12705.