Mark as broken, as same as for 4.76.

This commit is contained in:
SADA Kenji 2001-06-02 19:11:53 +00:00
parent b0e955dd0c
commit ce72363299
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43448
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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