Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2025 13:45:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283944] [NEW PORT] graphics/luxcorerender: FOSS rendering engine
Message-ID:  <bug-283944-7788-q1iHUNlXSS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283944-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283944-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283944

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 a=
nd
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=3Dlocalbase inste=
ad.

> set(OpenColorIO_LIBRARY "/usr/local/lib/libOpenColorIO.so")

This could be

> set(OpenColorIO_LIBRARY -lOpenColorIO)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283944-7788-q1iHUNlXSS>