From owner-freebsd-gecko@freebsd.org Thu Dec 17 02:30:45 2015 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCD11A4A944 for ; Thu, 17 Dec 2015 02:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C7F1D1C7F for ; Thu, 17 Dec 2015 02:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C707EA4A943; Thu, 17 Dec 2015 02:30:45 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C69D8A4A942 for ; Thu, 17 Dec 2015 02:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E5EB1C7E for ; Thu, 17 Dec 2015 02:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH2Uj5W074336 for ; Thu, 17 Dec 2015 02:30:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 205357] [PATCH] www/firefox: upgrade to firefox 43 Date: Thu, 17 Dec 2015 02:30:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 02:30:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205357 --- Comment #2 from Jan Beich --- Comment on attachment 164291 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D164291 update firefox to version 43 (In reply to Christoph Moench-Tegeder from comment #0) > As the bundled jemalloc has been updated to version 4.0, xpcshell crashed= on install just like on DragonFly MOZ_JEMALLOC3 was renamed to MOZ_JEMALLOC4 which exposed FreeBSD to a known issue: memory/jemalloc works but memory/mojemalloc doesn't (due to bitrot). https://bugzilla.mozilla.org/show_bug.cgi?id=3D1153683 > Index: Mk/bsd.gecko.mk [...] > -.if ${OPSYS} !=3D DragonFly # XXX xpcshell crash during install > +.if ${OPSYS} !=3D DragonFly && ${OPSYS} !=3D FreeBSD # XXX xpcshell cras= h during install > # use jemalloc 3.0.0 API for stats/tuning > MOZ_EXPORT+=3D MOZ_JEMALLOC3=3D1 To use with both firefox43 *and* firefox-esr38 replace the line with MOZ_EXPORT+=3D MOZ_JEMALLOC3=3D1 MOZ_JEMALLOC4=3D1 > Index: www/firefox/files/patch-bug1026499 [...] > -- return TypeArray(Type('char'), ExprSizeof(self.internalType= ())) > -+ return TypeArray(Type('char'), ExprSizeof(self.internalType= ()), self.internalType()) The whole patch-bug1026499 is probably obsolete in firefox43. If so, patch-bug779713 can be dropped as well. I've asked the author just in case. https://bugzilla.mozilla.org/show_bug.cgi?id=3D1026499#c22 --=20 You are receiving this mail because: You are the assignee for the bug.=