pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/hplip hplip: add a comment explaining the qt5 op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a78523c496
branches:  trunk
changeset: 375501:e1a78523c496
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Mar 15 02:30:23 2022 +0000

description:
hplip: add a comment explaining the qt5 option situation

diffstat:

 print/hplip/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c2a2cf9d7ccb -r e1a78523c496 print/hplip/options.mk
--- a/print/hplip/options.mk    Tue Mar 15 00:16:09 2022 +0000
+++ b/print/hplip/options.mk    Tue Mar 15 02:30:23 2022 +0000
@@ -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 @@
 
 .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