From 5717869f26190962e6beaa960cba96dfbd8ab2bd Mon Sep 17 00:00:00 2001 From: sbd Date: Thu, 5 Jan 2012 07:53:49 +0000 Subject: Enabling the jemalloc option adds two more files to the PLIST. Bump PKGREVISION --- devel/xulrunner/Makefile | 3 ++- devel/xulrunner/PLIST | 4 +++- devel/xulrunner/options.mk | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index fcddeba328a..5116ac9f62a 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2012/01/05 07:52:05 sbd Exp $ +# $NetBSD: Makefile,v 1.60 2012/01/05 07:53:49 sbd Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +PKGREVISION= 1 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST index fbacc4ee8d0..1bd0a866896 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2011/11/12 12:45:03 tnn Exp $ +@comment $NetBSD: PLIST,v 1.36 2012/01/05 07:53:49 sbd Exp $ bin/xulrunner ${PLIST.jit}include/xulrunner/Allocator.h ${PLIST.jit}include/xulrunner/Assembler.h @@ -163,6 +163,8 @@ include/xulrunner/jArray.h include/xulrunner/jar-ds.h include/xulrunner/jar.h include/xulrunner/jarfile.h +${PLIST.jemalloc}include/xulrunner/jemalloc.h +${PLIST.jemalloc}include/xulrunner/jemalloc_types.h include/xulrunner/js-config.h include/xulrunner/js.msg include/xulrunner/jsalloc.h diff --git a/devel/xulrunner/options.mk b/devel/xulrunner/options.mk index 2f083ef6158..66c7794b652 100644 --- a/devel/xulrunner/options.mk +++ b/devel/xulrunner/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.10 2011/09/12 09:19:06 tnn Exp $ +# $NetBSD: options.mk,v 1.11 2012/01/05 07:53:49 sbd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome pulseaudio -PLIST_VARS+= jit gnome debug +PLIST_VARS+= jit gnome jemalloc debug .if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc @@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --disable-libnotify .endif .if !empty(PKG_OPTIONS:Mmozilla-jemalloc) +PLIST.jemalloc= yes CONFIGURE_ARGS+= --enable-jemalloc .else CONFIGURE_ARGS+= --disable-jemalloc -- cgit v1.2.3