diff options
author | sada <sada@FreeBSD.org> | 2001-08-06 02:18:01 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-08-06 02:18:01 +0800 |
commit | efea60c5d72bfbacdf90838bc6fc6bb2dca54232 (patch) | |
tree | 5248a2545fdf3eb54f654afadfd13d9fe3fdf7c8 /www | |
parent | fa1fdbe9cc601f52ab14abd0ccdb982aab11724f (diff) | |
download | freebsd-ports-gnome-efea60c5d72bfbacdf90838bc6fc6bb2dca54232.tar.gz freebsd-ports-gnome-efea60c5d72bfbacdf90838bc6fc6bb2dca54232.tar.zst freebsd-ports-gnome-efea60c5d72bfbacdf90838bc6fc6bb2dca54232.zip |
Try to clearify circumstances of FreeBSD native version
in the FORBIDDEN message.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index a06b099d2477..b9254f531e50 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -16,7 +16,9 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper .if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") -BROKEN= "Has a serious security hole, use 4.77 instead" +FORBIDDEN= "Has a serious security hole, use 4.77 or later instead.\ + (These ports are available only for linux version and alpha arch.\ + Looks Netscape has stopped to release new FreeBSD native binary)" .endif .if !defined(INFILE_HEAD) diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index a06b099d2477..b9254f531e50 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -16,7 +16,9 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper .if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") -BROKEN= "Has a serious security hole, use 4.77 instead" +FORBIDDEN= "Has a serious security hole, use 4.77 or later instead.\ + (These ports are available only for linux version and alpha arch.\ + Looks Netscape has stopped to release new FreeBSD native binary)" .endif .if !defined(INFILE_HEAD) |