aboutsummaryrefslogtreecommitdiff
path: root/www/bsdi-netscape47-navigator
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Netscape master port has been updated to 4.76, keepTrevor Johnson2000-11-041-0/+1
| | | | | | | | | these at 4.75 for users who want to take a risk. Keep them forbidden, and mention that a fixed version exists. Create a PKGMESSAGE file for the export notice. Notes: svn path=/head/; revision=34807
* Upgrade to v4.74.SADA Kenji2000-08-083-10/+9
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=31422
* Make up for PLIST.SADA Kenji2000-07-121-0/+5
| | | | | | | | PR: ports/19831 Submitted by: Maintainer Notes: svn path=/head/; revision=30512
* Import BSDI Netscape 4.73 (Navigator, non-crypto). The history of thisWill Andrews2000-06-064-45/+34
| | | | | | | | | | port has been preserved by repo-copy from www/netscape47-navigator. PR: 18596 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=29280
* Remove some empty directories. Also convert netscape4-navigator toSatoshi Asami2000-06-011-0/+2
| | | | | | | use wrapper. Notes: svn path=/head/; revision=29042
* Upgrade to 4.73 .SADA Kenji2000-05-131-8/+7
| | | | Notes: svn path=/head/; revision=28426
* Make netscape4 ports use the new wrapper which I've freshly importedAkinori MUSHA2000-05-081-2/+2
| | | | | | | | | as www/netscape-wrapper. Approved by: sada (conditionally), o`brien Notes: svn path=/head/; revision=28373
* Define PORTNAME/PORTVERSION with ?= instead of =, as these MakefilesSatoshi Asami2000-04-151-2/+2
| | | | | | | are included from their linux counterparts. Notes: svn path=/head/; revision=27581
* Make sure PORTNAME/PORTVERSION are defined before inclusion of pre.mk.Satoshi Asami2000-04-141-0/+3
| | | | | | | | There might be some better solutions but this should at least make them work for now. Notes: svn path=/head/; revision=27519
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-1/+0
| | | | Notes: svn path=/head/; revision=27430
* Upgrade to Netscape version 4.72David E. O'Brien2000-02-282-6/+6
| | | | Notes: svn path=/head/; revision=26407
* Do not include bsd.port.pre.mk twice (once in the slave and once in theSatoshi Asami2000-01-171-0/+1
| | | | | | | | | master). This is done by defining a variable "PRE_MK_INCLUDED" in the slave before including ${MASTERDIR}/Makefile, and have the master check it before including any necessary macro files. Notes: svn path=/head/; revision=24794
* Support the Alpha platform.David E. O'Brien2000-01-071-0/+9
| | | | Notes: svn path=/head/; revision=24511
* Removed the control for plugin subdirectory.SADA Kenji1999-10-101-2/+0
| | | | | | | | So we could pkg_add/remove netscape plugin ports (like flash) without dependency to netscape ports. Notes: svn path=/head/; revision=22312
* Upgrade to 4.7.SADA Kenji1999-10-043-9/+8
| | | | | | | NOTE: Now we couldn't use Fortify with Netscape 4.7s. Notes: svn path=/head/; revision=22165
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* Change www/netscape46-communicator's maintiner to me.SADA Kenji1999-07-141-2/+2
| | | | | | | | | Also make the fields to be overrideable. Approved by: asami Notes: svn path=/head/; revision=20205
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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
* Update Netscape Communicator/Navigator 4.6 -> 4.61.SADA Kenji1999-06-232-5/+5
| | | | | | | | Cope with Fortify 1.4.3. PR: ports/12328 Notes: svn path=/head/; revision=19735
* Upgrade to v4.6.SADA Kenji1999-05-194-205/+163
| | | | | | | v4.08 ports are changed because v.4.6 ports' Makefile includes v4.08s'. Notes: svn path=/head/; revision=18891
* Update to 4.5.1, make reinstall now works (I hope) and updated forMichael Haro1999-04-194-15/+15
| | | | | | | new version of fortify Notes: svn path=/head/; revision=18010
* A few more Y2K links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16026
* Add 'ONLY_FOR_ARCHS=i386' to Makefiles of variant Netscapes.Hidetoshi Shimokawa1999-01-061-1/+3
| | | | | | | | | | - In fact, current bsd.port.mk does nothing about this *_FOR_ARCHS flags, but bsd.port.mk will be updated soon by Asami-san. - Some people is working on OSF/1 emulation on alpha. We may have netscape port on alpha near future. Notes: svn path=/head/; revision=15876
* Answer to the third question from Fortify.SADA Kenji1999-01-052-2/+15
| | | | | | | | | Make good the loss of PLIST. PR: ports/9332 Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=15872
* Upgrade to Fortify 1.3.2Mark Murray1998-12-191-3/+3
| | | | | | | Methinks we need a variable for this. Notes: svn path=/head/; revision=15425
* * use ${BINOWN}.${BINGRP} rather than `bin.bin' as 3.0+ uses root.wheel.David E. O'Brien1998-11-241-6/+3
| | | | | | | * combine two `if' logic statements Notes: svn path=/head/; revision=14874
* Fix my fubar'd import of this port, update fortify.Bill Fumerola1998-11-192-25/+11
| | | | | | | | | | | NOTE: If an old version of netscape* exists on the system, this program will rename them, and that will break PLIST on deinstall. Any ideas on how to dynamically adapt to this would be neat. Submitted by: David O'Brien <obrien@FreeBSD.org> Notes: svn path=/head/; revision=14703
* Mark BROKEN until I update.Bill Fumerola1998-11-191-1/+2
| | | | | | | Remind by: obrien Notes: svn path=/head/; revision=14699
* Upgrade to navigator-only 4.5Bill Fumerola1998-11-184-109/+95
| | | | | | | | PR: ports/8002 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=14659
* Upgrade to 4.07 / Fortify 1.2.28David E. O'Brien1998-10-092-16/+15
| | | | Notes: svn path=/head/; revision=13786
* Make this port reinstall-friendly by not using ns-install. Fixup PLIST.Satoshi Asami1998-10-092-3/+72
| | | | | | | | PR: 8217 Submitted by: SADA Kenji sada@e-mail.ne.jp Notes: svn path=/head/; revision=13768
* Go back to 4.06. Crashing is better than security holes I guess.Satoshi Asami1998-09-222-14/+14
| | | | | | | Suggested by: eivind Notes: svn path=/head/; revision=13323
* Revert one version so 4.05 will be on the CD. 4.06 seems to be tooSatoshi Asami1998-09-222-14/+14
| | | | | | | | unreliable. Since the distfile is not on Netscape's site anymore, put it on wcarchive. Notes: svn path=/head/; revision=13310
* Upgrade Fortify (128-bit encryption)Mark Murray1998-08-241-3/+3
| | | | Notes: svn path=/head/; revision=12811
* Upgrade to 4.06.Satoshi Asami1998-08-172-12/+12
| | | | | | | | PR: 7647 Submitted by: stephen farrell <sfarrell@healthquiz.com> Notes: svn path=/head/; revision=12597
* Upgrade fortyofy to 1.2.2. USE_128BIT works again.Mark Murray1998-04-121-3/+3
| | | | Notes: svn path=/head/; revision=10489
* Upgrade to 4.05. The Fortify stuff is untested, but I just mergedSatoshi Asami1998-04-032-13/+13
| | | | | | | the changes from the communicator port (thanks Andrey!). Notes: svn path=/head/; revision=10398
* Drat. Missed a broken .ifdefMark Murray1998-03-161-2/+2
| | | | Notes: svn path=/head/; revision=10194
* Fix for the case where a macro is not defined at all.Mark Murray1998-03-161-3/+4
| | | | | | | Found by: jkh Notes: svn path=/head/; revision=10193
* Update for Fortify-1.2.1.Mark Murray1998-03-151-4/+9
| | | | Notes: svn path=/head/; revision=10146
* Add @dirrm, use absolute path for @exec/@unexec and sort PLIST.Satoshi Asami1998-03-011-50/+62
| | | | | | | | PR: 5334 Submitted by: SADA Kenji <sada@ail-inc.co.jp> Notes: svn path=/head/; revision=9982
* Add strong (128-bit) crypto using Fortify. This is conditional onMark Murray1998-02-181-3/+14
| | | | | | | | | | USE_128BIT. Fix some portlint bogons while I am here. OK'ed by: Satoshi Notes: svn path=/head/; revision=9796
* Remove RESTRICTED tag.Vanilla I. Shu1998-01-261-3/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=9452
* Install symlinks "communicator-4" and "navigator-4". By using theseSatoshi Asami1997-11-202-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 commentPeter Wemm1997-11-151-2/+2
| | | | Notes: svn path=/head/; revision=8643
* Split netscape4 into communicator and navigator, so the two maintainersSatoshi Asami1997-11-153-59/+12
| | | | | | | shall never run into each other again. Notes: svn path=/head/; revision=8641
* Make these coment lines a little more useful. (Remove redundancy withSatoshi Asami1997-11-151-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 messSatoshi Asami1997-11-151-9/+10
| | | | | | | | that the previous commit created by trying to make the Makefile more complicated than necessary. Notes: svn path=/head/; revision=8629
* Upgrade to 4.04Andrey A. Chernov1997-11-142-16/+15
| | | | Notes: svn path=/head/; revision=8619