summaryrefslogtreecommitdiff
path: root/www/firefox3-devel/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-25- Update to Firefox 3.1 BETA3Martin Wilke1-10/+0
Firefox 3.1 Beta 3 is based on the Gecko 1.9.1 rendering platform, which has been under development for the past 9 months. Firefox 3.1 is an incremental release on the previous version with significant changes to improve web compatibility, performance, and ease of use: * Improved the new Private Browsing Mode. * Improvements to web worker thread support. * Improved performance and stability with the new TraceMonkey JavaScript engine. * New native JSON support. * Improvements to the Gecko layout engine, including speculative parsing for faster content rendering. * Support for new web technologies such as the <video> and <audio> elements, the W3C Geolocation API, JavaScript query selectors, CSS 2.1 and 3 properties, SVG transforms and offline applications. Thanks to: beat@, nox@, gahr@, Florian Smeets, Notes: svn path=/head/; revision=232745
2007-03-19Readd firefox-devel at version 3.0.a2Michael Johnson1-0/+10
Notes: svn path=/head/; revision=187714
2006-11-01- Remove firefox-devel now that Firefox 2.0 is stableMichael Johnson1-47/+0
Notes: svn path=/head/; revision=176060
2006-10-09- Update to 2.0rc2Michael Johnson1-8/+17
Notes: svn path=/head/; revision=175015
2006-03-29- Readd firefox-devel at version 2.0a1Michael Johnson1-0/+0
- Add support for USE_GECKO=firefox-devel - Fix pkg-deinstall to not remove MOZDIR/extensions Notes: svn path=/head/; revision=158397
2005-11-29- Update firefox to 1.5Michael Johnson1-8/+8
- Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs Notes: svn path=/head/; revision=149945
2004-02-13Remove the ugly libnspr hack, and be a little more clever when addingJoe Marcus Clarke1-0/+38
libiconv support. While this approach adds an extra patch, it insures that the built-in nspr will used without the need for additional messy symlinks. Notes: svn path=/head/; revision=100824