pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/modular-xorg-drivers Disable intel and qxl d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c970c19d16f
branches:  trunk
changeset: 355383:3c970c19d16f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 30 12:24:10 2016 +0000

description:
Disable intel and qxl drivers for now, until upstream releases fixed
versions.

Bump version.

diffstat:

 meta-pkgs/modular-xorg-drivers/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 86c510f66f39 -r 3c970c19d16f meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile   Wed Nov 30 09:52:22 2016 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile   Wed Nov 30 12:24:10 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2015/11/23 12:48:15 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2016/11/30 12:24:10 wiz Exp $
 
 DISTNAME=      # empty
-PKGNAME=       modular-xorg-drivers-1.14.2
-PKGREVISION=   7
+PKGNAME=       modular-xorg-drivers-1.19.0
 CATEGORIES=    meta-pkgs x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 DISTFILES=     # empty
@@ -48,7 +47,8 @@
 DEPENDS+=      xf86-input-hyperpen-[0-9]*:../../x11/xf86-input-hyperpen
 DEPENDS+=      xf86-video-i128-[0-9]*:../../x11/xf86-video-i128
 DEPENDS+=      xf86-video-i740-[0-9]*:../../x11/xf86-video-i740
-DEPENDS+=      xf86-video-intel-[0-9]*:../../x11/xf86-video-intel
+# broken with modular-xorg-server-1.19.0
+#DEPENDS+=     xf86-video-intel-[0-9]*:../../x11/xf86-video-intel
 .if ${OPSYS} != "SunOS"
 DEPENDS+=      xf86-input-joystick-[0-9]*:../../x11/xf86-input-joystick
 .endif
@@ -64,7 +64,8 @@
 DEPENDS+=      xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau
 DEPENDS+=      xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
 DEPENDS+=      xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
-DEPENDS+=      xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
+# broken with modular-xorg-server-1.19.0
+#DEPENDS+=     xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
 DEPENDS+=      xf86-video-r128-[0-9]*:../../x11/xf86-video-r128
 DEPENDS+=      xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition
 DEPENDS+=      xf86-video-s3-[0-9]*:../../x11/xf86-video-s3



Home | Main Index | Thread Index | Old Index