summaryrefslogtreecommitdiffstats
path: root/www/firefox15
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.3 to fix a few security issues:marcus2004-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
* Fix global extension and theme installation by making sure the path to themarcus2004-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
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().marcus2004-07-271-0/+11
| | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green
* Update to 0.9.1.marcus2004-06-292-4/+3
|
* * Add optional support for gnome-vfs support (e.g. smb:// and sftp:// URLs) [1]marcus2004-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]
* Add a post-rendered Extensions.rdf so that the default theme and extensionmarcus2004-06-203-5/+45
| | | | | | shows up. Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Add a patch to run g_thread_init() as soon as Firefox starts. This is saidmarcus2004-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
* * Try a little harder to get firefox to work without first running as rootmarcus2004-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]
* The warning about running as root first is no longer needed since themarcus2004-06-161-14/+0
| | | | hack seems to work.
* Fix the link to firefox-config.marcus2004-06-161-2/+3
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* Fix a typo in the pkg-install script, and add a hack so that firefox does notmarcus2004-06-162-2/+6
| | | | need to be run as root before running it as other users.
* Update to 0.9. For a complete list of what's new, plus an importantmarcus2004-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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* Perl is only needed for building this.trevor2004-04-071-1/+1
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
| | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports
* Fix build with freetype2-2.1.7.marcus2004-03-171-0/+12
|
* Chase the new location of libXft.marcus2004-03-161-1/+1
|
* If building with debugging, don't enable binary stripping.marcus2004-03-051-1/+2
|
* Fix up the port-install substitutions so that we operate on the correct files.marcus2004-02-131-2/+2
| | | | Reported by: Franz Klammer <klammer@webonaut.com>
* Remove the ugly libnspr hack, and be a little more clever when addingmarcus2004-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.
* Fix the window ID in firefox.rb (new PORTREVISION).trevor2004-02-122-2/+2
| | | | | PR: 62735 Submitted by: obraun
* Add a symlink from libnspr4.so to libnspr4.so.1 in the LOCAL_PREFIX tomarcus2004-02-121-0/+3
| | | | workaround a symbol problem with the system libnspr on certain systems.
* * Add ${LOCALBASE} to the list of include and lib search paths so we canmarcus2004-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>
* Avoid REINPLACE_CMD dependency.trevor2004-02-111-6/+6
|
* We don't need to use "touch" to make an empty PLIST file.trevor2004-02-111-1/+0
|
* Add comments explaining the installation process.trevor2004-02-111-0/+7
|
* Don't install unnecessary MacOS/Windows-related material.trevor2004-02-111-0/+6
|
* * Fix broken installation (grrr..this fake thing is more trouble than it'smarcus2004-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
* Backuo the previous commit before anyone notices. I have a big patch comingmarcus2004-02-112-2/+2
| | | | | that will fix this and some other things. No need to bump PORTREVISION twice.
* Fix accidental change of %%PREFIX%% to %PREFIX%% intrevor2004-02-112-2/+2
| | | | | | | patch-build_unix_run-mozilla.sh (new PORTREVISION). Noticed by: Franz Klammer of webonaut.com Pointy hat to: moi
* Fix a bug where @PREFIX@ was being substituted with the fake package prefixmarcus2004-02-111-1/+2
| | | | paths.
* * Import the JPI_LIST changes from www/mozilla so that multiple JPI versionsmarcus2004-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
* Add Firefox after a repo copy from mozilla-firebird. Firefox is the nextmarcus2004-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]
* * Fix a bug where Firebird would lock up after typing any text. This had tomarcus2004-02-083-79/+83
| | | | | | | | | | | | | | | do with esound being installed, but not being used (e.g. when not running under the GNOME Desktop). What happens now is sound support is disabled by default. If you wish to enable Type Ahead Find sound support, edit your prefs.js file, and add: user_pref("accessibility.typeaheadfind.enablesound", true); * Make portlint happy by not including anything after bsd.port.post.mk * Clean up the pkg-message a bit to reflect reality with respect to Perl Thanks to casaveli on BSDForums for finding it was esound causing the lock up as well as testing the patch mentioned above.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Port ia64 support from www/mozilla.marcel2004-02-026-11/+74
|
* Use the SORT macro defined in bsd.port.mk.trevor2004-01-221-2/+0
|
* Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)peter2003-12-1313-122/+680
| | | | | | | | | | | | | | | | I've taken a chance and split the sparc64 and alpha mega-diffs up because sparc64 patched the result of alpha's patches, and amd64 needed to do the same again - but it was sorted lexically before alpha/sparc64. I've grouped the xptcall patches together since they are standalone and split up and merged the other infrastructure jumbo-patches. I also attempted to sync up the nspr vs firebird diffs for sparc64 and alpha because they disagreed. HOWEVER... While this port 'depends' on the nspr port, it doesn't actually *use* it. It should probably be removed from the LIB_DEPENDS list. Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla database.
* Don't build these ports on amd64.marcus2003-11-241-0/+2
| | | | Approved by: portmgr (implicit)
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-161-6/+54
| | | | | | on Sparc64. Submitted by: tmm (bless that man)
* * Update the extensions list with a modern mozconfig.inmarcus2003-10-243-106/+46
| | | | * Add rich text editing (aka midas) support
* Correct the packing list.trevor2003-10-211-2/+0
|
* Update to 0.7 with patch-config_preprocess.pl updated by obraun.trevor2003-10-187-6850/+3488
| | | | De-support GTK+ 1.2 (requested by marcus). Trim COMMENT.
* Mark as IGNORE on -STABLE Alpha.marcus2003-10-121-0/+4
|
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-061-0/+7
| | | | | This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT).
* Add back the PKGNAMEPREFIX was the accidentally removed in my previousmarcus2003-09-041-0/+1
| | | | commit.
* Change the MASTER_SITE back to the official Mozilla FTP servers. Note,marcus2003-08-242-7/+4
| | | | | people reinstalling this port will have to do a make distclean first, or simply ignore the MD5 checksum.
* Restore the patch to stop mozilla from crashing on some russian sites.kan2003-08-121-0/+57
|
* Fix the PLIST link.marcus2003-08-061-2/+2
| | | | | | PR: 55310 Submitted by: Morten Rodal <morten@rodal.no> Pointy hat to: me
* Fix the GTK+-1.2 plist. To do this, we create one plist for GTK1 and one formarcus2003-07-313-0/+3394
| | | | | | GTK2. This is easier to maintain using the cons-plist target. Reported by: kris via bento
OpenPOWER on IntegriCloud