aboutsummaryrefslogtreecommitdiff
path: root/www/firefox10
Commit message (Collapse)AuthorAgeFilesLines
* Use -Bsymbolic when linking nss to avoid symbol conflicts with librariesJoe Marcus Clarke2004-11-222-6/+20
| | | | | | | | that include OpenSSL (e.g. CUPS). This may help alleviate the problem with Firefox crashing when trying to print when using CUPS. Notes: svn path=/head/; revision=122115
* Fix a patch.Jeremy Messenger2004-11-201-1/+1
| | | | | | | | PR: ports/74155 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=122028
* Instead of using Xvfb, and evil black magic to create the extensionsJoe Marcus Clarke2004-11-182-6/+2
| | | | | | | | | repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences. Notes: svn path=/head/; revision=121879
* Fix pkg-config files by re-adding REINPLACE_CMD lineMichael Johnson2004-11-141-1/+2
| | | | | | | | Pointed out by: Pascal Hofstee Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121578
* Change the Firefox installation directory to be more manageable. Now,Michael Johnson2004-11-133-81/+108
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=121506
* * Update to 1.0Joe Marcus Clarke2004-11-104-10/+26
| | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=121265
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* update to 1.0.r2Michael Johnson2004-11-062-5/+5
| | | | | | | Approved by: marcus (co mentor) Notes: svn path=/head/; revision=120928
* Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes haveJoe Marcus Clarke2004-10-284-24/+8
| | | | | | | | not been published, but see http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes. Notes: svn path=/head/; revision=120438
* 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. Notes: svn path=/head/; revision=120065
* * Remove some patches that are no longer neededJoe Marcus Clarke2004-10-175-39/+13
| | | | | | | | | | * 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 Notes: svn path=/head/; revision=119692
* Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extraJoe Marcus Clarke2004-10-141-1/+1
| | | | | | | patch to fix the build. Notes: svn path=/head/; revision=119346
* Bump PORTREVISION for the last commit since it re-enables remote executionJoe Marcus Clarke2004-10-131-1/+1
| | | | | | | support. Notes: svn path=/head/; revision=119299
* Add a patch that was forgotten in the 1.0.1.p update.Joe Marcus Clarke2004-10-131-0/+10
| | | | Notes: svn path=/head/; revision=119297
* Fix build with Perl 5.00503.Joe Marcus Clarke2004-10-132-0/+14
| | | | | | | PR: 72632 Notes: svn path=/head/; revision=119295
* * Update to 1.0.1.p (aka 0.10.1, aka 1.0PR)Joe Marcus Clarke2004-10-1210-161/+23
| | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=118704
* Patch the various recently reported security vulnerabilities in Mozilla.Joe Marcus Clarke2004-09-284-0/+101
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=118476
* Update to 0.9.3 to fix a few security issues:Joe Marcus Clarke2004-08-053-4/+29
| | | | | | | | | | | http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 Also, add a pkg-deinstall script to remove the auto-generated registry files. PR: 70031 Notes: svn path=/head/; revision=115475
* Fix global extension and theme installation by making sure the path to theJoe Marcus Clarke2004-07-272-0/+18
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=114894
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().Joe Marcus Clarke2004-07-271-0/+11
| | | | | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green Notes: svn path=/head/; revision=114879
* Update to 0.9.1.Joe Marcus Clarke2004-06-292-4/+3
| | | | Notes: svn path=/head/; revision=112565
* * Add optional support for gnome-vfs support (e.g. smb:// and sftp:// URLs) [1]Joe Marcus Clarke2004-06-244-3/+51
| | | | | | | | | | | * Fix a problem with the pkg-config files referencing mozilla components and not firefox components PR: 68221 [1] Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1] Notes: svn path=/head/; revision=112150
* Add a post-rendered Extensions.rdf so that the default theme and extensionJoe Marcus Clarke2004-06-203-5/+45
| | | | | | | | | shows up. Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=111837
* Add a patch to run g_thread_init() as soon as Firefox starts. This is saidJoe Marcus Clarke2004-06-192-0/+20
| | | | | | | | | | | | to fix some threading issues in Firefox, but I have not personally encountered them (at least not ones fixed by this patch). See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details. Submitted by: green Notes: svn path=/head/; revision=111778
* * Try a little harder to get firefox to work without first running as rootJoe Marcus Clarke2004-06-193-25/+24
| | | | | | | | | | | | * Make sure optimized CFLAGS are actually respected [1] * Frobnicate the mozconfig file a little bit to be more inline with typical Linux builds * Try a safer hack to ensure the install completes okay Reported by: kris [1] Notes: svn path=/head/; revision=111771
* The warning about running as root first is no longer needed since theJoe Marcus Clarke2004-06-161-14/+0
| | | | | | | hack seems to work. Notes: svn path=/head/; revision=111640
* Fix the link to firefox-config.Joe Marcus Clarke2004-06-161-2/+3
| | | | | | | Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=111608
* Fix a typo in the pkg-install script, and add a hack so that firefox does notJoe Marcus Clarke2004-06-162-2/+6
| | | | | | | need to be run as root before running it as other users. Notes: svn path=/head/; revision=111570
* Update to 0.9. For a complete list of what's new, plus an importantJoe Marcus Clarke2004-06-168-64/+89
| | | | | | | | | | | | | | | | | | | | list of Known Issues, see: http://www.mozilla.org/products/firefox/releases/0.9.html This update also includes a new pkg-install script based on ports/65590 from Thierry Thomas <thierry@pompo.net>. However... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! After installing Firefox, you must su - to root, and run ``firefox'' before running it as any other user. If you do not su - to root, you may lose some of your user settings. If you try to run Firefox as a normal user without first running it as root, the browser will not show up. This is a known issue with Firefox, and they hope to address it in a future release. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Notes: svn path=/head/; revision=111559
* Perl is only needed for building this.Trevor Johnson2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106391
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenJoe Marcus Clarke2004-03-191-0/+6
| | | | | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports Notes: svn path=/head/; revision=104577
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-171-0/+12
| | | | Notes: svn path=/head/; revision=104255
* Chase the new location of libXft.Joe Marcus Clarke2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=104228
* If building with debugging, don't enable binary stripping.Joe Marcus Clarke2004-03-051-1/+2
| | | | Notes: svn path=/head/; revision=102980
* Fix up the port-install substitutions so that we operate on the correct files.Joe Marcus Clarke2004-02-131-2/+2
| | | | | | | Reported by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=100871
* Remove the ugly libnspr hack, and be a little more clever when addingJoe Marcus Clarke2004-02-132-5/+41
| | | | | | | | | 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
* Fix the window ID in firefox.rb (new PORTREVISION).Trevor Johnson2004-02-122-2/+2
| | | | | | | | PR: 62735 Submitted by: obraun Notes: svn path=/head/; revision=100791
* Add a symlink from libnspr4.so to libnspr4.so.1 in the LOCAL_PREFIX toJoe Marcus Clarke2004-02-121-0/+3
| | | | | | | workaround a symbol problem with the system libnspr on certain systems. Notes: svn path=/head/; revision=100754
* * Add ${LOCALBASE} to the list of include and lib search paths so we canJoe Marcus Clarke2004-02-121-5/+7
| | | | | | | | | | | properly detect libiconv support [1] * Take care of a few more pthread substitutions * Bump PORTREVISION Reported by: Andrew Muhametshin <andrew@trifon.ru> Notes: svn path=/head/; revision=100749
* Avoid REINPLACE_CMD dependency.Trevor Johnson2004-02-111-6/+6
| | | | Notes: svn path=/head/; revision=100723
* We don't need to use "touch" to make an empty PLIST file.Trevor Johnson2004-02-111-1/+0
| | | | Notes: svn path=/head/; revision=100716
* Add comments explaining the installation process.Trevor Johnson2004-02-111-0/+7
| | | | Notes: svn path=/head/; revision=100715
* Don't install unnecessary MacOS/Windows-related material.Trevor Johnson2004-02-111-0/+6
| | | | Notes: svn path=/head/; revision=100714
* * Fix broken installation (grrr..this fake thing is more trouble than it'sJoe Marcus Clarke2004-02-112-12/+26
| | | | | | | | | | | worth) * Fix up some path issues in the Makefile * Minor fix to plug-in installation * Restore Franz's fix for the LD_LIBRARY_PATH PREFIX problem * Bump PORTREVISION Notes: svn path=/head/; revision=100706
* Backuo the previous commit before anyone notices. I have a big patch comingJoe Marcus Clarke2004-02-112-2/+2
| | | | | | | | that will fix this and some other things. No need to bump PORTREVISION twice. Notes: svn path=/head/; revision=100703
* Fix accidental change of %%PREFIX%% to %PREFIX%% inTrevor Johnson2004-02-112-2/+2
| | | | | | | | | | patch-build_unix_run-mozilla.sh (new PORTREVISION). Noticed by: Franz Klammer of webonaut.com Pointy hat to: moi Notes: svn path=/head/; revision=100698
* Fix a bug where @PREFIX@ was being substituted with the fake package prefixJoe Marcus Clarke2004-02-111-1/+2
| | | | | | | paths. Notes: svn path=/head/; revision=100646
* * Import the JPI_LIST changes from www/mozilla so that multiple JPI versionsJoe Marcus Clarke2004-02-112-6/+15
| | | | | | | | | | | | will be tried. There is one addition, though. JPI_LIST is now overrideable. [1] * Remove the bit about Perl version from pkg-message. We support all versions of Perl now. Requested by: ale Notes: svn path=/head/; revision=100638
* Add Firefox after a repo copy from mozilla-firebird. Firefox is the nextJoe Marcus Clarke2004-02-1130-3695/+182
| | | | | | | | | | | | | | | | | | | | | | | release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2] Notes: svn path=/head/; revision=100632