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:   ryoon
Date:           Wed Jun 24 12:29:30 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile

Log Message:
qt5-qtbase: Bump libxcb requirement to 1.11

Pointed by Egil Brendsdal in private e-mail.
Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/x11/qt5-qtbase/Makefile

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.98 pkgsrc/x11/qt5-qtbase/Makefile:1.99
--- pkgsrc/x11/qt5-qtbase/Makefile:1.98 Tue Jun  2 06:41:00 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile      Wed Jun 24 12:29:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2020/06/02 06:41:00 adam Exp $
+# $NetBSD: Makefile,v 1.99 2020/06/24 12:29:30 ryoon Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
@@ -240,6 +240,7 @@ post-install:
 .  if !empty(MESALIB_SUPPORTS_EGL:Myes)
 PLIST.egl=     yes
 .  endif
+BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.11
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../x11/xcb-util/buildlink3.mk"
 .include "../../x11/xcb-util-image/buildlink3.mk"



Home | Main Index | Thread Index | Old Index