summaryrefslogtreecommitdiff
path: root/www/firefox-esr
AgeCommit message (Collapse)Author
2005-11-23- Add SHA256 checksumsPav Lucistnik
2005-11-14- Add support for new lib/browser_linux_pluginsMichael Johnson
2005-11-05Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke
2005-10-10Partially revert the previous commit. Firefox can only build with specificJoe Marcus Clarke
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
2005-10-09* Add support of ports-installed Kerberos [1]Joe Marcus Clarke
* Enable all default extensions [2] PR: 86961 [2] Submitted by: David W. Hankins <David_Hankins@isc.org> [1]
2005-09-23- Fix the sed for libesd and kill the major version of libraryJeremy Messenger
(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]
2005-09-21Update to 1.0.7. SeeJoe Marcus Clarke
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
2005-09-10- Patch a security vulnerability (DoS, remote execution) in IDNPav Lucistnik
(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/
2005-09-02Add support for CJK font family names. This makes for a better browsingJoe Marcus Clarke
experience for CJK users. PR: 84378 Submitted by: chinsan <chinsan.tw@gmail.com>
2005-08-28- Make portlint happier.Jeremy Messenger
- 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
2005-07-30Install IDL files into ${PREFIX}/share/idl/firefox.Joe Marcus Clarke
Obtained from: www/mozilla
2005-07-20- Update to 1.0.6Michael Johnson
2005-07-14Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.Joe Marcus Clarke
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
2005-07-14Update to 1.0.5. This release addresses numerous security bugs as well asJoe Marcus Clarke
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
2005-05-12- Update to 1.0.4Michael Johnson
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
2005-04-26- Install .desktop file in share/applications instead ofMichael Johnson
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.
2005-04-16- Update to 1.0.3Michael Johnson
- Re-enable cups support Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html
2005-04-14- Remove mng support, it doesn't workMichael Johnson
2005-03-25* Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke
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)
2005-03-12Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke
2005-03-10Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.Joe Marcus Clarke
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi
2005-03-02Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke
binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-02-28Re-add support for specifying a profile using the -P option.Joe Marcus Clarke
Submitted by: Jeremy Prior <jez@netcraft.com>
2005-02-26Add a Mozilla Mozilla Plugable Init Script (PIS) to handle automaticallyJoe Marcus Clarke
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>
2005-02-25* Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ forJoe Marcus Clarke
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]
2005-01-02Correct a typo that prevented the Firefox Ruby script from being addedJoe Marcus Clarke
to the plist. Reported by: pointyhat via kris Approved by: portmgr (implicit)
2004-12-29- Update pkg-descr to better reflect firefoxMichael Johnson
- Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1]
2004-12-28- Remove WITH_NEW_ICON knobMichael Johnson
- 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]
2004-12-15- Add EXTRACT_AFTER_ARGS to speed up extract a littleMichael Johnson
Obtained From: www/mozilla
2004-12-15* Fix build with upcoming X.Org 6.8.1 [1]Joe Marcus Clarke
* 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]
2004-12-13Add Encoding type to desktop file to validate via desktop-file-validateMichael Johnson
2004-12-11Bump PORTREVISION for plist changesMichael Johnson
2004-12-11- Fix plist in firefox [1]Michael Johnson
- Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed. Pointed out by: pointy hat [1]
2004-12-09Fix plist by fixing the way EXTRA_SCRIPTS (bin/firefox.rb) is added to plist.Michael Johnson
2004-12-04Be sure to create the browser_plugins during package install as well. SomeJoe Marcus Clarke
ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris
2004-11-22Use -Bsymbolic when linking nss to avoid symbol conflicts with librariesJoe Marcus Clarke
that include OpenSSL (e.g. CUPS). This may help alleviate the problem with Firefox crashing when trying to print when using CUPS.
2004-11-20Fix a patch.Jeremy Messenger
PR: ports/74155 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
2004-11-18Instead of using Xvfb, and evil black magic to create the extensionsJoe Marcus Clarke
repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences.
2004-11-14Fix pkg-config files by re-adding REINPLACE_CMD lineMichael Johnson
Pointed out by: Pascal Hofstee Approved by: marcus (co mentor)
2004-11-13Change the Firefox installation directory to be more manageable. Now,Michael Johnson
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)
2004-11-10* Update to 1.0Joe Marcus Clarke
* 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]
2004-11-07Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke
big upgrade.
2004-11-06update to 1.0.r2Michael Johnson
Approved by: marcus (co mentor)
2004-10-28Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes haveJoe Marcus Clarke
not been published, but see http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes.
2004-10-24Essentially a NOP commit. The xpcom reflect patches for amd64 supportPeter Wemm
are now present in the firefox source tree, but with one bug fix compared to the old version we provided. Use their version.
2004-10-17* Remove some patches that are no longer neededJoe Marcus Clarke
* 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
2004-10-14Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extraJoe Marcus Clarke
patch to fix the build.
2004-10-13Bump PORTREVISION for the last commit since it re-enables remote executionJoe Marcus Clarke
support.
2004-10-13Add a patch that was forgotten in the 1.0.1.p update.Joe Marcus Clarke
2004-10-13Fix build with Perl 5.00503.Joe Marcus Clarke
PR: 72632