> On Apr 17, 2022, at 1:23 PM, Omar Polo <o...@openbsd.org> wrote:
>
> audio/pykaraoke seems to want sdl1, haven't really tried too hard to
> build it tho.
I’d be ok to retire this one then.
>
> I tested some of the consumers (using pkg_add for all except pykaraoke
> and bruce.)
>
> The windows pops up but doesn't work (neither did before the update
> thought):
>
> - games/angrydd
This definitely used to work and I fixed it at least once in the past. Why
doesn’t it work? Note if numpy isn’t installed for some reason, it would not
work.
> - games/pathological
>
> works fine:
>
> - games/forcedattack
> - games/mysticmine
>
> games/fretsonfire almost hanged the machine when I tried it before
> updating pygames, so I'm refraining to try it again.
I have the same issue with this one and actually it would be interesting to
understand why. No userland program should be able to hang anyone’s machine.
>
> productivity/bruce builds fine but fails at runtime:
>
> % socrates example.soc
> pygame 2.0.3 (SDL 2.0.20, Python 2.7.18)
> Hello from the pygame community. https://www.pygame.org/contribute.html
> Traceback (most recent call last):
> File "/usr/local/bin/socrates", line 149, in <module>
> main()
> File "/usr/local/bin/socrates", line 142, in main
> pages = genPages(args[0])
> File "/usr/local/bin/socrates", line 65, in genPages
> highlightCodePage(pages, codetitle, codefile, **kw)
> File "/usr/local/bin/socrates", line 8, in highlightCodePage
> titles = [ line for line in open(filename, 'r')
> IOError: [Errno 2] No such file or directory: 'bruce/__init__.py'
Is this due to the update or current ports tree is also broken?
I’m fairly certain I did runtime testing of all the consumers the last time I
did a pygame update. Although it’s possible I’m misremembering.
>
> upstream for this one seems to be long dead and I couldn't find any fork
> on popular forges.