pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed May 20 11:52:58 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/x11/qt5-qtbase/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/qt5-qtbase/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/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.95 pkgsrc/x11/qt5-qtbase/Makefile:1.96
--- pkgsrc/x11/qt5-qtbase/Makefile:1.95 Sun Apr 12 08:28:14 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile      Wed May 20 11:52:58 2020
@@ -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"

Index: pkgsrc/x11/qt5-qtbase/options.mk
diff -u pkgsrc/x11/qt5-qtbase/options.mk:1.15 pkgsrc/x11/qt5-qtbase/options.mk:1.16
--- pkgsrc/x11/qt5-qtbase/options.mk:1.15       Wed Mar 18 21:48:03 2020
+++ pkgsrc/x11/qt5-qtbase/options.mk    Wed May 20 11:52:58 2020
@@ -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