Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-13 | The Mozilla build on Solaris creates two additional shared libraries that | markd | 1 | -2/+2 | |
are needed for SSL to work on that platform so install them. Fixes PR 20075. | |||||
2003-03-10 | moz-install treated element between @comment begin DIRS & @comment end DIRS ↵ | taya | 1 | -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 env | taya | 1 | -4/+4 | |
fix PR#18541 - use ${WRKDIR} as temporary dir instead of /tmp fix PR#18748 | |||||
2002-10-22 | Consistently use ${SED} instead of sed. From PR 18749 by Greg A. Woods. | wiz | 1 | -6/+6 | |
2002-10-19 | make following items override by definition in Makefile | taya | 3 | -5/+5 | |
DISTNAME, HOMEPAGE, mozilla binary name make SVG optional for phoenix add --with-pthreads to config option if pthread is available | |||||
2002-08-29 | fix PLIST | taya | 3 | -24/+31 | |
merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet) | |||||
2001-10-26 | Move the moz-install script from the scripts/ directory to the files/ | agc | 1 | -0/+50 | |
directory. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -10/+0 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-30 | Update to mozilla 0.8.1 | taya | 12 | -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-23 | Update MD5 checksum to match what is on master site. | tron | 1 | -2/+2 | |
2001-02-17 | Update to mozilla 0.8 | taya | 2 | -10/+7 | |
See release notes for detail. http://www.mozilla.org/releases/mozilla0.8/ | |||||
2001-02-11 | Add the necessary support files for sparc64. | eeh | 4 | -0/+416 | |
2001-02-07 | Bring in the fix for bug #63846, which prevents many buttons from working on at | mycroft | 1 | -1/+2 | |
least macppc (due to an uninitialized variable!). | |||||
2001-01-16 | Update to mozilla 0.7 | taya | 2 | -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-13 | Regen. | mycroft | 1 | -3/+3 | |
2000-12-25 | Redo enabling of IPv6 support in a different way. | martin | 1 | -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-17 | Regen. | enami | 1 | -2/+2 | |
2000-12-16 | Back out patch-ab revision 1.12 again. | martin | 1 | -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-15 | Regen | martin | 1 | -2/+2 | |
2000-12-15 | Updated to Mozilla-0.6, work done by Taya; some minor cleanup (removing | martin | 2 | -7/+4 | |
bogus patches). Changes are numerous, see the homepage for details. | |||||
2000-12-14 | Fix build on a.out - for a.out only disable | abs | 1 | -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-26 | Bring in Mozilla patch #17146, to fix <noscript> problems with eBay. | mycroft | 1 | -1/+2 | |
2000-11-25 | Fix the htmlparser tests to work with unsigned characters. | mycroft | 1 | -1/+2 | |
2000-11-15 | Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a valid | martin | 1 | -1/+2 | |
function/method pointer without the right cast). This makes mozilla compile on sparc64 (but it's not working yet). | |||||
2000-11-09 | This was the wrong solution. | mycroft | 1 | -2/+1 | |
2000-11-09 | Make the LDAP stuff compile. (Not needed for Mozilla proper, but for PSM.) | mycroft | 1 | -1/+2 | |
2000-11-09 | Zero some sockaddrs before use. This fixes a problem in PSM (though PSM has | mycroft | 1 | -1/+3 | |
a lot of other problems). | |||||
2000-11-05 | For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPS | mycroft | 1 | -2/+2 | |
platforms. This needs a more comprehensive toolchain fix, but this is not the time to do it. | |||||
2000-10-31 | Fix obvious bugs in the m68k XPTC stubs. | mycroft | 1 | -1/+2 | |
2000-10-31 | NSPR works on m68k, so remove the `UNTESTED' comment. | mycroft | 1 | -2/+2 | |
2000-10-30 | For a.out, do not link the NSPR libraries with -lc. It's not necessary, and it | mycroft | 1 | -2/+2 | |
tickles an obscure bug in the old ld(1). | |||||
2000-10-30 | Test for big- vs. little-endian MIPS. | mycroft | 1 | -2/+2 | |
2000-10-30 | Really dead now. | mycroft | 2 | -38/+0 | |
2000-10-29 | Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have to | mycroft | 1 | -2/+2 | |
set $t9 to the called function's address.) | |||||
2000-10-29 | Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happens | mycroft | 1 | -2/+2 | |
for other a.out platforms (not that Mozilla has been ported to them yet). | |||||
2000-10-29 | Correct varargs macro for NetBSD/powerpc. | mycroft | 1 | -1/+2 | |
2000-10-29 | I was on crack. It is still necessary to generate these files at install time. | mycroft | 2 | -0/+38 | |
Instead, update to a current, correct version. | |||||
2000-10-29 | Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaks | mycroft | 3 | -30/+1 | |
the editor. So, install the ones generated at build time instead. | |||||
2000-10-29 | Fix dtoa() for NetBSD/arm. | mycroft | 1 | -1/+2 | |
Mozilla works on arm32 now. | |||||
2000-10-28 | For a.out systems, link component with -Bsymbolic. Otherwise some intra-module | mycroft | 1 | -1/+2 | |
symbols resolve incorrectly (e.g. the RegisterSelf methods in the converter modules). This *almost* fixes Mozilla on arm32... | |||||
2000-10-28 | NSPR and XPTC support for arm32. | mycroft | 3 | -3/+331 | |
2000-10-27 | Minor fix for Alpha: We have to set t12 to the beginning of the PIC function | mycroft | 1 | -2/+2 | |
we're entering. NSPR works on Alpha now. | |||||
2000-10-26 | Rework machdep NSPR code to not rely on the compiler playing nice after a | mycroft | 6 | -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-25 | Add proper xptc support for NetBSD/powerpc. (Linux/ppc appears to use a | mycroft | 6 | -2/+540 | |
different vtable format, and a slightly different calling convention!) Mozilla now works on NetBSD/powerpc. | |||||
2000-10-23 | fix typo in header file which shows up on sparc and mips machines. | dmcmahill | 1 | -1/+2 | |
2000-10-23 | Adjust JB_SP_INDEX for PowerPC. | mycroft | 1 | -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-14 | Uppps, forgot to add those before last commit | martin | 2 | -0/+29 | |
2000-10-14 | Update pkg to Mozilla Milestone 18 (pkg from Taya via mail to tech-pkg). | martin | 2 | -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-08 | direct the patch to the right place (the original file, not the link | dmcmahill | 1 | -2/+2 | |
created during configure). | |||||
2000-10-07 | fix typo in header file which shows up on sparc and mips machines. | dmcmahill | 1 | -1/+2 | |