From owner-freebsd-gecko@freebsd.org Thu Jun 27 22:30:13 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A56B15D0055 for ; Thu, 27 Jun 2019 22:30:13 +0000 (UTC) (envelope-from jbeich@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 0BD9774899 for ; Thu, 27 Jun 2019 22:30:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BAEA715D0052; Thu, 27 Jun 2019 22:30:12 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A649D15D0051 for ; Thu, 27 Jun 2019 22:30:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4638374897; Thu, 27 Jun 2019 22:30:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 35DCEBFA; Thu, 27 Jun 2019 22:30:12 +0000 (UTC) From: Jan Beich To: Steve Wills Cc: gecko@FreeBSD.org Subject: Re: Firefox and GTK2 References: <7536c5cf-f8a0-fe5c-661f-b7909b9d57aa@FreeBSD.org> Date: Fri, 28 Jun 2019 00:30:05 +0200 In-Reply-To: <7536c5cf-f8a0-fe5c-661f-b7909b9d57aa@FreeBSD.org> (Steve Wills's message of "Thu, 27 Jun 2019 16:49:23 -0400") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4638374897 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2019 22:30:13 -0000 (CC'ing public list. See http://catb.org/~esr/faqs/smart-questions.html#noprivate ) Steve Wills writes: > Hey, > > Just wondering, is there any way to avoid Firefox depending on gtk2? > > Thanks, > Steve No. Gtk2 is required for Adobe Flash (NPAPI) support[1]. --disable-npapi is unlikely[2] due to extra maintenance cost unless tested together[3] with other --disable-* options. Current www/firefox still supports www/flashplayer (confirmed myself) despite confusion[4]. According to upstream (linked in bug 1455897) it will stop around Firefox 73.0 if not postponed until after ESR76. [1] https://searchfox.org/mozilla-central/search?q=gtk2 https://bugzilla.mozilla.org/show_bug.cgi?id=1455897 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1377445 [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1371159 [4] https://forums.freebsd.org/threads/flashplayer-in-recent-www-firefox.65810/