Tue Dec 20 08:56:52 2016 UTC ()
Re-add qxl driver now it builds again.
Bump PKGREVISION.


(wiz)
diff -r1.36 -r1.37 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2016/12/07 22:00:44 1.36
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2016/12/20 08:56:52 1.37
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.36 2016/12/07 22:00:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2016/12/20 08:56:52 wiz Exp $
2 2
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= modular-xorg-drivers-1.19.0 4PKGNAME= modular-xorg-drivers-1.19.0
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= meta-pkgs x11 6CATEGORIES= meta-pkgs x11
7MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 7MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
8DISTFILES= # empty 8DISTFILES= # empty
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 11HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Modular Xorg driver meta-package 12COMMENT= Modular Xorg driver meta-package
13LICENSE= 2-clause-bsd 13LICENSE= 2-clause-bsd
14 14
15META_PACKAGE= yes 15META_PACKAGE= yes
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
@@ -54,28 +54,27 @@ DEPENDS+= xf86-input-joystick-[0-9]*:../ @@ -54,28 +54,27 @@ DEPENDS+= xf86-input-joystick-[0-9]*:../
54.endif 54.endif
55DEPENDS+= xf86-video-mach64-[0-9]*:../../x11/xf86-video-mach64 55DEPENDS+= xf86-video-mach64-[0-9]*:../../x11/xf86-video-mach64
56DEPENDS+= xf86-video-mga-[0-9]*:../../x11/xf86-video-mga 56DEPENDS+= xf86-video-mga-[0-9]*:../../x11/xf86-video-mga
57DEPENDS+= xf86-input-mutouch-[0-9]*:../../x11/xf86-input-mutouch 57DEPENDS+= xf86-input-mutouch-[0-9]*:../../x11/xf86-input-mutouch
58# does not work with 1.17 server 58# does not work with 1.17 server
59.if !empty(USE_OLD_MODULAR_XORG_SERVER:M[yY][eE][sS]) 59.if !empty(USE_OLD_MODULAR_XORG_SERVER:M[yY][eE][sS])
60DEPENDS+= xf86-video-modesetting-[0-9]*:../../x11/xf86-video-modesetting 60DEPENDS+= xf86-video-modesetting-[0-9]*:../../x11/xf86-video-modesetting
61DEPENDS+= xf86-video-newport-[0-9]*:../../x11/xf86-video-newport 61DEPENDS+= xf86-video-newport-[0-9]*:../../x11/xf86-video-newport
62.endif 62.endif
63DEPENDS+= xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic 63DEPENDS+= xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic
64DEPENDS+= xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau 64DEPENDS+= xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau
65DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv 65DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
66DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome 66DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
67# broken with modular-xorg-server-1.19.0 67DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
68#DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl 
69DEPENDS+= xf86-video-r128-[0-9]*:../../x11/xf86-video-r128 68DEPENDS+= xf86-video-r128-[0-9]*:../../x11/xf86-video-r128
70DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition 69DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition
71DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3 70DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
72DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge 71DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge
73DEPENDS+= xf86-video-savage-[0-9]*:../../x11/xf86-video-savage 72DEPENDS+= xf86-video-savage-[0-9]*:../../x11/xf86-video-savage
74DEPENDS+= xf86-video-siliconmotion-[0-9]*:../../x11/xf86-video-siliconmotion 73DEPENDS+= xf86-video-siliconmotion-[0-9]*:../../x11/xf86-video-siliconmotion
75DEPENDS+= xf86-video-sis-[0-9]*:../../x11/xf86-video-sis 74DEPENDS+= xf86-video-sis-[0-9]*:../../x11/xf86-video-sis
76DEPENDS+= xf86-video-suncg14-[0-9]*:../../x11/xf86-video-suncg14 75DEPENDS+= xf86-video-suncg14-[0-9]*:../../x11/xf86-video-suncg14
77DEPENDS+= xf86-video-suncg3-[0-9]*:../../x11/xf86-video-suncg3 76DEPENDS+= xf86-video-suncg3-[0-9]*:../../x11/xf86-video-suncg3
78DEPENDS+= xf86-video-suncg6-[0-9]*:../../x11/xf86-video-suncg6 77DEPENDS+= xf86-video-suncg6-[0-9]*:../../x11/xf86-video-suncg6
79DEPENDS+= xf86-video-sunffb-[0-9]*:../../x11/xf86-video-sunffb 78DEPENDS+= xf86-video-sunffb-[0-9]*:../../x11/xf86-video-sunffb
80DEPENDS+= xf86-video-suntcx-[0-9]*:../../x11/xf86-video-suntcx 79DEPENDS+= xf86-video-suntcx-[0-9]*:../../x11/xf86-video-suntcx
81DEPENDS+= xf86-video-tdfx-[0-9]*:../../x11/xf86-video-tdfx 80DEPENDS+= xf86-video-tdfx-[0-9]*:../../x11/xf86-video-tdfx