pkgsrc-Users archive

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

Re: Garbled output with Firefox 77



On Mon, 8 Jun 2020 at 09:50, Mike Pumford <mpumford%mudcovered.org.uk@localhost> wrote:
>
> 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.

Slight clarification 9.0 doesn't - current versions of 9.0_STABLE do,
and 9.1 will.

The test treats 9.0_STABLE the same as 9.0. That could be adjusted at
the expense of triggering nasty crashes for 9.0 and older 9.0_STABLE
users, but will not help anyone on 8.x (I'm running a build with the
test modified now on up to date 9.0_STABLE to see if it does change
the behaviour)

David


Home | Main Index | Thread Index | Old Index