pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/modular-xorg-drivers



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 30 12:24:10 UTC 2016

Modified Files:
        pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile

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

Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile
diff -u pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.34 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.35
--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.34 Mon Nov 23 12:48:15 2015
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile      Wed Nov 30 12:24:10 2016
@@ -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-video-glint-[0-9]*:../../
 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-neomagic-[0-9]*:../
 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