summaryrefslogtreecommitdiff
path: root/www/mozilla/files
AgeCommit message (Collapse)AuthorFilesLines
2003-05-13The Mozilla build on Solaris creates two additional shared libraries thatmarkd1-2/+2
are needed for SSL to work on that platform so install them. Fixes PR 20075.
2003-03-10moz-install treated element between @comment begin DIRS & @comment end DIRS ↵taya1-2/+2
in PLIST. if @exec ${MKDIR} -p %D/lib/${MOZILLA}/plugins in such a section, directory '@exec', '${MKDIR}', '-p', '%D/lib/${MOZILLA}/plugins' are created. this commit fixes this problem.
2002-10-22- Quote macro value used as argument of envtaya1-4/+4
fix PR#18541 - use ${WRKDIR} as temporary dir instead of /tmp fix PR#18748
2002-10-22Consistently use ${SED} instead of sed. From PR 18749 by Greg A. Woods.wiz1-6/+6
2002-10-19make following items override by definition in Makefiletaya3-5/+5
DISTNAME, HOMEPAGE, mozilla binary name make SVG optional for phoenix add --with-pthreads to config option if pthread is available
2002-08-29fix PLISTtaya3-24/+31
merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet)
2001-10-26Move the moz-install script from the scripts/ directory to the files/agc1-0/+50
directory.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-10/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-30Update to mozilla 0.8.1taya12-1287/+8
See the release notes for detail: http://www.mozilla.org/releases/mozilla0.8.1/ Currently only tested(and worked) on -current/i386. Tested on 1.5.1_ALPHA/mac68k, but did not work(still investigating).
2001-02-23Update MD5 checksum to match what is on master site.tron1-2/+2
2001-02-17Update to mozilla 0.8taya2-10/+7
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-07Bring in the fix for bug #63846, which prevents many buttons from working on atmycroft1-1/+2
least macppc (due to an uninitialized variable!).
2001-01-16Update to mozilla 0.7taya2-12/+13
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
2000-12-25Redo enabling of IPv6 support in a different way.martin1-2/+2
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-17Regen.enami1-2/+2
2000-12-16Back out patch-ab revision 1.12 again.martin1-2/+2
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-15Updated to Mozilla-0.6, work done by Taya; some minor cleanup (removingmartin2-7/+4
bogus patches). Changes are numerous, see the homepage for details.
2000-12-14Fix build on a.out - for a.out only disableabs1-2/+2
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.mycroft1-1/+2
2000-11-25Fix the htmlparser tests to work with unsigned characters.mycroft1-1/+2
2000-11-15Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a validmartin1-1/+2
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.mycroft1-2/+1
2000-11-09Make the LDAP stuff compile. (Not needed for Mozilla proper, but for PSM.)mycroft1-1/+2
2000-11-09Zero some sockaddrs before use. This fixes a problem in PSM (though PSM hasmycroft1-1/+3
a lot of other problems).
2000-11-05For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPSmycroft1-2/+2
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.mycroft1-1/+2
2000-10-31NSPR works on m68k, so remove the `UNTESTED' comment.mycroft1-2/+2
2000-10-30For a.out, do not link the NSPR libraries with -lc. It's not necessary, and itmycroft1-2/+2
tickles an obscure bug in the old ld(1).
2000-10-30Test for big- vs. little-endian MIPS.mycroft1-2/+2
2000-10-30Really dead now.mycroft2-38/+0
2000-10-29Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have tomycroft1-2/+2
set $t9 to the called function's address.)
2000-10-29Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happensmycroft1-2/+2
for other a.out platforms (not that Mozilla has been ported to them yet).
2000-10-29Correct varargs macro for NetBSD/powerpc.mycroft1-1/+2
2000-10-29I was on crack. It is still necessary to generate these files at install time.mycroft2-0/+38
Instead, update to a current, correct version.
2000-10-29Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaksmycroft3-30/+1
the editor. So, install the ones generated at build time instead.
2000-10-29Fix dtoa() for NetBSD/arm.mycroft1-1/+2
Mozilla works on arm32 now.
2000-10-28For a.out systems, link component with -Bsymbolic. Otherwise some intra-modulemycroft1-1/+2
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.mycroft3-3/+331
2000-10-27Minor fix for Alpha: We have to set t12 to the beginning of the PIC functionmycroft1-2/+2
we're entering. NSPR works on Alpha now.
2000-10-26Rework machdep NSPR code to not rely on the compiler playing nice after amycroft6-4/+412
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 amycroft6-2/+540
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.dmcmahill1-1/+2
2000-10-23Adjust JB_SP_INDEX for PowerPC.mycroft1-1/+2
Allocate more space at the top of new stacks. This makes nspr work on PowerPC (at least according to the tests).
2000-10-14Uppps, forgot to add those before last commitmartin2-0/+29
2000-10-14Update pkg to Mozilla Milestone 18 (pkg from Taya via mail to tech-pkg).martin2-9/+6
Lot of changes, for details see http://www.mozilla.org/projects/seamonkey/release-notes/m18-detail.html#whats_new This is supposed to improve speed and stability. I am commiting this now (during freeze) because (a) about nothing depends on it and it is know to realy only work on i386/elf yet (although some changes to fix problems on MacPPC, sparc and mips have been integrated); and (b) Taya mentioned update problems (which I couldn't reproduce) from M17 to M18, so it's better to avoid these by having the newer version in the tagged pkgsrc.
2000-10-08direct the patch to the right place (the original file, not the linkdmcmahill1-2/+2
created during configure).
2000-10-07fix typo in header file which shows up on sparc and mips machines.dmcmahill1-1/+2