On Mon, 27 Jan 2020 00:37:46 +0100 Charlene Wendling <juliana...@posteo.jp> wrote:
> Hi, > > To start with, the game is not maintained upstream, and as the server > has glib2 deprecation warnings, it may not be built in a close future. > It does not run on x86 due to a BROKEN p5-SDL on these 2 archs, and > updating p5-SDL does not solve this specific issue. I thank you for your many fixes for OpenBSD macppc. MetaCPAN shows an SDL-2.548 from a different author (FROGGS). FreeBSD and NetBSD both have p5-SDL-2.548. (I find them by searching '!cpan SDL', '!freebsd p5-SDL', '!pkgsrc p5-SDL' in DuckDuckGo.) My macppc machine is busy building devel/llvm, so I can't play frozen-bubble unless I can unbreak p5-SDL on amd64. I started trying to update p5-SDL to 2.548, but the update is not trival. Our patches become rejects, or don't find files to patch. The API changed, like SDL::App to SDLx::App. OpenBSD has frozen-bubble 2.20. NetBSD has 2.2.1beta1; it does "use new SDL Perl API", says http://www.frozen-bubble.org/downloads/ KTHAKORE publishes Games-FrozenBubble-2.212 on CPAN. FreeBSD builds 2.213.20170702 from kthakore's GitHub. --George