Thanks to a couple of helpful replies (thanks Nigel and Elias!), I got the qt5widgets issue resolved and my first attempt at a port (OBS 17.0.0) has successfully resolved its dependencies! Unfortunately, once it gets into building the actual program, it fails because the “unix” path of building has an #include <sys/susinfo.h>, which looks to be more linux than unix. I looked into FreeBSDs port of OBS and they don’t have any patches for this, so I’m guessing they just have that header available. For OpenBSD, is there a standard workaround for this or is it on the porter to translate all uses of this header to OpenBSD-friendly ones?
Thanks Jordon