diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-07 15:24:01 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-07 15:24:01 +0000 |
commit | ecdc6bbb8bda0ded748253d6169e276cf41aa891 (patch) | |
tree | 04f0d6556d750967eb177935f43ac5b2cb2da623 /www | |
parent | Add missing checksum unbreaking WITH_MATROX_GXX_DRIVER (diff) |
Mark forbidden due to security bug. I confirmed the bug with the
English versions of Netscape 6.2.3 and of Netscape 7.0 PR1. Probably
the French, German, and Japanese versions have it as well.
Notes
Notes:
svn path=/head/; revision=64150
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-netscape6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index d90ae3d17731..a2a5ca78f7b4 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -57,6 +57,8 @@ PATCHFILES= linux-${MAJ}-${VER}-generated-files.tar.gz MAINTAINER?= trevor@FreeBSD.org +FORBIDDEN= "see http://bugzilla.mozilla.org/show_bug.cgi?id=150339" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg |