summaryrefslogtreecommitdiff
path: root/www/mozilla
AgeCommit message (Collapse)AuthorFilesLines
2000-06-19Add RCS IDs.soren14-14/+40
2000-06-19Remove old linker workaround.soren4-23/+30
Use lowercase PKGNAME version name. Prepare for running configure ourselves.
2000-06-18Forgot this..soren1-2/+2
2000-06-18Resolve fuzz.soren1-7/+6
2000-06-17Minor mods to make fetch and build work. I can build something with thistsarna2-11/+11
now, without manual intervention, and it even runs! Also, gmake -> ${GMAKE} for pkglint. Still needs lots of work. I haven't even tried "make install" yet.
2000-06-17Fine by me.soren1-1/+0
2000-06-17Mozilla is available through CVS only.soren1-0/+1
2000-06-14Twiddle.soren1-5/+10
2000-06-14Tweak.soren1-1/+1
2000-06-14A few minor tweaks. Not there yet.soren1-8/+17
2000-06-13Regen.soren1-12/+14
2000-06-13No working tarball yet.soren1-3/+1
2000-06-13Add Taya-san's patches.soren13-0/+370
2000-06-13Obsolete.soren11-395/+0
2000-04-20Note, in big, friendly letters, that this package is outdated and notfvdl1-1/+3
maintained.
2000-02-05add empty line for pkglintwiz1-1/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+13
1999-05-07Make sure that the package system's "perl" binary is used.tron1-2/+2
1999-05-07Remove incorrect version number from perl build dependence.tron1-2/+2
1999-04-26use perl only for buildinghubertf1-2/+2
1999-03-29add lib/mozilla/libsched.so.1.0hubertf1-1/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-01Make mozilla work on amiga and pmax. The hard work was done byfrueauf11-5/+277
Michael Hitch, thanx!
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-04Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.frueauf1-2/+3
1998-11-16Don't calculate `uname -r` again - it's available from bsd.pkg.mk asagc1-4/+3
${OS_VERSION}
1998-11-10Minor nit - use default ${PKGNAME}, since it's the same as ${DISTNAME}.agc1-2/+1
1998-11-09Update to 19981008 version. Keep the .so files at 1.0, bumping the majorfvdl7-469/+177
(which is currently unused) to work around linker semantics isn't quite right, since, for example, libjpeg might also conflict, not just libutil, etc. Just always link in the mozilla libutil statically for now (it's tiny). Package needs to be updated to use the pkg libz and libjpeg in stead of the private copied sometime. Note that this version has a non-functional URL Bar, File->Open Page must be used. This is fixed in mozilla-current, but we can't create a package for this. Still, this version fixes a lot of other problems.
1998-09-27Currently, and for 1.3.x, this does NOT work on arm32. Perhaps it'stv1-1/+3
related to some unsigned char lossage, but I do not yet have time to look at it. Set NOT_FOR_ARCHS appropriately.
1998-09-15The linking with libutil _still_ didn't work on a real 1.3.2 system. Fixtv5-119/+135
this the only way that works with a stock 1.3.x ld: bump the major numbers to 5. Split out affected patches from the patch bundle.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-08Update to re-enable workaround for 1.3.x (a.out) ld.so link semantics,fvdl1-3/+20
which was inadvertently disabled.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-04Update to 19980728 version. Use -fPIC instead of -fpic everywhere. Providefvdl4-1448/+156
a link ${PREFIX}/bin/mozilla -> ${PREFIX}/bin/moz-export to make usage a bit more obvious.
1998-07-04Update for 0603 version.fvdl4-229/+225
1998-06-20Remove unnecessary "USE_X11= yes".tron1-3/+2
1998-06-09Rationalise Motif/Lesstif handling.agc1-2/+2
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not.
1998-05-25Add missing @dirrm lib/mozilla.frueauf1-1/+2
1998-05-24Upgrade to 2804 version.fvdl6-918/+837
1998-05-13Filenames changed to use a dash instead of an underscore.fvdl2-3/+3
1998-05-10Use -fPIC, not -fpic, for the SPARC.mycroft1-0/+19
1998-04-21Add patch for arm32 (seperate to be consistent with patches submittedfvdl1-0/+38
to mozilla.org for the current version).
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-11Remove double entries for libmsgc21.so, libnspr21.so, libplc21.sofrueauf1-5/+2
and libplds21.so. Add missing libxml.so.1.0.
1998-04-11Upgrade to 0408 version. No major changes; basically you get a lot offvdl1-3/+3
Mac and Win stuff, adding 5Mb extra to the tar.gz file (oh joy).
1998-04-11Upgrade to 0408 version. No major changes; basically you get a lot offvdl1-1/+1
Mac and Win stuff, adding 5Mb extra to the tar.gz file (oh joy)
1998-04-10portlint: PKGNAME must come with version number.tron1-2/+2
1998-04-09The distfile name for the first source code tarfile changed; reflect that here.tron1-1/+1