Chris Piazza
c8d77a093b
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
56fe7a4c6a
egcc/eg++ have been renamed to gcc295/g++295. Change
...
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Steve Price
1bc094aeaa
Weird things happen when you .include bsd.port.mk when you really meant
...
to .include bsd.port.pre.mk.
1999-07-24 15:33:04 +00:00
Chris Piazza
cf66dd8506
Update to mozilla M8
...
PR: 12740
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-07-24 02:26:33 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Satoshi Asami
dbc8aa6cc1
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
...
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.)
1998-11-11 05:37:39 +00:00
Justin M. Seger
2d3fb88eee
Mark BROKEN for ELF
...
bad library numbers
1998-10-15 01:16:23 +00:00
Satoshi Asami
00c15c7b49
Version number part of PKGNAME should be delimited by "." only....
1998-07-22 11:50:31 +00:00
Justin M. Seger
853c4ab2d7
Upgrade to the April 29, 1998 snapshot.
1998-05-02 17:49:10 +00:00
Satoshi Asami
fe161c146c
Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,
...
and remove hacks to work around it.
1998-04-17 21:52:17 +00:00
Justin M. Seger
876d756b4c
Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla in
...
100MB of disk space. The size of a package created from make package is now
3MB!
1998-04-17 10:36:45 +00:00
Justin M. Seger
5f08801387
This is a kludge to make building work again. post-configure now echo's 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.
1998-04-17 09:29:25 +00:00
Justin M. Seger
0127784d22
Remove unneccessary NO_INSTALL_MANPAGES line.
...
Submitted by: asami
1998-04-16 02:05:31 +00:00
Justin M. Seger
cb37bb5960
Use shared libaries instead of having a 60+MB binary.
1998-04-13 10:59:35 +00:00
Justin M. Seger
0e0a3bd5d3
Upgrade to 1998-04-08 source snapshot.
1998-04-12 17:58:38 +00:00
Tim Vanderhoek
580e7ad977
Be more verbose in DESCR than "netscape". :-) Warn that this is
...
intended for developers.
1998-04-12 13:42:17 +00:00
Justin M. Seger
713ee9adc1
Initial import of a mozilla port.
1998-04-12 12:47:23 +00:00
Andrey A. Chernov
3963399da5
Upgrade to 4.05
1998-04-02 20:26:41 +00:00
Mark Murray
289b08af32
Fix for the case where USA_RESIDENT is not defined
1998-03-16 15:05:03 +00:00
Mark Murray
0109f8e80a
Using Fortify, and setting USE_128BIT, Communicator can now use 128 bit
...
crypto legally.
1998-03-15 15:13:57 +00:00
Andrey A. Chernov
6514cc54d8
Add missing @unexec, @dirrm
...
PR: 5334
Submitted by: SADA Kenji <sada@ail-inc.co.jp>
1998-03-01 09:03:41 +00:00
Vanilla I. Shu
a3cef4db60
Remove RESTRICTED tag.
...
Submitted by: jkh
1998-01-26 09:56:31 +00:00
Andrey A. Chernov
640a94de99
Use %B/ instead of bin/ because @cwd /usr/local not really happens
1997-12-08 08:19:40 +00:00
Andrey A. Chernov
4f80c28d16
Tarball changed
1997-12-08 06:00:23 +00:00
Satoshi Asami
2155c9e70d
Install symlinks "communicator-4" and "navigator-4". By using these
...
names instead of the single "netscape" link, these two installations
can coexist on a single machine (at least they appear to on mine).
1997-11-20 15:48:27 +00:00
Peter Wemm
2a3578f8a6
Remove reference to 'make NAVIGATOR=yes' and update a comment
1997-11-15 13:35:38 +00:00
Satoshi Asami
466ac8e57a
Split netscape4 into communicator and navigator, so the two maintainers
...
shall never run into each other again.
1997-11-15 13:09:43 +00:00
Satoshi Asami
d5352228b7
Make these coment lines a little more useful. (Remove redundancy with
...
PKGNAME and add more info.)
1997-11-15 01:19:04 +00:00
Satoshi Asami
c622a99906
Update the stand-alone navigator part to 4.04 too. Untangle the mess
...
that the previous commit created by trying to make the Makefile more
complicated than necessary.
1997-11-15 01:11:00 +00:00
Andrey A. Chernov
f0969336f4
Upgrade to 4.04
1997-11-14 13:45:53 +00:00
Satoshi Asami
9b7d271eca
Make it possible to install the standalone navigator by defining
...
${NAVIGATOR}.
Requested by: so many people I can't remember them all
1997-09-25 08:25:29 +00:00
Andrey A. Chernov
5670d71937
Remove license_accept bug descriptions again, it is fixed in base_install
...
code but not fixed in standalone_navigator code
1997-09-07 21:50:38 +00:00
Andrey A. Chernov
8b6f36b3e1
Switch back to base_install, light version can't do anything with mailto:
...
tags.
1997-09-07 20:27:03 +00:00
Andrey A. Chernov
942945fedb
Oops, license bug really _not_ fixed, return old text.
1997-09-07 20:11:30 +00:00
Andrey A. Chernov
42a2a655a4
Remove comment about accept_license bug, it seems to be fixes in this version
1997-09-07 19:59:04 +00:00
Andrey A. Chernov
6ce6574457
Upgrade to 4.03b8
1997-09-07 18:33:14 +00:00
Andrey A. Chernov
df589e19cb
Change dist site to ftp23 since it is not propogated to all ftps yet
1997-08-04 09:20:48 +00:00
Andrey A. Chernov
bb91abb47c
Add more info to workaround
1997-08-04 02:42:35 +00:00
Andrey A. Chernov
86ba45e744
Add Note describing Netscape dead loop workaround
1997-08-04 01:32:20 +00:00
Andrey A. Chernov
181a4e83ca
Remove note about Java not work in 8bit mode, it work now
1997-08-04 00:27:09 +00:00
Andrey A. Chernov
4c2da5d4e4
Upgrade to 4.02b7
1997-08-04 00:04:36 +00:00
Andrey A. Chernov
a369806688
Add fake @cwd /usr/local to not allow pkg_create to remove next
...
@cwd /usr/X11R6
1997-07-02 22:53:56 +00:00
Andrey A. Chernov
540b45d72c
Remove note about LANG variable for Java, it is fixed
1997-06-01 03:02:45 +00:00
Andrey A. Chernov
e0d277f002
Fix ln commands
1997-06-01 01:33:59 +00:00
Andrey A. Chernov
0daffe256b
Upgrade to 4.0b5
1997-06-01 00:06:22 +00:00
Andrey A. Chernov
868d8c3a0a
Fix a typo
...
Submitted by: Dmitry Kohmanyuk <dk@genesyslab.com>
1997-05-06 00:08:46 +00:00
Andrey A. Chernov
a89296e565
Add note that Java not work in 8bpp mode with suggestion
...
to switch to 16bpp mode
1997-04-12 09:46:48 +00:00
Andrey A. Chernov
853ac35a6a
Java not started for certain LANG env. variable values, so
...
suggest to set it to C in this case.
1997-04-10 05:55:52 +00:00
Andrey A. Chernov
0f9c4bca88
Upgrade to 4.0b3 (note: Java not work for unknown reason)
1997-04-09 15:12:15 +00:00