I tried to run openscad on my PineBook Pro and it said:

ld.so: openscad: can't load library 'libQt5Gamepad.so.1.0'

pkg_add qtgamepad seemed to fix it, so I assume adding a LIB_DEPENDS on
qtgamepad should resolve it, although I'm not entirely sure what part of
openscad has gamepad support.

I haven't actually finished rebuilding it on this laptop yet, but it's
going.

Comments, OK?


Index: cad/openscad/Makefile
===================================================================
RCS file: /cvs/ports/cad/openscad/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- cad/openscad/Makefile       2 Nov 2021 00:00:15 -0000       1.41
+++ cad/openscad/Makefile       18 Feb 2022 21:01:22 -0000
@@ -5,7 +5,7 @@ BROKEN-sparc64= SIGILL on src/cgalutils.
 
 V =                    2021.01
 DISTNAME =             openscad-${V}
-REVISION =             0
+REVISION =             1
 
 CATEGORIES =           cad
 
@@ -43,6 +43,7 @@ LIB_DEPENDS =         archivers/libzip \
                        graphics/glew \
                        graphics/opencsg \
                        math/double-conversion \
+                       x11/qt5/qtgamepad \
                        x11/qt5/qtmultimedia
 
 RUN_DEPENDS =          devel/desktop-file-utils \

Reply via email to