diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-07 23:24:01 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-07 23:24:01 +0800 |
commit | 8c4de4c48c91247a014fde83e4e455fc6b6f15ea (patch) | |
tree | 549a0aa956f27b49bf6aae010c4d29397c005164 /www | |
parent | 50a752d3015ba7a5ee583974c79364b6d2bacf86 (diff) | |
download | freebsd-ports-gnome-8c4de4c48c91247a014fde83e4e455fc6b6f15ea.tar.gz freebsd-ports-gnome-8c4de4c48c91247a014fde83e4e455fc6b6f15ea.tar.zst freebsd-ports-gnome-8c4de4c48c91247a014fde83e4e455fc6b6f15ea.zip |
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.
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 |