summaryrefslogtreecommitdiff
path: root/www/mozilla
AgeCommit message (Collapse)AuthorFilesLines
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-23Update MD5 checksum to match what is on master site.tron1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-17Update to mozilla 0.8taya12-96/+63
See release notes for detail. http://www.mozilla.org/releases/mozilla0.8/
2001-02-11Add the necessary support files for sparc64.eeh4-0/+416
2001-02-08Add German mirror site.tron1-2/+3
2001-02-07Bring in the fix for bug #63846, which prevents many buttons from working on atmycroft2-1/+15
least macppc (due to an uninitialized variable!).
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-17Update package dependencytaya1-2/+2
ORBit>=0.5.1 -> ORBit>=0.5.3
2001-01-16Update to mozilla 0.7taya18-312/+266
Most major change is SSL daemon(psm) has included. See release notes for detail. http://www.mozilla.org/releases/mozilla0.7/
2001-01-13Regen.mycroft1-3/+3
2001-01-13Arrange to add -Wl,--export-dynamic to BIN_FLAGS, and nuke the (unused andmycroft2-30/+40
essentially complete bullshit) NEED_BASE_DLL_NAME_ALSO.
2000-12-25Redo enabling of IPv6 support in a different way.martin3-15/+30
Instead of using pkgsrc makefile magic to select between IPv6 support and non-support do so by the NetBSD version number: on 1.5 and newer systems, compile IPv6 support and detect kernel support for it at runtime. This has the additional benefits of being easy to feed back and additionaly brings IPv6 to mozilla on NetBSD even if build outside of pkgsrc.
2000-12-19Enable IPv6 - see the dancing Kame!hubertf1-1/+7
2000-12-17Regen.enami1-2/+2
2000-12-16Put back a.out toolchain workaround - when the toolchain fix has been pulledabs1-12/+14
up configure should conditionalise the workaround on a broken ld.
2000-12-16Back out patch-ab revision 1.12 again.martin2-16/+14
Charles fixed the a.out toolchain bug (in ld) that caused the problems this change tried to work around. Update your toolchain if it breaks for you. (Pullup of the toolchain changes to 1.4 and 1.5 has already been requested.)
2000-12-15Regenmartin1-2/+2
2000-12-15Ouch, accidently removed r1.12 with last commit - back that part out,martin1-12/+14
sorry.
2000-12-15Updated to Mozilla-0.6, work done by Taya; some minor cleanup (removingmartin9-386/+30
bogus patches). Changes are numerous, see the homepage for details.
2000-12-14Fix build on a.out - for a.out only disableabs2-14/+16
MKSHLIB_FORCE_ALL='-Wl,--whole-archive' and MKSHLIB_UNFORCE_ALL='-Wl,--no-whole-archive' The a.out toolchain ignores --no-whole-archive, and linking mozilla-bin attempts to an ill fated "collect2 ... --whole-archive ... --no-whole-archive ... -lgcc ... -lgcc" Analysis by Richard Earnshaw in PR/11703
2000-11-26Bring in Mozilla patch #17146, to fix <noscript> problems with eBay.mycroft2-1/+331
2000-11-25Fix the htmlparser tests to work with unsigned characters.mycroft2-1/+33
2000-11-15Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a validmartin2-1/+19
function/method pointer without the right cast). This makes mozilla compile on sparc64 (but it's not working yet).
2000-11-09This was the wrong solution.mycroft2-30/+1
2000-11-09Make the LDAP stuff compile. (Not needed for Mozilla proper, but for PSM.)mycroft2-1/+24
2000-11-09Zero some sockaddrs before use. This fixes a problem in PSM (though PSM hasmycroft3-1/+43
a lot of other problems).
2000-11-05For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPSmycroft2-6/+24
platforms. This needs a more comprehensive toolchain fix, but this is not the time to do it.
2000-10-31Fix obvious bugs in the m68k XPTC stubs.mycroft2-1/+81
2000-10-31NSPR works on m68k, so remove the `UNTESTED' comment.mycroft2-4/+4
2000-10-31Add RCS ID.jlam1-0/+2
2000-10-31Make BUILD_DEPENDS on perl match similar lines in other Makefiles.jlam1-2/+2
2000-10-30Mark this as only working for newer i386 versions or versions newer thanmartin1-1/+5
1.5_BETA for other architectures. While it may build on some others too, it will not work due to toolchain issues. There is no realistic hope to have those toolchain changes pulled up to the (now nearly dead) 1.4 branch. Closes PR 11342.
2000-10-30For a.out, do not link the NSPR libraries with -lc. It's not necessary, and itmycroft2-7/+12
tickles an obscure bug in the old ld(1).
2000-10-30Test for big- vs. little-endian MIPS.mycroft2-7/+21
2000-10-30Really dead now.mycroft2-38/+0
2000-10-30Changes from taya:mycroft4-57/+64
* Run regxpcom and regchrome at package install time. (Otherwise time stamp changes can cause the registry to be regenerated the first time Mozilla is started up anyway.) * Arrange to have user-{locale,skins}.rdf generated automatically.
2000-10-29Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have tomycroft2-5/+6
set $t9 to the called function's address.)
2000-10-29Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happensmycroft2-6/+6
for other a.out platforms (not that Mozilla has been ported to them yet).
2000-10-29Correct varargs macro for NetBSD/powerpc.mycroft2-1/+15
2000-10-29I was on crack. It is still necessary to generate these files at install time.mycroft5-6/+50
Instead, update to a current, correct version.
2000-10-29Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaksmycroft6-42/+7
the editor. So, install the ones generated at build time instead.
2000-10-29Fix dtoa() for NetBSD/arm.mycroft2-1/+15
Mozilla works on arm32 now.
2000-10-28For a.out systems, link component with -Bsymbolic. Otherwise some intra-modulemycroft2-1/+25
symbols resolve incorrectly (e.g. the RegisterSelf methods in the converter modules). This *almost* fixes Mozilla on arm32...
2000-10-28NSPR and XPTC support for arm32.mycroft6-11/+357
2000-10-27Minor fix for Alpha: We have to set t12 to the beginning of the PIC functionmycroft2-5/+6
we're entering. NSPR works on Alpha now.
2000-10-26Make sure we copy the SPARC XPTC stuff in place.mycroft1-5/+9
2000-10-26Rework machdep NSPR code to not rely on the compiler playing nice after amycroft8-23/+539
setjmp() call when we frob the stack pointer. Instead, poke the return PC in the saved context. Add support for SPARC.
2000-10-25Add proper xptc support for NetBSD/powerpc. (Linux/ppc appears to use amycroft8-3/+563
different vtable format, and a slightly different calling convention!) Mozilla now works on NetBSD/powerpc.
2000-10-23fix typo in header file which shows up on sparc and mips machines.dmcmahill2-1/+13