[Bug 283175] graphics/materialx: MaterialX is an open standard for the exchange of rich material.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Dec 2024 18:28:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283175

Daniel Engberg <diizzy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |diizzy@FreeBSD.org

--- Comment #1 from Daniel Engberg <diizzy@FreeBSD.org> ---
Outdated patch?
https://github.com/AcademySoftwareFoundation/MaterialX/releases

Is there a reason to why we can't upstream release archive?
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github

Explain reasoning behind DISTVERSIONSUFFIX

Why port locked to Python 3.11?

GH_TUPLE+= should be GH_TUPLE= (see Porters Handbook) if needed because of the
above

CMAKE_ARGS+= should be CMAKE_ARGS and you can probably use CMAKE_ON/OFF instead

Why is CMAKE_INSTALL_PREFIX defined?

Sort Makefile entries, why is USE_GL= USE_XORG= placed at the end?

${CP} shouldn't be used in do-install, see Porters Handbook

Overall I'd say no to adding more ports for you to maintain given that you a
bunch outdated without patches already.
https://portscout.freebsd.org/freebsd@sysctl.cz.html

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