From owner-freebsd-gecko@freebsd.org Fri Jun 28 17:25:47 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 24E0915C6DD1 for ; Fri, 28 Jun 2019 17:25:47 +0000 (UTC) (envelope-from swills@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 9A3FA8148D for ; Fri, 28 Jun 2019 17:25:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 54B3615C6DD0; Fri, 28 Jun 2019 17:25:46 +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 430B215C6DCF for ; Fri, 28 Jun 2019 17:25:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D5FE68148A; Fri, 28 Jun 2019 17:25:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-174-109-174-192.nc.res.rr.com [174.109.174.192]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id x5SHPaYZ069740 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 28 Jun 2019 17:25:42 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Firefox and GTK2 To: Jan Beich Cc: gecko@FreeBSD.org References: <7536c5cf-f8a0-fe5c-661f-b7909b9d57aa@FreeBSD.org> From: Steve Wills Message-ID: <491275b9-47ef-58b4-ab0c-bdaf1bed13b4@FreeBSD.org> Date: Fri, 28 Jun 2019 13:25:31 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------670730B98C879AB14B796BA4" Content-Language: en-US X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Fri, 28 Jun 2019 17:25:42 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: D5FE68148A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.944,0] 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: Fri, 28 Jun 2019 17:25:47 -0000 This is a multi-part message in MIME format. --------------670730B98C879AB14B796BA4 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, On 6/27/19 6:30 PM, Jan Beich wrote: > (CC'ing public list. See http://catb.org/~esr/faqs/smart-questions.html#noprivate ) > > Steve Wills writes: > [snip] > > 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/ > Thanks for the info. Do you think we could switch to libcanberra-gtk3 like the attached patch? Steve --------------670730B98C879AB14B796BA4 Content-Type: text/x-patch; name="Mk_bsd.gecko.mk_libcanberra-gtk3-rev0.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Mk_bsd.gecko.mk_libcanberra-gtk3-rev0.diff" diff --git Mk/bsd.gecko.mk Mk/bsd.gecko.mk index 28cd910ae90a..50df148513cc 100644 --- Mk/bsd.gecko.mk +++ Mk/bsd.gecko.mk @@ -274,7 +274,7 @@ LDFLAGS+= -B${LOCALBASE}/bin .endif .if ${PORT_OPTIONS:MCANBERRA} -RUN_DEPENDS+= libcanberra>0:audio/libcanberra +RUN_DEPENDS+= libcanberra-gtk3>0:audio/libcanberra-gtk3 .endif .if ${PORT_OPTIONS:MDBUS} --------------670730B98C879AB14B796BA4--