[Bug 283944] [NEW PORT] graphics/luxcorerender: FOSS rendering engine
Date: Thu, 13 Feb 2025 13:45:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283944 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fuz@FreeBSD.org --- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> --- Are you sure that all these BUILD_DEPENDS are only required at build time and not at runtime? Please test the port with none of them installed. Your patch for CMakeLists.txt hard codes ${LOCALBASE} as /usr/local. This is not guaranteed and must not be done. Consider using USES=localbase instead. > set(OpenColorIO_LIBRARY "/usr/local/lib/libOpenColorIO.so") This could be > set(OpenColorIO_LIBRARY -lOpenColorIO) -- You are receiving this mail because: You are the assignee for the bug.