pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59187: x11/py-qt5: disabling dbus options seems to not disable dbus
It seems like the following patch should fix it, but it doesn't. I know this is the right option because when I misspell it, the build stops with an error saying it's an incorrect option, and it lists --no-dbus-python as an option. But when I build it, the dbus files still get built and it still ends with a PLIST error.
Any ideas about what might be going wrong?
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/x11/py-qt5/options.mk,v
retrieving revision 1.1
diff -u -r1.1 options.mk
--- options.mk 2 Dec 2022 15:31:58 -0000 1.1
+++ options.mk 23 May 2025 04:03:35 -0000
@@ -11,4 +11,6 @@
PLIST.dbus= yes
.include "../../sysutils/dbus-python-common/buildlink3.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"
+.else
+WHEEL_ARGS+= -C=--no-dbus-python
.endif
Home |
Main Index |
Thread Index |
Old Index