https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284605
--- Comment #8 from Vladimir Druzenko <v...@freebsd.org> --- (In reply to Max Brazhnikov from comment #5) This is a list of libraries that are directly linked: $ readelf -d /usr/local/bin/spectacle | grep 'Shared library:' | awk -F'[\]\[]' '{print $2}' | sort libc.so.7 libc++.so.1 libcxxrt.so.1 libgcc_s.so.1 libGLX.so.0 libKF6ColorScheme.so.6 libKF6Completion.so.6 libKF6ConfigCore.so.6 libKF6ConfigGui.so.6 libKF6ConfigWidgets.so.6 libKF6CoreAddons.so.6 libKF6Crash.so.6 libKF6DBusAddons.so.6 libKF6GlobalAccel.so.6 libKF6GuiAddons.so.6 libKF6I18n.so.6 libKF6JobWidgets.so.6 libKF6KIOCore.so.6 libKF6KIOGui.so.6 libKF6KIOWidgets.so.6 libKF6Notifications.so.6 libKF6PrisonScanner.so.6 libKF6Purpose.so.6 libKF6PurposeWidgets.so.6 libKF6Service.so.6 libKF6Solid.so.6 libKF6StatusNotifierItem.so.6 libKF6WidgetsAddons.so.6 libKF6WindowSystem.so.6 libKF6XmlGui.so.6 libKirigamiPlatform.so.6 libLayerShellQtInterface.so.6 libm.so.5 libopencv_core.so.409 libopencv_imgproc.so.409 libOpenGL.so.0 libQt6Concurrent.so.6 libQt6Core.so.6 libQt6DBus.so.6 libQt6Gui.so.6 libQt6Multimedia.so.6 libQt6Network.so.6 libQt6OpenGL.so.6 libQt6PrintSupport.so.6 libQt6Qml.so.6 libQt6QmlMeta.so.6 libQt6QmlModels.so.6 libQt6QmlWorkerScript.so.6 libQt6Quick.so.6 libQt6QuickControls2.so.6 libQt6QuickTemplates2.so.6 libQt6WaylandClient.so.6 libQt6Widgets.so.6 libQt6Xml.so.6 libthr.so.3 libwayland-client.so.0 libwayland-cursor.so.0 libX11.so.6 libxcb-cursor.so.0 libxcb-image.so.0 libxcb-randr.so.0 libxcb-render.so.0 libxcb-shape.so.0 libxcb-shm.so.0 libxcb-util.so.1 libxcb-xfixes.so.0 libxcb.so.1 libxkbcommon.so.0 For example not in Makefile: libGLX.so.0 libOpenGL.so.0 libwayland-client.so.0 libwayland-cursor.so.0 libxkbcommon.so.0 libKF6ColorScheme.so.6 libKF6Crash.so.6 libQt6Qml.so.6 libQt6QmlMeta.so.6 libQt6QmlModels.so.6 (In reply to Max Brazhnikov from comment #6) As long as I use graphics/spectacle I will maintain this patch, as I use it myself. Upstream is the best option, but it is long and difficult... -- You are receiving this mail because: You are the assignee for the bug.