summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/options.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2012-08-04 12:03:31 +0000
committerryoon <ryoon>2012-08-04 12:03:31 +0000
commit400e7503ac97bad997cfe6c5c0fb73819b8b6ba7 (patch)
tree714ca7b28d7f057bf74aa650dba9cfdda507af02 /mail/thunderbird10/options.mk
parente9c43d7e6139c2894a1fe0d645457efffe3001cb (diff)
downloadpkgsrc-400e7503ac97bad997cfe6c5c0fb73819b8b6ba7.tar.gz
Update to 10.0.6
* Remove obsolete mozilla-jit option Changelog: Fix the following security issues. MFSA 2012-56 Code execution through javascript: URLs MFSA 2012-54 Clickjacking of certificate warning page MFSA 2012-53 Content Security Policy 1.0 implementation errors cause data leakage MFSA 2012-52 JSDependentString::undepend string conversion results in memory corruption MFSA 2012-51 X-Frame-Options header ignored when duplicated MFSA 2012-49 Same-compartment Security Wrappers can be bypassed MFSA 2012-48 use-after-free in nsGlobalWindow::PageHidden MFSA 2012-47 Improper filtering of javascript in HTML feed-view MFSA 2012-45 Spoofing issue with location MFSA 2012-44 Gecko memory corruption MFSA 2012-42 Miscellaneous memory safety hazards (rv:14.0/ rv:10.0.6)
Diffstat (limited to 'mail/thunderbird10/options.mk')
-rw-r--r--mail/thunderbird10/options.mk22
1 files changed, 2 insertions, 20 deletions
diff --git a/mail/thunderbird10/options.mk b/mail/thunderbird10/options.mk
index 815bea9795f..e39710ae2e2 100644
--- a/mail/thunderbird10/options.mk
+++ b/mail/thunderbird10/options.mk
@@ -1,25 +1,15 @@
-# $NetBSD: options.mk,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2012/08/04 12:03:32 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding mozilla-lightning mozilla-enigmail
PKG_SUGGESTED_OPTIONS= mozilla-lightning
-PLIST_VARS+= branding nobranding debug gnome jemalloc jit
+PLIST_VARS+= branding nobranding debug gnome jemalloc
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
.endif
-.if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \
- !empty(MACHINE_ARCH:Marm) || !empty(MACHINE_ARCH:Mx86_64)
-PKG_SUPPORTED_OPTIONS+= mozilla-jit
-PKG_SUGGESTED_OPTIONS+= mozilla-jit
-NANOJIT_ARCH.i386= i386
-NANOJIT_ARCH.arm= ARM
-NANOJIT_ARCH.sparc= Sparc
-NANOJIT_ARCH.x86_64= X64
-.endif
-
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnome)
@@ -47,14 +37,6 @@ CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols
CONFIGURE_ARGS+= --enable-install-strip
.endif
-.if !empty(PKG_OPTIONS:Mmozilla-jit)
-PLIST.jit= yes
-PLIST_SUBST+= NANOJIT_ARCH=${NANOJIT_ARCH.${MACHINE_ARCH}}
-CONFIGURE_ARGS+= --enable-tracejit
-.else
-CONFIGURE_ARGS+= --disable-tracejit
-.endif
-
.if !empty(PKG_OPTIONS:Mmozilla-lightning)
CONFIGURE_ARGS+= --enable-calendar
PLIST_SRC+= PLIST.lightning