pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/hplip



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Mar 15 02:30:23 UTC 2022

Modified Files:
        pkgsrc/print/hplip: options.mk

Log Message:
hplip: add a comment explaining the qt5 option situation


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/hplip/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/hplip/options.mk
diff -u pkgsrc/print/hplip/options.mk:1.20 pkgsrc/print/hplip/options.mk:1.21
--- pkgsrc/print/hplip/options.mk:1.20  Sun Mar 13 05:46:55 2022
+++ pkgsrc/print/hplip/options.mk       Tue Mar 15 02:30:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2022/03/13 05:46:55 gutteridge Exp $
+# $NetBSD: options.mk,v 1.21 2022/03/15 02:30:23 gutteridge Exp $
 #
 # HPLIP dependencies are detailed in the following page:
 # http://hplipopensource.com/hplip-web/install/manual/distros/other.html
@@ -13,6 +13,8 @@ PKG_OPTIONS_LEGACY_OPTS+=     qt:qt5
 
 .include "../../mk/bsd.options.mk"
 
+# NB the qt5 option results in components that don't entirely function
+# correctly, at least on NetBSD. This needs more work.
 .if !empty(PKG_OPTIONS:Mqt5)
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pyphen
 CONFIGURE_ARGS+=       --enable-gui-build



Home | Main Index | Thread Index | Old Index