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



The following reply was made to PR pkg/59187; it has been noted by GNATS.

From: Rob Whitlock <rwhitlock22%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/59187: x11/py-qt5: disabling dbus options seems to not
 disable dbus
Date: Fri, 23 May 2025 00:11:14 -0400

 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
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 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=3D		yes
  .include "../../sysutils/dbus-python-common/buildlink3.mk"
  .include "../../sysutils/py-dbus/buildlink3.mk"
 +.else
 +WHEEL_ARGS+=3D	-C=3D--no-dbus-python
  .endif
 


Home | Main Index | Thread Index | Old Index