From: Stuart Henderson Subject: Re: [2/2] [new port] multimedia/obs-studio To: Daniil Ryvkin Cc: ports@openbsd.org Date: Thu, 6 Aug 2026 14:59:47 +0100 On 2026/08/04 15:28, Daniil Ryvkin wrote: > You were right, adding -L to the linker flags was all that was needed. great. thanks for sticking with it after feedback :) two things I noticed reading through, - simple tweak that can be done by whoever imports (i.e. no need to send a new tar): drop "WWW: https://obsproject.com/" from pkg/DESCR, OpenBSD adds this automatically from HOMEPAGE with that, it's ok sthen to import. the other is not a blocker but would be nice to do after import: - in the patch to frontend/utility/platform-x11.cpp, it would be better to use XDG_RUNTIME_DIR from the environment if available. setusercontext() tries to create the dir with user-restricted permissions and sets that var if ok, so it's a safer choice than /tmp/obs-studio.lock..