aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-12 03:15:07 +0800
committermiwi <miwi@FreeBSD.org>2009-02-12 03:15:07 +0800
commit5abb396594a202646761f1464f6d7e20f01dbad2 (patch)
tree75ab10f90d797303ed041359b3f96852f613d2ca /www
parent6973ad1b9467ed42b5c21af6106987ada8f8eba1 (diff)
downloadfreebsd-ports-gnome-5abb396594a202646761f1464f6d7e20f01dbad2.tar.gz
freebsd-ports-gnome-5abb396594a202646761f1464f6d7e20f01dbad2.tar.zst
freebsd-ports-gnome-5abb396594a202646761f1464f6d7e20f01dbad2.zip
- Fix portaudit conflict with www/firefox and www/firefox3
- Mark www/firefox and www/linux-firefox FORBIDDEN Discussion by: simon/stas With hat: secteam
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile2
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/firefox36/Makefile2
-rw-r--r--www/linux-firefox/Makefile2
4 files changed, 8 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 820689f1925c..982456c89718 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -64,6 +64,8 @@ MOZ_OPTIONS+= --disable-gnomeui
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
+FORBIDDEN= Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
+
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
post-extract::
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 820689f1925c..982456c89718 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -64,6 +64,8 @@ MOZ_OPTIONS+= --disable-gnomeui
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
+FORBIDDEN= Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
+
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
post-extract::
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 820689f1925c..982456c89718 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -64,6 +64,8 @@ MOZ_OPTIONS+= --disable-gnomeui
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
+FORBIDDEN= Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
+
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
post-extract::
diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile
index f962db338ee5..8225821f516c 100644
--- a/www/linux-firefox/Makefile
+++ b/www/linux-firefox/Makefile
@@ -14,5 +14,7 @@ MASTER_SITE_SUBDIR?= firefox/releases/${PORTVERSION}/linux-i686/en-US
MAINTAINER= miwi@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
+FORBIDDEN= Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
+
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
.include <bsd.port.mk>