Wed Jun 14 09:30:43 2017 UTC ()
Match NetBSD-{7,8,9} / x86 for newer ATI driver.


(maya)
diff -r1.40 -r1.41 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile

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

--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2017/05/11 20:55:19 1.40
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2017/06/14 09:30:43 1.41
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.40 2017/05/11 20:55:19 maya Exp $ 1# $NetBSD: Makefile,v 1.41 2017/06/14 09:30:43 maya Exp $
2 2
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= modular-xorg-drivers-1.19.0 4PKGNAME= modular-xorg-drivers-1.19.0
5PKGREVISION= 3 5PKGREVISION= 3
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
@@ -21,28 +21,28 @@ DEPENDS+= xf86-input-keyboard-[0-9]*:../ @@ -21,28 +21,28 @@ DEPENDS+= xf86-input-keyboard-[0-9]*:../
21DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse 21DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
22DEPENDS+= xf86-input-penmount-[0-9]*:../../x11/xf86-input-penmount 22DEPENDS+= xf86-input-penmount-[0-9]*:../../x11/xf86-input-penmount
23.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 23.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
24DEPENDS+= xf86-input-vmmouse-[0-9]*:../../x11/xf86-input-vmmouse 24DEPENDS+= xf86-input-vmmouse-[0-9]*:../../x11/xf86-input-vmmouse
25.endif 25.endif
26.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" 26.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
27DEPENDS+= xf86-input-ws-[0-9]*:../../x11/xf86-input-ws 27DEPENDS+= xf86-input-ws-[0-9]*:../../x11/xf86-input-ws
28.endif 28.endif
29DEPENDS+= xf86-input-void-[0-9]*:../../x11/xf86-input-void 29DEPENDS+= xf86-input-void-[0-9]*:../../x11/xf86-input-void
30DEPENDS+= xf86-video-amdgpu-[0-9]*:../../x11/xf86-video-amdgpu 30DEPENDS+= xf86-video-amdgpu-[0-9]*:../../x11/xf86-video-amdgpu
31DEPENDS+= xf86-video-apm-[0-9]*:../../x11/xf86-video-apm 31DEPENDS+= xf86-video-apm-[0-9]*:../../x11/xf86-video-apm
32DEPENDS+= xf86-video-ark-[0-9]*:../../x11/xf86-video-ark 32DEPENDS+= xf86-video-ark-[0-9]*:../../x11/xf86-video-ark
33DEPENDS+= xf86-video-ast-[0-9]*:../../x11/xf86-video-ast 33DEPENDS+= xf86-video-ast-[0-9]*:../../x11/xf86-video-ast
34.if !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) || \ 34.if !empty(MACHINE_PLATFORM:MNetBSD-[789].*-i386) || \
35 !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) || \ 35 !empty(MACHINE_PLATFORM:MNetBSD-[789].*-x86_64) || \
36 ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || \ 36 ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || \
37 ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" 37 ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
38DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati 38DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
39.else 39.else
40DEPENDS+= xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6 40DEPENDS+= xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6
41.endif 41.endif
42DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips 42DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
43DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus 43DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus
44DEPENDS+= xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy 44DEPENDS+= xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy
45DEPENDS+= xf86-input-elographics-[0-9]*:../../x11/xf86-input-elographics 45DEPENDS+= xf86-input-elographics-[0-9]*:../../x11/xf86-input-elographics
46DEPENDS+= xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev 46DEPENDS+= xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev
47DEPENDS+= xf86-input-fpit-[0-9]*:../../x11/xf86-input-fpit 47DEPENDS+= xf86-input-fpit-[0-9]*:../../x11/xf86-input-fpit
48DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint 48DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint