summaryrefslogtreecommitdiff
path: root/www/firefox15/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-04-30 www/firefox15: Obsolete version, use Firefox 2.0 or greater insteadMartin Wilke2008-04-3024-4303/+0
| | | | | | 2008-04-30 www/phpadsnew: replaced by www/openx 2007-10-27 x11-wm/yawm: project no longer exists 2007-10-27 x11-wm/uwm: Version branch long since retired
* Mask FP_X_DNML not only on i386, but also on amd64. Bump the PORTREVISION.Jeremy Messenger2008-04-231-1/+1
| | | | Obtained from: delphij's committed on thunderbird.
* Remove support for antique perl.Mark Linimon2007-09-081-10/+0
| | | | Hat: portmgr
* Patch all known vulnerabilitiesMichael Johnson2007-07-261-0/+2424
| | | | Obtained from: Mozilla Bugzilla and Redhat
* Make apply patches cleaner with PATCH_DEBUG=yes, no function change.Jeremy Messenger2007-03-2415-86/+108
| | | | | PR: ports/110726 Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
* Update to 1.5.0.10 to fix some security vulnerabilities. SeeJoe Marcus Clarke2007-02-253-136/+171
| | | | | http://vuxml.FreeBSD.org/12bd6ecf-c430-11db-95c5-000c6ec775d9.html for more details.
* Fix the gtk2 dnd implementation broken, see more details in the bugzilla. ThisJeremy Messenger2007-01-181-0/+18
| | | | | | | | | | | patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525
* Fix a double-free while performing print operations which could trigger aJoe Marcus Clarke2006-12-151-0/+26
| | | | | | segmentation fault if malloc debugging was enabled. Reported by: dougb
* - Bump PORTEPOCH to not go backwardsMichael Johnson2006-11-021-50/+50
| | | | | | - s/Firefox/Firefox 1.5/ in .desktop file Reported by: port version check
* - Add firefox15 at version 1.5.0.7Michael Johnson2006-11-019-217/+201
| | | | | Repocopied from: www/firefox Repocopied by: marcus
* - Update to 2.0Michael Johnson2006-11-019-201/+217
| | | | | | | Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/ Special thanks to marcus and many others for helping test and fixing bugs!
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-141-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* Add a tiny hunk to allow firefox to use our system libz instead ofMikhail Teterin2006-09-191-1/+8
| | | | | | | | | | | | | | | building its own. Some years ago there was a security problem with zlib-1.2.2 and firefox' configure checks the system's zlib.h to be 1.2.3 or higher. FreeBSD patched the hole without bumping the version number, which caused Firefox (and, likely, other Mozilla stuff) to build their own versions instead (and install their headers). Maintainers were repeatedly notified -- most recently about a month ago: <200608091216.00510@aldan>, <200601251926.39246.mi+mx@aldan.algebra.com>. Approved by: maintainer timeout
* Use sane fonts by default.Jean-Yves Lefort2006-05-011-0/+53
|
* Fix a problem where Firefox creates its ~/.mozilla directory using stackJoe Marcus Clarke2006-02-191-0/+19
| | | | | | | garbage. PR: 92899 Submitted by: truckman
* - Remove forgotten patchMichael Johnson2006-02-021-58/+0
|
* - Update to 1.5.0.1Michael Johnson2006-02-0210-130/+0
|
* Firefox may hang for some users for a few seconds at a time eating up allJoe Marcus Clarke2006-02-011-0/+58
| | | | | | | | | 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
* - Add a patch to fix history DoS vulnerabilityMichael Johnson2005-12-091-0/+103
| | | | Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004
* - Fix desktop entry, there's no FF_SUFX anymorePav Lucistnik2005-11-301-1/+1
|
* - Update firefox to 1.5Michael Johnson2005-11-2927-1221/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Add support for new lib/browser_linux_pluginsMichael Johnson2005-11-141-2/+2
|
* Partially revert the previous commit. Firefox can only build with specificJoe Marcus Clarke2005-10-101-1/+1
| | | | | | | | | | | | 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
* * Add support of ports-installed Kerberos [1]Joe Marcus Clarke2005-10-091-2/+2
| | | | | | | * Enable all default extensions [2] PR: 86961 [2] Submitted by: David W. Hankins <David_Hankins@isc.org> [1]
* Update to 1.0.7. SeeJoe Marcus Clarke2005-09-212-110/+8
| | | | | | | 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
* - Patch a security vulnerability (DoS, remote execution) in IDNPav Lucistnik2005-09-101-0/+104
| | | | | | | | | | | (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/
* - Make portlint happier.Jeremy Messenger2005-08-2816-260/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Remove mng support, it doesn't workMichael Johnson2005-04-141-1/+0
|
* * Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke2005-03-251-3/+7
| | | | | | | | | | 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)
* 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
* Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke2005-03-021-122/+79
| | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* 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>
* Add a Mozilla Mozilla Plugable Init Script (PIS) to handle automaticallyJoe Marcus Clarke2005-02-261-0/+31
| | | | | | | | sanitizing each users' home directory when starting Firefox. This should make upgrades much more painless. PR: 75816 Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
* * Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ forJoe Marcus Clarke2005-02-253-52/+706
| | | | | | | | | | | | the release notes) * Add a new Firefox launch script [1] * Merge URI helper patch from www/mozilla * Add option to make URLs open in new tabs instead of new windows [1] * Sanitize CFLAGS [1] * Update the GNOME .desktop file with i18n translations and MIME types [1] PR: 75816 [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
* - Update pkg-descr to better reflect firefoxMichael Johnson2004-12-291-1/+1
| | | | | | | - Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1]
* - Remove WITH_NEW_ICON knobMichael Johnson2004-12-282-3/+20
| | | | | | | | | | | | | | | - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2]
* * Fix build with upcoming X.Org 6.8.1 [1]Joe Marcus Clarke2004-12-152-0/+12
| | | | | | | | * Temporarily disable CUPS support to fix a crash do to a symbol conflict between OpenSSL and NSS [2] PR: 75045 [2] Submitted by: lesi [1]
* Add Encoding type to desktop file to validate via desktop-file-validateMichael Johnson2004-12-131-0/+1
|
* Use -Bsymbolic when linking nss to avoid symbol conflicts with librariesJoe Marcus Clarke2004-11-221-5/+19
| | | | | that include OpenSSL (e.g. CUPS). This may help alleviate the problem with Firefox crashing when trying to print when using CUPS.
* Fix a patch.Jeremy Messenger2004-11-201-1/+1
| | | | | PR: ports/74155 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Change the Firefox installation directory to be more manageable. Now,Michael Johnson2004-11-132-4/+37
| | | | | | | | | | | | | Firefox is installed similar to Mozilla in that its main installation directory no longer has a Firefox version number in its name. This will help maintainers of ports that depend on Firefox stay in sync more easily. Add i18n Support [1] PR: ports/73837 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Approved by: marcus (co mentor)
* * Update to 1.0Joe Marcus Clarke2004-11-101-0/+8
| | | | | | | | | * Install a firefox desktop entry for the GNOME desktop [1] * Fix the post-install plug-in repository generation when root is using a non-default shell [2] Submitted by: ahze [1] Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
* Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes haveJoe Marcus Clarke2004-10-281-17/+0
| | | | | not been published, but see http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes.
* Essentially a NOP commit. The xpcom reflect patches for amd64 supportPeter Wemm2004-10-242-389/+1
| | | | | are now present in the firefox source tree, but with one bug fix compared to the old version we provided. Use their version.
* * Remove some patches that are no longer neededJoe Marcus Clarke2004-10-173-32/+0
| | | | | | | * Workaround a crash that can be triggered by JavaScript pop-up windows [1] * Use Xvfb to initialize the Firefox extensions datastore as root [1] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
* Add a patch that was forgotten in the 1.0.1.p update.Joe Marcus Clarke2004-10-131-0/+10
|
* Fix build with Perl 5.00503.Joe Marcus Clarke2004-10-131-0/+10
| | | | PR: 72632
* * Update to 1.0.1.p (aka 0.10.1, aka 1.0PR)Joe Marcus Clarke2004-10-126-139/+5
| | | | | | | | | | * Add support for installing the new Firefox brand icon by defining WITH_NEW_ICON [1] For all that's new, check out http://www.mozilla.org/products/firefox/releases/ PR: 71781 [1] Submitted by: Radek Kozlowski <radek@raadradd.com> [1]
* Patch the various recently reported security vulnerabilities in Mozilla.Joe Marcus Clarke2004-09-283-0/+100
| | | | | | | | | | | | | | | | This is being done instead of the update to 1.0 PR 1 since we're in a ports freeze, and too many big changes is not a good idea. This update covers the following Mozilla bugs: 250862 255067 256316 Thanks to nectar for scraping all of these patches together. Obtained from: Mozilla CVS Approved by: portmgr (implicit)
* Fix global extension and theme installation by making sure the path to theJoe Marcus Clarke2004-07-271-0/+17
| | | | | | | | | XPI file does no contain a leading "file://" when passed to the extension manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details. Reported by: ale