Date: Fri, 09 Sep 2022 01:50:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf Message-ID: <bug-266306-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266306 Bug ID: 266306 Summary: devel/cmake: fails to build when OPTIONS_UNSET +=3D X11 set in the make.conf Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ard_1@mail.ru Latest cmake conversion to metaport structure doesn't honor OPTIONS_UNSET += =3D X11 and fails to build when it is set in the make.conf file. This is due to the fact that this conversion brought additional dependency = on x11-toolkits/qt5-gui and it in turn depends on graphics/libglvnd. When graphics/libglvnd is build with OPTIONS_UNSET +=3D X11 it doesn't incl= ude libGL.so library that is required to build x11-toolkits/qt5-gui successfull= y. Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262036 for additional details on this issue. This leads to unresolved dependencies and cmake build failure. --=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-266306-7788>