Re: Firefox52 broken on NetBSD9.3 / pkgsrc-2022Q4

David Brownlee <[email protected]> Thu, 6 Jul 2023 15:14:38 +0100
Newsgroups gmane.os.netbsd.ports.sparc64
Message-ID <CAGN_6pbMiUo1t14yX7pQ+4oMfjW2TNyrsQe64hG3jq+JVt82cw@mail.gmail.com>
On Mon, 26 Jun 2023 at 17:59, Connor McLaughlan <[email protected]> wrote:
>
> On Thu, May 25, 2023 at 9:21 PM David Brownlee <[email protected]> wrote:
> >
> > On Wed, 24 May 2023 at 17:11, John Klos <[email protected]> wrote:
> > >
> > > >> @David: could you possibly again add a patch to the pkgsrc Makefile for
> > > >> sparc64?
> > > >
> > > > 'tis done, sparc64 only, the same as firefox52
> > >
> > > FYI, arcticfox runs (with SSP_SUPPORTED=no) on Alpha, too :) Compiling on
> > > m68k now.
> >
> > That is good news - I've added SSP_SUPPORTED=no for alpha also (as I
> > was in the area :)
> >
> > I'm _really_ curious to see how m68k goes....
> >
> > David
>
> Hello David,
>
> for arcticfox, you need to place the SSP_SUPPORTED=no
> before
> .include "../../mk/bsd.prefs.mk"
>
> Currently you placed it after the .include.
>
> I also tested this on a newly setup 9.3 sparc64 system. Without
> disabling SSP, arcticfox it crashed directly after opening the program
> window.

Ahh, damnit. Thanks. Fixed & will submit a pullup to the 2023Q2 branch

David