diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-30 12:24:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-30 12:24:10 +0000 |
commit | 6f9b18c25ffd934618e892d012e85b0de04a09dd (patch) | |
tree | 9eab98a0f053d836e5069a385695e33e49c4abe2 | |
parent | ef826049cc4a14b2e41861720af9481ffcc6a212 (diff) | |
download | pkgsrc-6f9b18c25ffd934618e892d012e85b0de04a09dd.tar.gz |
Disable intel and qxl drivers for now, until upstream releases fixed
versions.
Bump version.
-rw-r--r-- | meta-pkgs/modular-xorg-drivers/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile index cea863a8097..786fdefdfdd 100644 --- a/meta-pkgs/modular-xorg-drivers/Makefile +++ b/meta-pkgs/modular-xorg-drivers/Makefile @@ -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]*:../../x11/xf86-video-glint 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]*:../../x11/xf86-video-neomagic 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 |