Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 08:06:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395223 - head/Mk
Message-ID:  <201508250806.t7P86mQ2008994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Aug 25 08:06:48 2015
New Revision: 395223
URL: https://svnweb.freebsd.org/changeset/ports/395223

Log:
  gecko: temporarily disable bundled jemalloc3 on DragonFly
  
  firefox crashes on startup but the issue is triggered earlier by
  xpcshell building precompiled cache during install. So, disable
  jemalloc3 until it builds fine.
  
  https://lists.freebsd.org/pipermail/svn-ports-head/2015-August/100423.html
  
  Reported by:	marino

Modified:
  head/Mk/bsd.gecko.mk

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Tue Aug 25 07:33:17 2015	(r395222)
+++ head/Mk/bsd.gecko.mk	Tue Aug 25 08:06:48 2015	(r395223)
@@ -128,6 +128,7 @@ MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR
 CPPFLAGS+=		-isystem${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib -Wl,-rpath,${PREFIX}/lib/${MOZILLA}
 
+.if ${OPSYS} != DragonFly # XXX xpcshell crash during install
 # use jemalloc 3.0.0 API for stats/tuning
 MOZ_EXPORT+=	MOZ_JEMALLOC3=1
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100079
@@ -138,6 +139,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 .elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1000012 || ${MOZILLA_VER:R:R} >= 37
 MOZ_OPTIONS+=	--enable-jemalloc
 .endif
+.endif # !DragonFly
 
 # Standard depends
 _ALL_DEPENDS=	cairo event ffi graphite harfbuzz hunspell icu jpeg nspr nss opus png pixman soundtouch sqlite vorbis vpx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508250806.t7P86mQ2008994>