summaryrefslogtreecommitdiff
path: root/www/firefox10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports.Kris Kennaway2006-09-0230-2739/+0
| | | | Notes: svn path=/head/; revision=171920
* Mark firefox 1.0.8 FORBIDDEN and set one month EXPIRATION_DATE due toSimon L. B. Nielsen2006-07-271-0/+3
| | | | | | | | | | | | | | | | | | several vulnerabilities which allows code execution. On the mozilla page with known vulnerabilities [1] they state: Firefox 1.0 is no longer supported and the last update, Firefox 1.0.8, is affected by several vulnerabilities fixed in newer versions of the program. All users are urged to upgrade to the newest version of Firefox. [1] http://www.mozilla.org/projects/security/known-vulnerabilities.html With hat: security-officer Notes: svn path=/head/; revision=168882
* - Fix build with new gmakeMichael Johnson2006-07-091-0/+30
| | | | Notes: svn path=/head/; revision=167307
* Portlint:Jeremy Messenger2006-06-061-1/+0
| | | | | | | -Remove an empty line. Notes: svn path=/head/; revision=164555
* - Fix .desktop file so it says Firefox10 instead of Firefox and starts firefox10Michael Johnson2006-05-302-53/+56
| | | | Notes: svn path=/head/; revision=163921
* - Change firefox to firefox-devel or firefox10Michael Johnson2006-05-011-1/+1
| | | | Notes: svn path=/head/; revision=161036
* - Use included mozconfigMichael Johnson2006-04-221-0/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=160184
* - Convert from using mozconfig.in to using generic mozconfigMichael Johnson2006-04-223-83/+13
| | | | | | | | | - Make firefox10 work in tinderbox [1] Reported by: kris mail [1] Notes: svn path=/head/; revision=160151
* - Add forgotten firefox10 mozconfig.in fileMichael Johnson2006-04-171-0/+82
| | | | Notes: svn path=/head/; revision=159756
* Firefox is an award winning, free, open-source web browser for many platformsMichael Johnson2006-04-1614-76/+883
| | | | | | | | | | | | | | | | | | and is based on the Mozilla codebase. It is small, fast and easy to use, and offers many advanced features: o Popup Blocking o Tabbed Browsing o Live Bookmarks (ie. RSS) o Extensions o Themes o FastFind o Improved Security Repo-copied from: www/firefox Repo-copied by: marcus Notes: svn path=/head/; revision=159753
* - Update to 1.5.0.2Michael Johnson2006-04-142-5/+4
| | | | | | | Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html Notes: svn path=/head/; revision=159481
* - Convert all gecko pkg-[de]install scripts into a genericMichael Johnson2006-03-292-21/+1
| | | | | | | | | | pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1] Notes: svn path=/head/; revision=158394
* Fix a problem where Firefox creates its ~/.mozilla directory using stackJoe Marcus Clarke2006-02-192-0/+20
| | | | | | | | | | garbage. PR: 92899 Submitted by: truckman Notes: svn path=/head/; revision=156416
* - Remove forgotten patchMichael Johnson2006-02-021-58/+0
| | | | Notes: svn path=/head/; revision=155074
* - Update to 1.5.0.1Michael Johnson2006-02-0213-140/+5
| | | | Notes: svn path=/head/; revision=155066
* Firefox may hang for some users for a few seconds at a time eating up allJoe Marcus Clarke2006-02-012-1/+59
| | | | | | | | | | | | of the CPU. This is triggered by a bug in Gecko/GTK+ interaction. This patch corrects the problem. See https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details. PR: 92467 Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=305970 Notes: svn path=/head/; revision=155017
* Only enable SVG support on 6.X and higher since it's still causing GCCJoe Marcus Clarke2005-12-151-1/+1
| | | | | | | errors with GCC 3.4.2. Notes: svn path=/head/; revision=151248
* - Add a patch to fix history DoS vulnerabilityMichael Johnson2005-12-092-1/+104
| | | | | | | Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004 Notes: svn path=/head/; revision=150703
* - Add support for GECKO_PLIST_PRE_FILES and GECKO_PLIST_PRE_DIRS toMichael Johnson2005-12-041-8/+5
| | | | | | | | add files or directories to plist. - *Really* remove share/idl if empty in firefox Notes: svn path=/head/; revision=150419
* - Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom soMichael Johnson2005-12-031-1/+1
| | | | | | | | | svg works for some people. Pointyhat to: me Notes: svn path=/head/; revision=150299
* - Disable svg support on 5.3 and lower to fix build with a gcc bug.Michael Johnson2005-12-021-2/+4
| | | | | | | | Reported by: many Tested by: mark@mkproductions.org Notes: svn path=/head/; revision=150199
* Fix all those ports to find libnssckbi.so in the correct place to allow thoseJeremy Messenger2005-12-021-1/+1
| | | | | | | | | | | SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=150198
* - Bump PORTREVISIONMichael Johnson2005-11-301-1/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=150079
* - Reenable svg support, this must've sliped with all the massive changes.Michael Johnson2005-11-301-0/+1
| | | | | | | | PR: 89764 Submitted by: Roland Smith <rsmith@xs4all.nl> Notes: svn path=/head/; revision=150078
* - Fix desktop entry, there's no FF_SUFX anymorePav Lucistnik2005-11-302-1/+2
| | | | Notes: svn path=/head/; revision=150058
* - Update WWWMichael Johnson2005-11-301-1/+1
| | | | Notes: svn path=/head/; revision=150005
* - Update firefox to 1.5Michael Johnson2005-11-2931-1504/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* - Add support for new lib/browser_linux_pluginsMichael Johnson2005-11-141-2/+2
| | | | Notes: svn path=/head/; revision=148270
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Partially revert the previous commit. Firefox can only build with specificJoe Marcus Clarke2005-10-102-2/+2
| | | | | | | | | | | | | | | extensions (in particular typeaheadfind breaks Find [go figure]). It is safer to use a specific list of extensions with Firefox 1.0.x. It looks like they've made this better in 1.5, and set a reasonable default list of extensions. Basically, we're back to the previous 1.0.7_1,1 set of extensions with the addition of negotiateauth. Reported by: many Notes: svn path=/head/; revision=144777
* * Add support of ports-installed Kerberos [1]Joe Marcus Clarke2005-10-092-3/+5
| | | | | | | | | | * Enable all default extensions [2] PR: 86961 [2] Submitted by: David W. Hankins <David_Hankins@isc.org> [1] Notes: svn path=/head/; revision=144701
* - Fix the sed for libesd and kill the major version of libraryJeremy Messenger2005-09-231-7/+4
| | | | | | | | | | | | | (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2] Notes: svn path=/head/; revision=143467
* Update to 1.0.7. SeeJoe Marcus Clarke2005-09-214-125/+20
| | | | | | | | | | http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list of fixes in this release. Security: Fixes http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other things Notes: svn path=/head/; revision=143315
* - Patch a security vulnerability (DoS, remote execution) in IDNPav Lucistnik2005-09-102-1/+105
| | | | | | | | | | | | | | (internationalized domain names) subsystem, also known as "hyphen domain name bug" Submitted by: Marcus Grando Obtained from: Mozilla Project CVS, https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259 Security: CAN-2005-2871 http://secunia.com/advisories/16764/ Notes: svn path=/head/; revision=142367
* Add support for CJK font family names. This makes for a better browsingJoe Marcus Clarke2005-09-022-1/+13
| | | | | | | | | | experience for CJK users. PR: 84378 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=141758
* - Make portlint happier.Jeremy Messenger2005-08-2817-327/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'firefox' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Tested by: many Notes: svn path=/head/; revision=141034
* Install IDL files into ${PREFIX}/share/idl/firefox.Joe Marcus Clarke2005-07-301-0/+11
| | | | | | | Obtained from: www/mozilla Notes: svn path=/head/; revision=140433
* - Update to 1.0.6Michael Johnson2005-07-203-12/+3
| | | | Notes: svn path=/head/; revision=139648
* Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.Joe Marcus Clarke2005-07-141-1/+1
| | | | | | | Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> Notes: svn path=/head/; revision=139167
* Update to 1.0.5. This release addresses numerous security bugs as well asJoe Marcus Clarke2005-07-142-4/+4
| | | | | | | | | adds some stability enhancements. Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5 Notes: svn path=/head/; revision=139164
* - Update to 1.0.4Michael Johnson2005-05-122-4/+4
| | | | | | | | | | This release fixes 3 very critical bugs. [1] Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html Notes: svn path=/head/; revision=135111
* - Install .desktop file in share/applications instead ofMichael Johnson2005-04-261-6/+4
| | | | | | | | | | | share/gnome/applications so we can remove the gnomehier dependency so non-gnome users don't have to install a bunch of un-needed gnome directories. - Remove WITH_MENU option from mozilla[-devel], .desktop file will always be installed now. Notes: svn path=/head/; revision=134223
* - Update to 1.0.3Michael Johnson2005-04-162-5/+5
| | | | | | | | | - Re-enable cups support Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html Notes: svn path=/head/; revision=133466
* - Remove mng support, it doesn't workMichael Johnson2005-04-142-4/+2
| | | | Notes: svn path=/head/; revision=133296
* * Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke2005-03-253-11/+14
| | | | | | | | | | | | | http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html and http://www.vuxml.org/freebsd/741f8841-9c6b-11d9-9dbe-000a95bc6fae.html for more details) * Fix some minor cosmetic issues with the startup script Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131937
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.Joe Marcus Clarke2005-03-102-1/+343
| | | | | | | | | | | Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi Notes: svn path=/head/; revision=130757
* Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke2005-03-022-123/+80
| | | | | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130146
* Re-add support for specifying a profile using the -P option.Joe Marcus Clarke2005-02-281-3/+12
| | | | | | | Submitted by: Jeremy Prior <jez@netcraft.com> Notes: svn path=/head/; revision=129961