Thu May 11 20:55:19 2017 UTC ()
Need new ati on dragonfly too.
old doesn't build and isn't interesting to fix


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

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

--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2017/03/14 13:26:59 1.39
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile 2017/05/11 20:55:19 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.39 2017/03/14 13:26:59 jperkin Exp $ 1# $NetBSD: Makefile,v 1.40 2017/05/11 20:55:19 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
@@ -23,27 +23,28 @@ DEPENDS+= xf86-input-penmount-[0-9]*:../ @@ -23,27 +23,28 @@ DEPENDS+= xf86-input-penmount-[0-9]*:../
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-7.*-i386) || \
35 !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) || \ 35 !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) || \
36 ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" 36 ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || \
 37 ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
37DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati 38DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
38.else 39.else
39DEPENDS+= xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6 40DEPENDS+= xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6
40.endif 41.endif
41DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips 42DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
42DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus 43DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus
43DEPENDS+= xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy 44DEPENDS+= xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy
44DEPENDS+= xf86-input-elographics-[0-9]*:../../x11/xf86-input-elographics 45DEPENDS+= xf86-input-elographics-[0-9]*:../../x11/xf86-input-elographics
45DEPENDS+= xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev 46DEPENDS+= xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev
46DEPENDS+= xf86-input-fpit-[0-9]*:../../x11/xf86-input-fpit 47DEPENDS+= xf86-input-fpit-[0-9]*:../../x11/xf86-input-fpit
47DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint 48DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint
48DEPENDS+= xf86-input-hyperpen-[0-9]*:../../x11/xf86-input-hyperpen 49DEPENDS+= xf86-input-hyperpen-[0-9]*:../../x11/xf86-input-hyperpen
49DEPENDS+= xf86-video-i128-[0-9]*:../../x11/xf86-video-i128 50DEPENDS+= xf86-video-i128-[0-9]*:../../x11/xf86-video-i128