Re: Firefox52 broken on NetBSD9.3 / pkgsrc-2022Q4
Connor McLaughlan <[email protected]> Wed, 24 May 2023 17:14:12 +0200
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <CABo1Du5GtVBugj=9SfM4wUkcEttNY5-HZO_XxxqKEn3956jWRw@mail.gmail.com> |
On Tue, May 23, 2023 at 5:34 PM Connor McLaughlan <[email protected]> wrote: > > On Tue, May 23, 2023 at 5:09 PM David Brownlee <[email protected]> wrote: > > > > On Tue, 23 May 2023 at 15:47, Connor McLaughlan <[email protected]> wrote: > > > > > > ArcticFox 40.1 - 20230522 found its way into pkgsrc. It compiles and > > > runs well on NetBSD9.3/sparc64... no crashes so far. > > > > > > I have a few rendering issues, but only on modern websites...so i > > > suppose this is to be expected due to javascript problems? > > > (like formatting loss and no pictures on e.g. www.heise.de) > > > > > > Also i found no option to enable or disable javascript, that usually > > > sits under Preferences -> Content. > > > > > > Great work and many thanks for this additional browser possibility on > > > NetBSD/sparc64. > > > > pkgsrc has just updated to 41.0, which has some nice fixes, if your > > sparc64 box feels like flexing some gcc time > > > > (Additional thanks to Riccardo for continuing to develop Arctic-Fox :) > > > > David > > Hello David, > > you are right, of course i meant ArcticFox version 41.0 - 20230522. > > I compiled it with SSP_SUPPORTED=no. Since that worked i am > recompiling without this to see if it needs it anyway. > > Regards, > Connor Ok...it seem ArcticFox also needs to be compile with "SSP_SUPPORTED=no" in the Makefile before the line .include "../../mk/bsd.prefs.mk" It will run without but i had a few crashes on a few websites, that didn't occur when SSP was disabled. @David: could you possibly again add a patch to the pkgsrc Makefile for sparc64? Regards, Connor