pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Garbled output with Firefox 77





On 07/06/2020 08:33, Jan Beich wrote:
Marc Baudoin <babafou%babafou.eu.org@localhost> writes:

Hi,

I upgraded Firefox to version 77 (on NetBSD/amd64 9.0) yesterday
and it displays most Web sites incorrectly, as depicted here:

www/firefox:
   .if !empty(MACHINE_PLATFORM:MNetBSD-8.*-*) || !empty(MACHINE_PLATFORM:MNetBSD-9.0*)
   .PHONY: disable-multiprocess
   disable-multiprocess:
           ${STEP_MSG} "Broken process-shared mutexes, disabling multiprocess windows..."
           cd ${WRKSRC} && ${ECHO} 'pref("browser.tabs.remote.autostart", false);' >> browser/app/profile/firefox.js
           cd ${WRKSRC} && ${ECHO} 'pref("webgl.disabled", true);' >> browser/app/profile/firefox.js

   post-configure: disable-multiprocess
   .endif

That shouldn't need to be active for 9.0. It has the necessary shared process mutexes and webgl (hardware permitting) works fine.

Mike


Home | Main Index | Thread Index | Old Index