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 Include the set of driv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c0221cbea51
branches:  trunk
changeset: 649298:6c0221cbea51
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 02 22:32:05 2015 +0000

description:
Include the set of drivers that can be built with both xorg-server-1.12
and 1.17. (Notably this excludes the newport driver which needs XAA.)
Bump PKGREVISION.

diffstat:

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

diffs (37 lines):

diff -r 76442aa89f5c -r 6c0221cbea51 meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile   Thu Apr 02 22:30:33 2015 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile   Thu Apr 02 22:32:05 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2015/03/09 20:12:11 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2015/04/02 22:32:05 tnn Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.14.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    meta-pkgs x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 DISTFILES=     # empty
@@ -34,8 +34,7 @@
 .else
 DEPENDS+=      xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6
 .endif
-# chips deprecated in Xorg 7.7
-#DEPENDS+=     xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
+DEPENDS+=      xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
 DEPENDS+=      xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus
 DEPENDS+=      xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy
 DEPENDS+=      xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev
@@ -46,9 +45,10 @@
 DEPENDS+=      xf86-video-mach64-[0-9]*:../../x11/xf86-video-mach64
 DEPENDS+=      xf86-video-mga-[0-9]*:../../x11/xf86-video-mga
 DEPENDS+=      xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic
-DEPENDS+=      xf86-video-newport-[0-9]*:../../x11/xf86-video-newport
+# does not work with 1.17 server
+#DEPENDS+=     xf86-video-newport-[0-9]*:../../x11/xf86-video-newport
 DEPENDS+=      xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
-DEPENDS+=       xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
+DEPENDS+=      xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
 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