From ce7236329970c55080c1411aa1a5c4b3382b5dd4 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sat, 2 Jun 2001 19:11:53 +0000 Subject: [PATCH] Mark as broken, as same as for 4.76. --- japanese/netscape4-communicator/Makefile | 2 +- japanese/netscape48-communicator/Makefile | 2 +- www/netscape4-communicator/Makefile | 2 +- www/netscape48-communicator/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index 4235620bde3a..60fe60555603 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-communicator/Makefile @@ -18,7 +18,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER} RUN_DEPENDS+= ${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VERSION) || ${PORTVERSION} == "4.76") BROKEN= "has a serious security hole, use 4.77 instead" .endif diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index 4235620bde3a..60fe60555603 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -18,7 +18,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER} RUN_DEPENDS+= ${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VERSION) || ${PORTVERSION} == "4.76") BROKEN= "has a serious security hole, use 4.77 instead" .endif diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index be67e128c8fc..a06b099d2477 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") BROKEN= "Has a serious security hole, use 4.77 instead" .endif diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index be67e128c8fc..a06b099d2477 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") BROKEN= "Has a serious security hole, use 4.77 instead" .endif