mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Mark as broken, as same as for 4.76.
This commit is contained in:
parent
b0e955dd0c
commit
ce72363299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43448
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user