Re: git: c56da4a4b0a3 - main - Revert "x11/cde: Mark unbroken on i386"

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Sun, 10 Jul 2022 16:26:56 UTC
On Fri, Jul 08, 2022 at 01:42:50PM +0000, Cy Schubert wrote:
> commit c56da4a4b0a36b1d6b03f0d3806e663a685fea70
> 
>   Revert "x11/cde: Mark unbroken on i386"
> 
>   x11/cde on i386 is broken on the package build infrastructure because
>   it cannot bind to a temporary of type va_list.

There are two patches (grep for #ifdef __powerpc64__) that remedy this
bug on i386 as well, so a quick fix would be just to amend that check
to include both architectures.

What's more interesting, however, is that these files are part of ksh93
and are identical to the ones we have with `shells/ksh93' port which
builds just fine on i386 and requires no patches.  It would be nice to
understand exactly what's going on here.

./danfe