From: Stuart Henderson Subject: Re: [2/2] [new port] multimedia/obs-studio To: Daniil Ryvkin Cc: ports@openbsd.org Date: Wed, 29 Jul 2026 13:19:11 +0100 : MODPY_VERSION = 3.14 don't set this : DIST_TUPLE += github simd-everywhere simde v0.8.2 simde-0.8.2 : -DSIMDe_INCLUDE_DIR=${WRKSRC}/simde-0.8.2 don't hardcode the version in the dir name; use e.g. "github simd-everywhere simde v0.8.2 simde" and -DSIMDe_INCLUDE_DIR=${WRKSRC}/simde : ln -sf ${LOCALBASE}/lib/libintl.so.8.2 ${WRKDIR}/libintl.so : ln -sf ${LOCALBASE}/lib/libuuid.so.14.1 ${WRKDIR}/libuuid.so : -DOPENGL_opengl_LIBRARY=/usr/X11R6/lib/libGL.so.19.2 \ ... : -DLibUUID_LIBRARY=${LOCALBASE}/lib/libuuid.so.14.1 \ you can't hardcode these library versions there's got to be something better than these symlinks?