aboutsummaryrefslogtreecommitdiff
path: root/www/firefox10/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Essentially a NOP commit. The xpcom reflect patches for amd64 supportPeter Wemm2004-10-241-1/+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
* Add Firefox after a repo copy from mozilla-firebird. Firefox is the nextJoe Marcus Clarke2004-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Port ia64 support from www/mozilla.Marcel Moolenaar2004-02-021-2/+11
| | | | Notes: svn path=/head/; revision=99775
* Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)Peter Wemm2003-12-131-0/+45
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. Notes: svn path=/head/; revision=95748