summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1999-01-13 04:00:10 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1999-01-13 04:00:10 +0000
commit250b222fa1aefab7d3ecd37813dd7d61d0d98c45 (patch)
treeeb74053ba5a1365a1e2dabb4cefaa3e3b57d0b78 /www
parentAdd a couple more Y2K links... (diff)
A few more Y2K links...
Notes
Notes: svn path=/head/; revision=16026
Diffstat (limited to 'www')
-rw-r--r--www/analog/Makefile4
-rw-r--r--www/bsdi-netscape47-communicator/Makefile4
-rw-r--r--www/bsdi-netscape47-navigator/Makefile4
-rw-r--r--www/mhonarc/Makefile4
-rw-r--r--www/netscape3-gold/Makefile4
-rw-r--r--www/netscape3/Makefile4
-rw-r--r--www/netscape4-communicator.us/Makefile4
-rw-r--r--www/netscape4-communicator/Makefile4
-rw-r--r--www/netscape4-navigator/Makefile4
-rw-r--r--www/netscape47-communicator/Makefile4
-rw-r--r--www/netscape47-navigator/Makefile4
-rw-r--r--www/netscape48-communicator/Makefile4
12 files changed, 36 insertions, 12 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index 2f40535a9a16..da40c23cc763 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: jfitz
#
-# $Id: Makefile,v 1.11 1998/04/09 12:49:01 ache Exp $
+# $Id: Makefile,v 1.12 1998/08/18 21:12:12 stb Exp $
#
DISTNAME= analog3.0
@@ -19,6 +19,8 @@ MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \
MAINTAINER= ache@freebsd.org
+Y2K= http://www.statslab.cam.ac.uk/~sret1/analog/
+
MAKE_FLAGS= -DPREFIX=${PREFIX} -f
do-install:
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
index 7216cd2a83ba..42a7eb062f5e 100644
--- a/www/bsdi-netscape47-communicator/Makefile
+++ b/www/bsdi-netscape47-communicator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: thepish
#
-# $Id: Makefile,v 1.35 1998/12/27 08:31:13 asami Exp $
+# $Id: Makefile,v 1.36 1999/01/06 04:18:16 simokawa Exp $
#
DISTNAME= communicator-v45-export.x86-unknown-freebsd
@@ -15,6 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= thepish@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_LATEST_LINK= yes
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
index 1dce7a53a5e9..e29d3cc438d1 100644
--- a/www/bsdi-netscape47-navigator/Makefile
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.32 1999/01/05 20:53:24 sada Exp $
+# $Id: Makefile,v 1.33 1999/01/06 04:18:20 simokawa Exp $
#
DISTNAME= netscape-navigator-4.5
@@ -13,6 +13,8 @@ DISTFILES= navigator-v45-export.x86-unknown-freebsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_LATEST_LINK= yes
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile
index c5697563399a..ccb77a4e9af4 100644
--- a/www/mhonarc/Makefile
+++ b/www/mhonarc/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 June 1997
# Whom: koshy@india.hp.com
#
-# $Id: Makefile,v 1.7 1998/11/28 23:10:26 asami Exp $
+# $Id: Makefile,v 1.8 1998/12/01 08:38:55 asami Exp $
#
DISTNAME= MHonArc2.3.3
@@ -17,6 +17,8 @@ MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
MAINTAINER= jkoshy@freebsd.org
+Y2K= http://www.oac.uci.edu/indiv/ehood/MHonArc/doc/faq/general.html#y2k
+
USE_PERL5= Yes
NO_BUILD= Yes
diff --git a/www/netscape3-gold/Makefile b/www/netscape3-gold/Makefile
index e620a59966c0..4ada889ddb7c 100644
--- a/www/netscape3-gold/Makefile
+++ b/www/netscape3-gold/Makefile
@@ -3,10 +3,12 @@
# Date created: 21 August 1995
# Whom: asami
#
-# $Id$
+# $Id: Makefile,v 1.1 1998/11/22 22:31:23 asami Exp $
#
GOLD= yes
MASTERDIR= ${.CURDIR}/../netscape3
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
.include "${MASTERDIR}/Makefile"
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index e39eb8105182..d6c938ef29c8 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1995
# Whom: asami
#
-# $Id: Makefile,v 1.26 1998/12/19 11:20:11 markm Exp $
+# $Id: Makefile,v 1.27 1999/01/06 04:18:08 simokawa Exp $
#
DISTNAME= netscape-3.04
@@ -13,6 +13,8 @@ DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
NOT_FOR_ARCHS= alpha
NO_LATEST_LINK= yes
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile
index 13501949e09a..0272597454a3 100644
--- a/www/netscape4-communicator.us/Makefile
+++ b/www/netscape4-communicator.us/Makefile
@@ -4,7 +4,7 @@
# Date created: 14 Feb 1998
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.6 1998/12/11 08:04:22 obrien Exp $
+# $Id: Makefile,v 1.7 1999/01/06 04:18:12 simokawa Exp $
#
DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5
@@ -13,6 +13,8 @@ CATEGORIES= www
MAINTAINER= obrien@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_lib
RESTRICTED= "Commerial & USA ITAR export restrictions"
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
index 3dcec8b546d4..503471718049 100644
--- a/www/netscape4-communicator/Makefile
+++ b/www/netscape4-communicator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.29 1998/12/29 22:19:33 sada Exp $
+# $Id: Makefile,v 1.30 1999/01/06 04:18:10 simokawa Exp $
#
DISTNAME= netscape-communicator-4.08
@@ -14,6 +14,8 @@ AUTOADMIN= autoadmin-v408.x86-unknown-freebsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_FILTER_SHLIBS= yes
diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile
index 522db205528a..fc4c78fdd983 100644
--- a/www/netscape4-navigator/Makefile
+++ b/www/netscape4-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.34 1998/12/29 22:17:38 sada Exp $
+# $Id: Makefile,v 1.35 1999/01/06 04:18:14 simokawa Exp $
#
DISTNAME= netscape-navigator-4.08
@@ -13,6 +13,8 @@ DISTFILES= navigator-v408-export.x86-unknown-freebsd.tar.gz
MAINTAINER= sada@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/navigator-v408.x86-unknown-freebsd
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index 7216cd2a83ba..42a7eb062f5e 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: thepish
#
-# $Id: Makefile,v 1.35 1998/12/27 08:31:13 asami Exp $
+# $Id: Makefile,v 1.36 1999/01/06 04:18:16 simokawa Exp $
#
DISTNAME= communicator-v45-export.x86-unknown-freebsd
@@ -15,6 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= thepish@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_LATEST_LINK= yes
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 1dce7a53a5e9..e29d3cc438d1 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.32 1999/01/05 20:53:24 sada Exp $
+# $Id: Makefile,v 1.33 1999/01/06 04:18:20 simokawa Exp $
#
DISTNAME= netscape-navigator-4.5
@@ -13,6 +13,8 @@ DISTFILES= navigator-v45-export.x86-unknown-freebsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_LATEST_LINK= yes
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index 3dcec8b546d4..503471718049 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.29 1998/12/29 22:19:33 sada Exp $
+# $Id: Makefile,v 1.30 1999/01/06 04:18:10 simokawa Exp $
#
DISTNAME= netscape-communicator-4.08
@@ -14,6 +14,8 @@ AUTOADMIN= autoadmin-v408.x86-unknown-freebsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
+Y2K= http://home.netscape.com/products/year2000/faq/client.html
+
ONLY_FOR_ARCHS= i386
NO_FILTER_SHLIBS= yes