diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-10 17:58:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-10 17:58:28 +0000 |
commit | 341144f306bd869884a984d5fcca9e0a3f24204d (patch) | |
tree | 1079dbc9c1d7d953eff6b645378c9a098f7b16f6 /www | |
parent | 3e42b5cef07f3dc66b18ef51ae74d67d8948fabd (diff) | |
download | ports-341144f306bd869884a984d5fcca9e0a3f24204d.tar.gz ports-341144f306bd869884a984d5fcca9e0a3f24204d.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 8 | ||||
-rw-r--r-- | www/firefox/Makefile | 8 | ||||
-rw-r--r-- | www/firefox36/Makefile | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index b19b8c1f572a..2f3160db5136 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -66,6 +66,14 @@ IGNORE= does not run, update to 6.2-RELEASE or newer MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo +FORBIDDEN= too many security issues \ + http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html \ + http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html + +DEPRECATED= The mozilla team has shifted the development branch of mozilla to \ + seamonkey, this port is outdated and has many vulnerabilities. \ + Please consider using www/seamonkey or www/firefox35 instead. + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b19b8c1f572a..2f3160db5136 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -66,6 +66,14 @@ IGNORE= does not run, update to 6.2-RELEASE or newer MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo +FORBIDDEN= too many security issues \ + http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html \ + http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html + +DEPRECATED= The mozilla team has shifted the development branch of mozilla to \ + seamonkey, this port is outdated and has many vulnerabilities. \ + Please consider using www/seamonkey or www/firefox35 instead. + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index b19b8c1f572a..2f3160db5136 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -66,6 +66,14 @@ IGNORE= does not run, update to 6.2-RELEASE or newer MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo +FORBIDDEN= too many security issues \ + http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html \ + http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html + +DEPRECATED= The mozilla team has shifted the development branch of mozilla to \ + seamonkey, this port is outdated and has many vulnerabilities. \ + Please consider using www/seamonkey or www/firefox35 instead. + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ |