diff options
author | trevor <trevor@FreeBSD.org> | 2002-07-08 20:53:02 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-07-08 20:53:02 +0800 |
commit | 209b5baa0834b07010acf064216748d88f18b1b8 (patch) | |
tree | 64a70589b6b1d60d6291774a9d18ac774d9fdf94 /www/linux-mozilla | |
parent | b828e142ba6465d712415cf68b31b5943faf45d5 (diff) | |
download | freebsd-ports-gnome-209b5baa0834b07010acf064216748d88f18b1b8.tar.gz freebsd-ports-gnome-209b5baa0834b07010acf064216748d88f18b1b8.tar.zst freebsd-ports-gnome-209b5baa0834b07010acf064216748d88f18b1b8.zip |
Forbid because of remote crash. I confirmed it with XFree86 4.2.0;
XFree86 3.3.6 has identical code so it is likely to be vulnerable
as well. Mozilla 1.1a (20020610) still has the bug.
Diffstat (limited to 'www/linux-mozilla')
-rw-r--r-- | www/linux-mozilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 34644602ff5a..e8c183e6166c 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -22,6 +22,7 @@ PATCHFILES= linux-mozilla-${PORTVERSION}-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 |