summaryrefslogtreecommitdiff
path: root/www/netscape47-communicator/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring back the last commerical Netscape for DEC Alpha.David E. O'Brien2003-05-161-0/+81
| | | | | | | | Reviewed by: freebsd-alpha Approved by: kris Notes: svn path=/head/; revision=81075
* Remove all netscape ports with a vulnerability of JRE.SADA Kenji2002-11-171-78/+0
| | | | | | | | | cf. http://sunsolve.sun.com/pub-cgi/retrieve.pl?doctype=coll&doc=secbull/218&type=0&nav=sec.sba Submitted by: trevor Silently agreed by: maintainers Notes: svn path=/head/; revision=70291
* Use new domain name for Tokyo University of Science.Trevor Johnson2002-05-171-1/+1
| | | | | | | | PR: 38196 Submitted by: hrs Notes: svn path=/head/; revision=59350
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53960
* Avoid the usage of a variable named "BROWSER", not to conflict withAkinori MUSHA2001-08-191-4/+4
| | | | | | | | | | | | user's environment variable with the same name. cf. http://tuxedo.org/~esr/BROWSER/ http://www.dwheeler.com/browse/secure_browser.html Approved by: cjh, girgen@partitur.se, sada, trevor Notes: svn path=/head/; revision=46463
* upgrade to 4.78 for alpha arch.SADA Kenji2001-08-051-1/+1
| | | | Notes: svn path=/head/; revision=45836
* Upgrade alpha netscapes to v4.77.SADA Kenji2001-04-081-1/+6
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=41087
* Unbroke: ${SED} couldn't be placed there.SADA Kenji2000-10-311-1/+1
| | | | | | | | | | | | I had a misapprehension since ${ECHO} is valid, but it is defined at sys.mk. PR: ports/22414 Submitted by: Peter Pentchev <roam@orbitel.bg> Pointed out by: Real many, sorry! Notes: svn path=/head/; revision=34498
* sed --> ${SED}SADA Kenji2000-10-291-1/+1
| | | | Notes: svn path=/head/; revision=34410
* Upgrade to 4.76.SADA Kenji2000-10-291-5/+6
| | | | | | | | | This version is fixed for buffer overflow security hole. Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=34404
* Rename PLIST.alpha to pkg-plist.alpha.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33554
* Remove the %7bC/ from the URL for ftp.uniroma2.it .SADA Kenji2000-09-031-1/+1
| | | | | | | Requested by: fenner Notes: svn path=/head/; revision=32223
* Fetch alpha version only from *.netscape.com master site.SADA Kenji2000-09-031-2/+4
| | | | | | | | | | Netscape counts the number of downloading to decide if they will stop supporting the OS. Requested by: David O'Brien <obrien@FreeBSD.org> Notes: svn path=/head/; revision=32222
* Add more MASTER_SITES entries.SADA Kenji2000-08-201-7/+27
| | | | | | | | PR: ports/20720 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=31791
* Upgrade to v4.75.SADA Kenji2000-08-191-5/+5
| | | | | | | Remove needless lines from n47-n/Makefile. Notes: svn path=/head/; revision=31777
* Add exclusive PLIST for alpha architecture machines (PLIST.alpha).SADA Kenji2000-07-301-1/+5
| | | | Notes: svn path=/head/; revision=31118
* Unbroke for navigators 4.74.SADA Kenji2000-07-301-1/+1
| | | | | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=31116
* Cosmetic change of definition order.SADA Kenji2000-07-281-4/+4
| | | | Notes: svn path=/head/; revision=31090
* Upgrade to 4.74.SADA Kenji2000-07-271-14/+23
| | | | | | | | | | | | | | Master-site list is increased and applied changes to hold it common between other netscape47 ports. Last committion 1.24 was a mistake, I've updated only l-n47-c/Makefile for this change. PR: ports/20162 Submitted by: maintainer Notes: svn path=/head/; revision=31071
* Upgrade to 4.74.SADA Kenji2000-07-251-8/+8
| | | | | | | Now many users out of U.S. could use 128bit key encryption. Notes: svn path=/head/; revision=31033
* ONLY_FOR_ARCHS should be overridden.SADA Kenji2000-07-091-1/+1
| | | | Notes: svn path=/head/; revision=30370
* Upgrade to 4.73 .SADA Kenji2000-05-131-11/+10
| | | | Notes: svn path=/head/; revision=28426
* 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
* Unbroke.SADA Kenji2000-04-151-2/+0
| | | | | | | Previous checkin was not needed, PW already fixed. Notes: svn path=/head/; revision=27561
* Mark as broken: PKGNAME would set as null and db/pkg would be destroyed.SADA Kenji2000-04-151-0/+2
| | | | Notes: svn path=/head/; revision=27560
* 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
* Update Fortify to 1.4.6 for netscape 4.72.Satoshi Asami2000-03-011-1/+0
| | | | | | | | PR: 17110 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=26479
* Need 'NO_FORTIFY=yes'.SADA Kenji2000-02-291-0/+1
| | | | | | | | | | Current Fortify doesn't work with Netscape4.72 and make install would be crashed with 'USE_128BIT=yes'. Forgotten by: ache Notes: svn path=/head/; revision=26455
* Whitespace cleanupDavid E. O'Brien2000-02-281-7/+7
| | | | Notes: svn path=/head/; revision=26405
* upgrade to 4.72Andrey A. Chernov2000-02-281-9/+10
| | | | Notes: svn path=/head/; revision=26400
* Adjust NO_LATEST_LINKs, 47 is the latest and nothing else is.Satoshi Asami2000-01-251-1/+0
| | | | Notes: svn path=/head/; revision=25049
* Do not include bsd.port.pre.mk twice (once in the slave and once in theSatoshi Asami2000-01-171-0/+3
| | | | | | | | | 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/+13
| | | | Notes: svn path=/head/; revision=24511
* Activate Fortify 1.4.5.SADA Kenji1999-10-081-1/+0
| | | | Notes: svn path=/head/; revision=22254
* Upgrade to 4.7.SADA Kenji1999-10-041-8/+7
| | | | | | | 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
* Variable ``BROWSER_VER'' should be overrideable forSADA Kenji1999-08-131-2/+2
| | | | | | | | | www/linux-netscape46-communicator . Suggested by: P.W.Asami Notes: svn path=/head/; revision=20688
* 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
* Linux version Netscape Communicator 4.61.SADA Kenji1999-07-011-2/+2
| | | | | | | | PR: ports/12413 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=19950
* Update Netscape Communicator/Navigator 4.6 -> 4.61.SADA Kenji1999-06-231-6/+6
| | | | | | | | Cope with Fortify 1.4.3. PR: ports/12328 Notes: svn path=/head/; revision=19735
* Cope with Fortify 1.4.2.SADA Kenji1999-05-191-2/+1
| | | | | | | Requested by: billf Notes: svn path=/head/; revision=18893
* Upgrade to v4.6.SADA Kenji1999-05-191-56/+14
| | | | | | | v4.08 ports are changed because v.4.6 ports' Makefile includes v4.08s'. Notes: svn path=/head/; revision=18891
* Didn't see the related PR before. Sorry Archie.Dirk Froemberg1999-04-181-1/+1
| | | | | | | | PR: ports/11039 Submitted by: Archie Cobbs <archie@whistle.com> Notes: svn path=/head/; revision=17979
* Upgrade to Fortify 1.4.1 in order to make USE_128BIT work again.Dirk Froemberg1999-04-181-3/+3
| | | | | | | Forgotten by: ache Notes: svn path=/head/; revision=17978
* upgrade to 4.51Andrey A. Chernov1999-04-111-12/+12
| | | | Notes: svn path=/head/; revision=17797
* 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 third question of Fortify.Satoshi Asami1998-12-271-2/+2
| | | | Notes: svn path=/head/; revision=15655