Landry Breuil writes: > here's a new port for a marble madness clone, trackballs 1.3.4, from the > previous attempt 10 years ago > https://marc.info/?l=openbsd-ports&m=137011105211205&w=2 - upstream > moved to github and updated for sdl2/guile3, and it seems to start/run > fine here in basic testing.
Nice! I can no longer reproduce the crash that kept me from importing that old version ten years ago. Two comments: - It tries and fails to write high scores to /usr/local/share. That's annoying, but we definitely don't want to make that writeable. Looking at CMakeLists.txt, we might want to try setting -DTRACKBALLS_HIGHSCORES_DIR=~ in CONFIGURE_ARGS: set(TRACKBALLS_HIGHSCORES_DIR "" CACHE STRING "Folder to install highscores file to. Empty means to TRACKBALLS_SHARE_DIR/. ~ will install per user") - You can drop the first hunk of the patch by setting TRACKBALLS_MAN_DIR in CONFIGURE_ARGS. ok bentley@ with those changes.