summaryrefslogtreecommitdiff
path: root/www/mozilla (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-10-09Bump glib12 's share library version to 3,Vanilla I. Shu1-2/+1
and portlint. Notes: svn path=/head/; revision=22283
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21146
1999-08-22Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1-10/+3
Notes: svn path=/head/; revision=20886
1999-08-22chmod -> ${CHMOD}Michael Haro1-3/+3
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-17egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1-4/+4
all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
1999-07-24Weird things happen when you .include bsd.port.mk when you really meantSteve Price1-2/+2
to .include bsd.port.pre.mk. Notes: svn path=/head/; revision=20340
1999-07-24Update to mozilla M8Chris Piazza3-78/+865
PR: 12740 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=20332
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-1/+1
[Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-5/+5
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-15Mark BROKEN for ELFJustin M. Seger1-1/+3
bad library numbers Notes: svn path=/head/; revision=14011
1998-07-22Version number part of PKGNAME should be delimited by "." only....Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12066
1998-05-02Upgrade to the April 29, 1998 snapshot.Justin M. Seger2-6/+6
Notes: svn path=/head/; revision=10802
1998-04-17Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,Satoshi Asami1-3/+1
and remove hacks to work around it. Notes: svn path=/head/; revision=10546
1998-04-17Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla inJustin M. Seger1-4/+4
100MB of disk space. The size of a package created from make package is now 3MB! Notes: svn path=/head/; revision=10534
1998-04-17This is a kludge to make building work again. post-configure now echo's ↵Justin M. Seger1-1/+3
MOTIFLIB to work/ns/MOTIFLIB and in the linker line there is a `cat ../../MOTIFLIB'. The MOTIFLIB variable is being passed to work/ns/Makefile, but not beyond it. If anyone figures out how to fix this properly, please email a new patch to me. Notes: svn path=/head/; revision=10532
1998-04-16Remove unneccessary NO_INSTALL_MANPAGES line.Justin M. Seger1-2/+1
Submitted by: asami Notes: svn path=/head/; revision=10527
1998-04-13Use shared libaries instead of having a 60+MB binary.Justin M. Seger2-4/+48
Notes: svn path=/head/; revision=10504
1998-04-12Upgrade to 1998-04-08 source snapshot.Justin M. Seger2-8/+8
Notes: svn path=/head/; revision=10499
1998-04-12Be more verbose in DESCR than "netscape". :-) Warn that this isTim Vanderhoek2-2/+4
intended for developers. Notes: svn path=/head/; revision=10495
1998-04-12Initial import of a mozilla port.Justin M. Seger5-196/+41
Notes: svn path=/head/; revision=10492
1998-04-02Upgrade to 4.05Andrey A. Chernov3-13/+13
Notes: svn path=/head/; revision=10394
1998-03-16Fix for the case where USA_RESIDENT is not definedMark Murray1-4/+5
Notes: svn path=/head/; revision=10195
1998-03-15Using Fortify, and setting USE_128BIT, Communicator can now use 128 bitMark Murray2-1/+18
crypto legally. Notes: svn path=/head/; revision=10145
1998-03-01Add missing @unexec, @dirrmAndrey A. Chernov1-0/+17
PR: 5334 Submitted by: SADA Kenji <sada@ail-inc.co.jp> Notes: svn path=/head/; revision=9975
1998-01-26Remove RESTRICTED tag.Vanilla I. Shu1-3/+1
Submitted by: jkh Notes: svn path=/head/; revision=9452
1997-12-08Use %B/ instead of bin/ because @cwd /usr/local not really happensAndrey A. Chernov1-3/+3
Notes: svn path=/head/; revision=9019
1997-12-08Tarball changedAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=9017
1997-11-20Install symlinks "communicator-4" and "navigator-4". By using theseSatoshi Asami2-4/+6
names instead of the single "netscape" link, these two installations can coexist on a single machine (at least they appear to on mine). Notes: svn path=/head/; revision=8730
1997-11-15Remove reference to 'make NAVIGATOR=yes' and update a commentPeter Wemm1-5/+2
Notes: svn path=/head/; revision=8643
1997-11-15Split netscape4 into communicator and navigator, so the two maintainersSatoshi Asami5-20/+10
shall never run into each other again. Notes: svn path=/head/; revision=8641
1997-11-15Make these coment lines a little more useful. (Remove redundancy withSatoshi Asami1-1/+1
PKGNAME and add more info.) Notes: svn path=/head/; revision=8630
1997-11-15Update the stand-alone navigator part to 4.04 too. Untangle the messSatoshi Asami2-10/+11
that the previous commit created by trying to make the Makefile more complicated than necessary. Notes: svn path=/head/; revision=8629
1997-11-14Upgrade to 4.04Andrey A. Chernov3-17/+16
Notes: svn path=/head/; revision=8619
1997-09-25Make it possible to install the standalone navigator by definingSatoshi Asami3-2/+21
${NAVIGATOR}. Requested by: so many people I can't remember them all Notes: svn path=/head/; revision=8024
1997-09-07Remove license_accept bug descriptions again, it is fixed in base_installAndrey A. Chernov1-6/+0
code but not fixed in standalone_navigator code Notes: svn path=/head/; revision=7808
1997-09-07Switch back to base_install, light version can't do anything with mailto:Andrey A. Chernov3-3/+49
tags. Notes: svn path=/head/; revision=7807
1997-09-07Oops, license bug really _not_ fixed, return old text.Andrey A. Chernov1-0/+6
Notes: svn path=/head/; revision=7805
1997-09-07Remove comment about accept_license bug, it seems to be fixes in this versionAndrey A. Chernov1-6/+0
Notes: svn path=/head/; revision=7804
1997-09-07Upgrade to 4.03b8Andrey A. Chernov3-51/+6
Notes: svn path=/head/; revision=7800
1997-08-04Change dist site to ftp23 since it is not propogated to all ftps yetAndrey A. Chernov1-2/+2
Notes: svn path=/head/; revision=7469
1997-08-04Add more info to workaroundAndrey A. Chernov1-1/+2
Notes: svn path=/head/; revision=7467
1997-08-04Add Note describing Netscape dead loop workaroundAndrey A. Chernov1-0/+5
Notes: svn path=/head/; revision=7466
1997-08-04Remove note about Java not work in 8bit mode, it work nowAndrey A. Chernov1-2/+0
Notes: svn path=/head/; revision=7464
1997-08-04Upgrade to 4.02b7Andrey A. Chernov4-81/+55
Notes: svn path=/head/; revision=7463
1997-07-02Add fake @cwd /usr/local to not allow pkg_create to remove nextAndrey A. Chernov1-0/+1
@cwd /usr/X11R6 Notes: svn path=/head/; revision=7199
1997-06-01Remove note about LANG variable for Java, it is fixedAndrey A. Chernov1-2/+0
Notes: svn path=/head/; revision=6662
1997-06-01Fix ln commandsAndrey A. Chernov1-7/+6
Notes: svn path=/head/; revision=6661
1997-06-01Upgrade to 4.0b5Andrey A. Chernov4-7/+119
Notes: svn path=/head/; revision=6660
1997-05-06Fix a typoAndrey A. Chernov1-1/+1
Submitted by: Dmitry Kohmanyuk <dk@genesyslab.com> Notes: svn path=/head/; revision=6417
1997-04-12Add note that Java not work in 8bpp mode with suggestionAndrey A. Chernov1-0/+2
to switch to 16bpp mode Notes: svn path=/head/; revision=6193