Solene Rapenne writes: > using updated diff from > https://marc.info/?l=openbsd-ports&m=171334749408321&q=mbox > > I get a compilation error, here are the last 200 lines > ... > /tmp/pobj_mfs/minetest-5.8.0/minetest-5.8.0/lib/irrlichtmt/source/Irrlicht/CI > rrDeviceLinux.cpp:335:31: error: use of undeclared identifier 'getpid' > long pid = static_cast<long>(getpid());
Looks like you're missing patch-lib_irrlichtmt_source_Irrlicht_CIrrDeviceLinux_cpp which is in the message you linked to. Most likely you had no patches/ directory and patch(1) chose to create the new file in the parent (see https://marc.info/?l=openbsd-ports&m=171628004714049&w=2). > 4 warnings and 1 error generated. > ninja: build stopped: subcommand failed. That is the only error, the rest of the 200 lines were just warnings.