summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-05-16 06:37:24 +0000
committerrichard <richard@pkgsrc.org>2013-05-16 06:37:24 +0000
commitb10599befacefabd8b928024b8755329dd191512 (patch)
tree1d95043d49c75a7102ef3ec276a57b099a30a7ec /meta-pkgs
parent67ff8fec631034a1366bec108ab8472cfdccae41 (diff)
downloadpkgsrc-b10599befacefabd8b928024b8755329dd191512.tar.gz
update meta-pkgs/modular-xorg-drivers for modular-xorg-server-1.12.4
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/modular-xorg-drivers/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile
index 5efaec605b5..ad1c8fe7c8e 100644
--- a/meta-pkgs/modular-xorg-drivers/Makefile
+++ b/meta-pkgs/modular-xorg-drivers/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/07/18 10:19:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2013/05/16 06:37:24 richard Exp $
DISTNAME= # empty
-PKGNAME= modular-xorg-drivers-1.4
+PKGNAME= modular-xorg-drivers-1.12
CATEGORIES= meta-pkgs drivers x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
DISTFILES= # empty
@@ -24,21 +24,27 @@ DEPENDS+= xf86-video-apm-[0-9]*:../../x11/xf86-video-apm
DEPENDS+= xf86-video-ark-[0-9]*:../../x11/xf86-video-ark
DEPENDS+= xf86-video-ast-[0-9]*:../../x11/xf86-video-ast
DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
-DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
+# chips deprecated in Xorg 7.7
+#DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus
+# cyrix deprecated in Xorg 7.4
#DEPENDS+= xf86-video-cyrix-[0-9]*:../../x11/xf86-video-cyrix
DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint
DEPENDS+= xf86-video-i128-[0-9]*:../../x11/xf86-video-i128
DEPENDS+= xf86-video-i740-[0-9]*:../../x11/xf86-video-i740
+# imstt deprecated in Xorg 7.4
#DEPENDS+= xf86-video-imstt-[0-9]*:../../x11/xf86-video-imstt
DEPENDS+= xf86-video-intel-[0-9]*:../../x11/xf86-video-intel
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-nsc-[0-9]*:../../x11/xf86-video-nsc
+# nsc deprecated in Xorg 7.4
+#DEPENDS+= xf86-video-nsc-[0-9]*:../../x11/xf86-video-nsc
DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
+DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
DEPENDS+= xf86-video-r128-[0-9]*:../../x11/xf86-video-r128
-DEPENDS+= xf86-video-radeonhd-[0-9]*:../../x11/xf86-video-radeonhd
+# radeonhd is superceded by ati
+#DEPENDS+= xf86-video-radeonhd-[0-9]*:../../x11/xf86-video-radeonhd
DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition
DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge
@@ -50,7 +56,8 @@ DEPENDS+= xf86-video-tga-[0-9]*:../../x11/xf86-video-tga
DEPENDS+= xf86-video-trident-[0-9]*:../../x11/xf86-video-trident
DEPENDS+= xf86-video-tseng-[0-9]*:../../x11/xf86-video-tseng
DEPENDS+= xf86-video-vesa-[0-9]*:../../x11/xf86-video-vesa
-DEPENDS+= xf86-video-vga-[0-9]*:../../x11/xf86-video-vga
+# vga deprecated in Xorg 7.4; use vesa instead
+#DEPENDS+= xf86-video-vga-[0-9]*:../../x11/xf86-video-vga
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
DEPENDS+= xf86-video-vmware-[0-9]*:../../x11/xf86-video-vmware
.endif