Re: [macppc] unbreak www/webkitgtk4

2022-02-15 Thread Antoine Jacoutot
On Mon, Feb 14, 2022 at 08:13:10PM -0500, George Koehler wrote: > We pass -DUSE_OPENGL_OR_ES=OFF to webkitgtk4 only on powerpc. This > flag breaks the build of recent versions of webkitgtk4; > ok to remove it? > > I know that 2.34.4 without this diff is broken, and 2.34.5 with this > diff does

[macppc] unbreak www/webkitgtk4

2022-02-14 Thread George Koehler
We pass -DUSE_OPENGL_OR_ES=OFF to webkitgtk4 only on powerpc. This flag breaks the build of recent versions of webkitgtk4; ok to remove it? I know that 2.34.4 without this diff is broken, and 2.34.5 with this diff does package on powerpc. I didn't try 2.34.5 without this diff, but I believe

Re: [macppc] Unbreak www/webkitgtk4

2021-03-31 Thread Antoine Jacoutot
Ok. — Antoine > On 31 Mar 2021, at 20:22, Charlene Wendling wrote: > > Hi, > > Building webkitgtk4 on macppc since 2.32 fails at the patching stage. > > The powerpc specific patch has been upstreamed [0], so it's not needed > anymore. Also the ENABLE_GRAPHICS_CONTEXT_GL option is now >

[macppc] Unbreak www/webkitgtk4

2021-03-31 Thread Charlene Wendling
Hi, Building webkitgtk4 on macppc since 2.32 fails at the patching stage. The powerpc specific patch has been upstreamed [0], so it's not needed anymore. Also the ENABLE_GRAPHICS_CONTEXT_GL option is now USE_OPENGL_OR_ES [1] I needed an additional patch specific to archs where

[macppc] Unbreak www/webkitgtk4 (Was: [macppc] www/webkitgtk4 can't be built)

2020-04-16 Thread Charlene Wendling
Hi, jca@ found the missing symbol :) Here is a diff that: - fix the undefined reference to `WTF::Optional JSC::parse(char const*)'. The conditional is supposed to be '( OS(OPENBSD) && CPU(PPC) )' instead of using defined()s but the former does not work. - drop the `__mulodi4' powerpc

Re: macppc: Unbreak www/webkitgtk4 2.24

2019-03-25 Thread Jeremie Courreges-Anglas
On Thu, Mar 21 2019, Charlene Wendling wrote: > Hi ports, > > This update causes various issues on powerpc (ports-clang is used > for this one): > > 1) "There's nowhere that max_align_t is defined" > >bcallah@ found this during an attempt to build webkigtk4 on macppc >with gcc-8.2 as

macppc: Unbreak www/webkitgtk4 2.24

2019-03-21 Thread Charlene Wendling
Hi ports, This update causes various issues on powerpc (ports-clang is used for this one): 1) "There's nowhere that max_align_t is defined" bcallah@ found this during an attempt to build webkigtk4 on macppc with gcc-8.2 as ports-gcc [0]. I still use gcc-4.9 on my side, same thing.