https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282433
--- Comment #12 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c4bdeedd071d370e693f36fb18b0735a1734f1a commit 1c4bdeedd071d370e693f36fb18b0735a1734f1a Author: Jason E. Hale <jh...@freebsd.org> AuthorDate: 2024-11-11 08:51:11 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2024-11-12 05:31:34 +0000 PySide2: Add workaround for devel/shiboken2 issues with LLVM >= 16 Shiboken2 itself builds fine, but the code it generates for devel/pyside2 is broken. In file included from /wrkdirs/usr/ports/devel/pyside2/work-py311/.build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:63: /wrkdirs/usr/ports/devel/pyside2/work-py311/.build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h:55:220: error: no member named 'DragMove' in 'QOpenGLShader'; did you mean simply 'DragMove'? PR: 270715, 282433 Obtained from: OpenMandriva MFH: 2024Q4 x11-toolkits/qt5-gui/Makefile | 1 + .../qt5-gui/files/patch-src_gui_configure.json | 8 +-- .../files/patch-src_gui_kernel_qevent.h (new) | 76 ++++++++++++++++++++++ ...t_input_evdevkeyboard_qevdevkeyboardhandler.cpp | 6 +- ...support_input_evdevtouch_qevdevtouchhandler.cpp | 8 +-- x11-toolkits/qt5-widgets/Makefile | 1 + ...idgets_graphicsview_qgraphicssceneevent.h (new) | 56 ++++++++++++++++ 7 files changed, 145 insertions(+), 11 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.