diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-07 23:37:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-07 23:37:50 +0000 |
commit | b7f6d09b473ab4fd90f4a79497703f0bc1ac2322 (patch) | |
tree | 20071a447b10e549d4aa825ee0e583c280f25f80 /mail | |
parent | 28852be523c874158e8ff5bdc3271851e9f3b097 (diff) | |
download | pkgsrc-b7f6d09b473ab4fd90f4a79497703f0bc1ac2322.tar.gz |
Enabling the jemalloc option adds two more files to the PLIST.
Also add PLIST.Linux
Bump PKGREVISION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/PLIST | 4 | ||||
-rw-r--r-- | mail/thunderbird/PLIST.Linux | 2 | ||||
-rw-r--r-- | mail/thunderbird/options.mk | 5 |
4 files changed, 10 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 6c0f97b7cd5..7f140a8ce17 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.79 2012/01/06 08:40:01 sbd Exp $ +# $NetBSD: Makefile,v 1.80 2012/01/07 23:37:50 sbd Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} TB_VER= 8.0 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST index cf8f8885b20..aee900d2c7a 100644 --- a/mail/thunderbird/PLIST +++ b/mail/thunderbird/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2011/12/11 11:55:12 marino Exp $ +@comment $NetBSD: PLIST,v 1.37 2012/01/07 23:37:51 sbd Exp $ bin/thunderbird ${PLIST.jit}include/thunderbird/Allocator.h ${PLIST.jit}include/thunderbird/Assembler.h @@ -166,6 +166,8 @@ include/thunderbird/jArray.h include/thunderbird/jar-ds.h include/thunderbird/jar.h include/thunderbird/jarfile.h +${PLIST.jemalloc}include/thunderbird/jemalloc.h +${PLIST.jemalloc}include/thunderbird/jemalloc_types.h include/thunderbird/js-config.h include/thunderbird/js.msg include/thunderbird/jsalloc.h diff --git a/mail/thunderbird/PLIST.Linux b/mail/thunderbird/PLIST.Linux new file mode 100644 index 00000000000..f1f13faf716 --- /dev/null +++ b/mail/thunderbird/PLIST.Linux @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2012/01/07 23:37:51 sbd Exp $ +include/thunderbird/nsslowhash.h diff --git a/mail/thunderbird/options.mk b/mail/thunderbird/options.mk index 238b47b1790..50861942ab8 100644 --- a/mail/thunderbird/options.mk +++ b/mail/thunderbird/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.9 2011/09/12 09:19:06 tnn Exp $ +# $NetBSD: options.mk,v 1.10 2012/01/07 23:37:51 sbd 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 jit +PLIST_VARS+= branding nobranding debug gnome jemalloc jit .if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui .endif .if !empty(PKG_OPTIONS:Mmozilla-jemalloc) +PLIST.jemalloc= yes CONFIGURE_ARGS+= --enable-jemalloc .else CONFIGURE_ARGS+= --disable-jemalloc |