[Bug 283944] [NEW PORT] graphics/luxcorerender: FOSS rendering engine

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 19 Feb 2025 11:56:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283944

--- Comment #3 from Robert Clausecker <fuz@FreeBSD.org> ---
Your RUN_DEPENDS variable is misspelled.

portlicppy complains as follows:

+USE_GL               missing USES=gl ?
+USE_GNOME            missing USES=gnome ?

Once you add gl and gnome to USES, you'll find that USE_GNOME and USE_GL start
to work as expected and you can remove the duplicates from LIB_DEPENDS.

Also COMMENT has a trailing period (portlint complains).

Please check these issues and resubmit.

I wanted to try a build test, but oidn is only available on amd64, so I
couldn't.
I see that the project actually allows you to turn these dependencies on and
off.
I strongly recommend that for dependencies that can be turned off in the
project configuration you add port options to control these.  This would make
your port much more useful.

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