pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/modular-xorg-drivers



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Jun 14 09:30:43 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile

Log Message:
Match NetBSD-{7,8,9} / x86 for newer ATI driver.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile
diff -u pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.40 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.41
--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.40 Thu May 11 20:55:19 2017
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile      Wed Jun 14 09:30:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/05/11 20:55:19 maya Exp $
+# $NetBSD: Makefile,v 1.41 2017/06/14 09:30:43 maya Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
@@ -31,8 +31,8 @@ DEPENDS+=     xf86-video-amdgpu-[0-9]*:../..
 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
-.if !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) ||       \
-    !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) ||     \
+.if !empty(MACHINE_PLATFORM:MNetBSD-[789].*-i386) ||   \
+    !empty(MACHINE_PLATFORM:MNetBSD-[789].*-x86_64) || \
     ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" ||    \
     ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
 DEPENDS+=      xf86-video-ati-[0-9]*:../../x11/xf86-video-ati



Home | Main Index | Thread Index | Old Index