summaryrefslogtreecommitdiffstats
path: root/www/firefox15
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 0.6.1. This is mainly a bug fix release according to the releasemarcus2003-07-296-3447/+3425
| | | | | | | | notes at http://www.mozilla.org/projects/firebird/release-notes.html, but it went from being based on Mozilla 1.4b to 1.5a. Note, the master site may be temporary. The source tarball at ${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation.
* Create a static plist file to fix the package building problem with themarcus2003-07-242-6/+3361
| | | | | | | | new install mk code. However, keep Alan's plist generating code around since it's cool, and it helps maintainers quickly generate a new plist. PR: 54795 54799
* Try my hand at removing the Perl 5.6.1 dependency. This port now buildsmarcus2003-06-182-6/+61
| | | | | and seems to work just fine out-of-the-box on -STABLE with the built-in Perl 5.00503.
* Use ${PERL5} to properly locate perl.marcus2003-06-032-1/+2
| | | | Submitted by: perky
* Add mozilla-firebird after a repo move from phoenix.marcus2003-06-0216-85/+1146
| | | | | | | | | | | | | | | | | | Mozilla Firebird is the browser reborn from the ashes of the Phoenix. * Update to 0.6 [1] * Add optional GTK+-2 support [2] * Add [untested] Sparc64 support [3] * Add [untested] Alpha support [4] * Do not compile with -O2 by default. Instead specify -DWITH_OPTIMIZED_CFLAGS to get extra optimizations * Link the Java Plug-in again Submitted by: Stijn Hoop <stijn@win.tue.nl> [1] Christopher Nehren <apeiron@comcast.net> [2] (based on) tmm and kris [3] Bernd Walter <ticso@cicely.de> [4] Minor fixes by: obraun
* transfer to gnome@alane2003-05-211-2/+2
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-7/+1
| | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
* remove ignore setting based on lfp fontsalane2003-01-181-19/+0
|
* add missing dependencyalane2002-12-221-1/+2
|
* Patch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'llalane2002-12-184-3/+139
| | | | | | | submit this fix back to the Mozilla team, since it will affect Mozilla 1.3a as well. Approved by: kris before departure (one of these days this update will end)
* Fix really messed up BROKEN= blocks that happened with 0.5.alane2002-12-151-11/+10
| | | | Approved by: kris (all port of moving to 0.5)
* Put back link to java now that fonts have been identified as cause ofalane2002-12-151-2/+2
| | | | | | | crashes or start failures. Reviewed by:j Approved by: kris (last phase of phoenix 0.5 update)
* The problem wasn't the patch, it was third party font ports. The patch hasalane2002-12-143-6/+67
| | | | | | | been restored, extra knobs have added, and extensive diagnostics have been added. PLEASE upgrade to this version. Approved by: kris (part of phoenix upgrade)
* Finally, a release Phoenix that works and does not crash all the time.alane2002-12-135-72/+67
| | | | Approved by: kris (a long time ago)
* Backed down to 0.4_10 because 0.5 was borked.alane2002-12-103-6/+12
|
* Update Phoenix to 0.5, the last release named Phoenix. Fixes a lot a bugs,alane2002-12-105-71/+106
| | | | | | | adds some features, there is at least one crasher I've hit so far but I don't know if it is anomoly or not yet. Approved by: kris
* 1. Add a link to support the java plugin. Thanks to Khairil Yusofalane2002-12-013-900/+41
| | | | | | | | <kaeru@pd.jaring.my> for this tip. 2. Build the plist automagically in a post-install target. Approved by: kris
* Updated PORTREVISION to 8. Added patch from mozilla-devel to fix -CURRENTalane2002-11-282-24/+25
| | | | | | | problem with accessing network sites. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Approved by: kris
* Update maintainer utility for making distfiles from cvs checkouts. Noalane2002-11-231-0/+4
| | | | significance to users of this port, unless you are making your own distfiles.
OpenPOWER on IntegriCloud