CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/04/17 05:47:43
Modified files:
emulators/mgba : Tag: OPENBSD_7_3 Makefile
emulators/mgba/patches: Tag: OPENBSD_7_3
patch-src_platform_sdl_main_c
Log message:
Expand pledge to add "flock", needed for mesa's shader cache.
This is the third time this pledge call has been expanded due to
underlying changes in the graphics stack, indicating the program
would benefit from a privsep design with a dedicated GPU process.
