Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | Satoshi Asami | 1998-11-11 | 1 | -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 | ||||
* | Mark BROKEN for ELF | Justin M. Seger | 1998-10-15 | 1 | -1/+3 |
| | | | | | | | bad library numbers Notes: svn path=/head/; revision=14011 | ||||
* | Version number part of PKGNAME should be delimited by "." only.... | Satoshi Asami | 1998-07-22 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=12066 | ||||
* | Upgrade to the April 29, 1998 snapshot. | Justin M. Seger | 1998-05-02 | 2 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=10802 | ||||
* | Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk, | Satoshi Asami | 1998-04-17 | 1 | -3/+1 |
| | | | | | | | and remove hacks to work around it. Notes: svn path=/head/; revision=10546 | ||||
* | Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla in | Justin M. Seger | 1998-04-17 | 1 | -4/+4 |
| | | | | | | | | 100MB of disk space. The size of a package created from make package is now 3MB! Notes: svn path=/head/; revision=10534 | ||||
* | This is a kludge to make building work again. post-configure now echo's ↵ | Justin M. Seger | 1998-04-17 | 1 | -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 | ||||
* | Remove unneccessary NO_INSTALL_MANPAGES line. | Justin M. Seger | 1998-04-16 | 1 | -2/+1 |
| | | | | | | | Submitted by: asami Notes: svn path=/head/; revision=10527 | ||||
* | Use shared libaries instead of having a 60+MB binary. | Justin M. Seger | 1998-04-13 | 2 | -4/+48 |
| | | | | Notes: svn path=/head/; revision=10504 | ||||
* | Upgrade to 1998-04-08 source snapshot. | Justin M. Seger | 1998-04-12 | 2 | -8/+8 |
| | | | | Notes: svn path=/head/; revision=10499 | ||||
* | Be more verbose in DESCR than "netscape". :-) Warn that this is | Tim Vanderhoek | 1998-04-12 | 2 | -2/+4 |
| | | | | | | | intended for developers. Notes: svn path=/head/; revision=10495 | ||||
* | Initial import of a mozilla port. | Justin M. Seger | 1998-04-12 | 5 | -196/+41 |
| | | | | Notes: svn path=/head/; revision=10492 | ||||
* | Upgrade to 4.05 | Andrey A. Chernov | 1998-04-02 | 3 | -13/+13 |
| | | | | Notes: svn path=/head/; revision=10394 | ||||
* | Fix for the case where USA_RESIDENT is not defined | Mark Murray | 1998-03-16 | 1 | -4/+5 |
| | | | | Notes: svn path=/head/; revision=10195 | ||||
* | Using Fortify, and setting USE_128BIT, Communicator can now use 128 bit | Mark Murray | 1998-03-15 | 2 | -1/+18 |
| | | | | | | | crypto legally. Notes: svn path=/head/; revision=10145 | ||||
* | Add missing @unexec, @dirrm | Andrey A. Chernov | 1998-03-01 | 1 | -0/+17 |
| | | | | | | | | PR: 5334 Submitted by: SADA Kenji <sada@ail-inc.co.jp> Notes: svn path=/head/; revision=9975 | ||||
* | Remove RESTRICTED tag. | Vanilla I. Shu | 1998-01-26 | 1 | -3/+1 |
| | | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=9452 | ||||
* | Use %B/ instead of bin/ because @cwd /usr/local not really happens | Andrey A. Chernov | 1997-12-08 | 1 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=9019 | ||||
* | Tarball changed | Andrey A. Chernov | 1997-12-08 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=9017 | ||||
* | Install symlinks "communicator-4" and "navigator-4". By using these | Satoshi Asami | 1997-11-20 | 2 | -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 | ||||
* | Remove reference to 'make NAVIGATOR=yes' and update a comment | Peter Wemm | 1997-11-15 | 1 | -5/+2 |
| | | | | Notes: svn path=/head/; revision=8643 | ||||
* | Split netscape4 into communicator and navigator, so the two maintainers | Satoshi Asami | 1997-11-15 | 5 | -20/+10 |
| | | | | | | | shall never run into each other again. Notes: svn path=/head/; revision=8641 | ||||
* | Make these coment lines a little more useful. (Remove redundancy with | Satoshi Asami | 1997-11-15 | 1 | -1/+1 |
| | | | | | | | PKGNAME and add more info.) Notes: svn path=/head/; revision=8630 | ||||
* | Update the stand-alone navigator part to 4.04 too. Untangle the mess | Satoshi Asami | 1997-11-15 | 2 | -10/+11 |
| | | | | | | | | that the previous commit created by trying to make the Makefile more complicated than necessary. Notes: svn path=/head/; revision=8629 | ||||
* | Upgrade to 4.04 | Andrey A. Chernov | 1997-11-14 | 3 | -17/+16 |
| | | | | Notes: svn path=/head/; revision=8619 | ||||
* | Make it possible to install the standalone navigator by defining | Satoshi Asami | 1997-09-25 | 3 | -2/+21 |
| | | | | | | | | | ${NAVIGATOR}. Requested by: so many people I can't remember them all Notes: svn path=/head/; revision=8024 | ||||
* | Remove license_accept bug descriptions again, it is fixed in base_install | Andrey A. Chernov | 1997-09-07 | 1 | -6/+0 |
| | | | | | | | code but not fixed in standalone_navigator code Notes: svn path=/head/; revision=7808 | ||||
* | Switch back to base_install, light version can't do anything with mailto: | Andrey A. Chernov | 1997-09-07 | 3 | -3/+49 |
| | | | | | | | tags. Notes: svn path=/head/; revision=7807 | ||||
* | Oops, license bug really _not_ fixed, return old text. | Andrey A. Chernov | 1997-09-07 | 1 | -0/+6 |
| | | | | Notes: svn path=/head/; revision=7805 | ||||
* | Remove comment about accept_license bug, it seems to be fixes in this version | Andrey A. Chernov | 1997-09-07 | 1 | -6/+0 |
| | | | | Notes: svn path=/head/; revision=7804 | ||||
* | Upgrade to 4.03b8 | Andrey A. Chernov | 1997-09-07 | 3 | -51/+6 |
| | | | | Notes: svn path=/head/; revision=7800 | ||||
* | Change dist site to ftp23 since it is not propogated to all ftps yet | Andrey A. Chernov | 1997-08-04 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=7469 | ||||
* | Add more info to workaround | Andrey A. Chernov | 1997-08-04 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=7467 | ||||
* | Add Note describing Netscape dead loop workaround | Andrey A. Chernov | 1997-08-04 | 1 | -0/+5 |
| | | | | Notes: svn path=/head/; revision=7466 | ||||
* | Remove note about Java not work in 8bit mode, it work now | Andrey A. Chernov | 1997-08-04 | 1 | -2/+0 |
| | | | | Notes: svn path=/head/; revision=7464 | ||||
* | Upgrade to 4.02b7 | Andrey A. Chernov | 1997-08-04 | 4 | -81/+55 |
| | | | | Notes: svn path=/head/; revision=7463 | ||||
* | Add fake @cwd /usr/local to not allow pkg_create to remove next | Andrey A. Chernov | 1997-07-02 | 1 | -0/+1 |
| | | | | | | | @cwd /usr/X11R6 Notes: svn path=/head/; revision=7199 | ||||
* | Remove note about LANG variable for Java, it is fixed | Andrey A. Chernov | 1997-06-01 | 1 | -2/+0 |
| | | | | Notes: svn path=/head/; revision=6662 | ||||
* | Fix ln commands | Andrey A. Chernov | 1997-06-01 | 1 | -7/+6 |
| | | | | Notes: svn path=/head/; revision=6661 | ||||
* | Upgrade to 4.0b5 | Andrey A. Chernov | 1997-06-01 | 4 | -7/+119 |
| | | | | Notes: svn path=/head/; revision=6660 | ||||
* | Fix a typo | Andrey A. Chernov | 1997-05-06 | 1 | -1/+1 |
| | | | | | | | Submitted by: Dmitry Kohmanyuk <dk@genesyslab.com> Notes: svn path=/head/; revision=6417 | ||||
* | Add note that Java not work in 8bpp mode with suggestion | Andrey A. Chernov | 1997-04-12 | 1 | -0/+2 |
| | | | | | | | to switch to 16bpp mode Notes: svn path=/head/; revision=6193 | ||||
* | Java not started for certain LANG env. variable values, so | Andrey A. Chernov | 1997-04-10 | 1 | -0/+2 |
| | | | | | | | suggest to set it to C in this case. Notes: svn path=/head/; revision=6174 | ||||
* | Upgrade to 4.0b3 (note: Java not work for unknown reason) | Andrey A. Chernov | 1997-04-09 | 3 | -8/+44 |
| | | | | Notes: svn path=/head/; revision=6171 | ||||
* | Remove note about GOLD=yes, it already comes with editor | Andrey A. Chernov | 1997-02-26 | 1 | -3/+0 |
| | | | | Notes: svn path=/head/; revision=5755 | ||||
* | Netscape4 expired beta | Andrey A. Chernov | 1997-02-24 | 5 | -0/+47 |
Notes: svn path=/head/; revision=5731 |