[Bug 263194] x11-toolkits/nanogui: fix some issues

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 10 Apr 2022 13:58:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263194

            Bug ID: 263194
           Summary: x11-toolkits/nanogui: fix some issues
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: hiroo.ono+freebsd@gmail.com
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Created attachment 233120
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233120&action=edit
patch to nanogui

This patch fixes the problems below:

* nanogui no more depends on Eigen.
* NANOGUI_BUILD_GLFW=ON case needs glfw header installed.
* NANOGUI_BUILD_GLFW=OFF case needs some patch
  cf. https://github.com/mitsuba-renderer/nanogui/issues/116
  and LIB_DEPENDS on graphics/glfw.
* For Python, __init__.py is needed in site-packages/nanogui.

I introduced GLFW_INTERNAL option, but it may be removed in favor of
NANOGUI_BUILD_GLFW=OFF.

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