* Use the commandBinDir "trick" to fix the policy error.
* Mark x86_gcc2 as broken because a gcc2 patch would be required.
* On x86, pass "have_scanf_alloc_modifier=no" to configure to skip
a conftest which crashes and makes configure hang.
* Switch to tar.xz.
$secondaryArchSuffix (as well as $commandSuffix) should not be
used in the call to defineDebugInfoPackage. Obviously, this
latent bug did not affect any primary arch nor the x86 2nd arch
because commandSuffix is set to the empty string in that case.
The haikuporter of the buildbots was updated just now with the
changes to preserve the resources of the binary when
defineDebuInfoPackage is used.
Bump needed to rebuild with the fixed haikuporter of the bots.
There may be more packages impacted. These are the ones I found.
I forgot an mkdir in the installation, and as a result, the portmanager
would be installed at the same path as the "servers" directory and would
replace it. This of course prevents all system servers from working.
After moving the server at the right place, things works as expected.
This is required because check 0.11.0 no longer builds on x86_gcc2
primary arch, so the arch-independent check_common could not be
built on x86_gcc2, hence preventing the installation of check_x86.
The commit "Use KDAB code for clipboard" broke the clipboard
integration of QupZilla: after a while you couldn't paste
the system clipboard into QupZilla anymore.
Revert after consultation with Diver.