Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: Switch to libcups. Enable c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6d1cb21e8b1
branches:  trunk
changeset: 432265:d6d1cb21e8b1
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed May 20 11:52:58 2020 +0000

description:
qt5-qtbase: Switch to libcups. Enable cups. Bump PKGREVISION

diffstat:

 x11/qt5-qtbase/Makefile   |  4 ++--
 x11/qt5-qtbase/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r ffc4daff97e5 -r d6d1cb21e8b1 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Wed May 20 11:43:36 2020 +0000
+++ b/x11/qt5-qtbase/Makefile   Wed May 20 11:52:58 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.96 2020/05/20 11:52:58 nia Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
diff -r ffc4daff97e5 -r d6d1cb21e8b1 x11/qt5-qtbase/options.mk
--- a/x11/qt5-qtbase/options.mk Wed May 20 11:43:36 2020 +0000
+++ b/x11/qt5-qtbase/options.mk Wed May 20 11:52:58 2020 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: options.mk,v 1.15 2020/03/18 21:48:03 tnn Exp $
+# $NetBSD: options.mk,v 1.16 2020/05/20 11:52:58 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt5
 PKG_SUPPORTED_OPTIONS+=        cups dbus gtk3
-PKG_SUGGESTED_OPTIONS+=        dbus
+PKG_SUGGESTED_OPTIONS+=        cups dbus
 
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=           cups
 .if !empty(PKG_OPTIONS:Mcups)
-.  include "../../print/cups-base/buildlink3.mk"
+.  include "../../print/libcups/buildlink3.mk"
 CONFIGURE_ARGS+=       -cups
 PLIST.cups=            yes
 .else



Home | Main Index | Thread Index | Old Index