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 modular-xorg-drivers: L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00ad9d1b86e4
branches:  trunk
changeset: 377528:00ad9d1b86e4
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 21 16:53:25 2022 +0000

description:
modular-xorg-drivers: Limit qxl to linux for now, since it has problems
building on other platforms

diffstat:

 meta-pkgs/modular-xorg-drivers/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 7fd2ddb08817 -r 00ad9d1b86e4 meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile   Thu Apr 21 16:49:27 2022 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile   Thu Apr 21 16:53:25 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2021/10/31 08:58:37 nia Exp $
+# $NetBSD: Makefile,v 1.46 2022/04/21 16:53:25 nia Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    meta-pkgs x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 DISTFILES=     # empty
@@ -39,6 +39,9 @@
 
 .if ${OPSYS} == "Linux"
 DEPENDS+=      xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev
+.  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+DEPENDS+=      xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
+.  endif
 .endif
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
@@ -66,7 +69,6 @@
 DEPENDS+=      xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
 DEPENDS+=      xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau
 DEPENDS+=      xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
-DEPENDS+=      xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
 DEPENDS+=      xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
 DEPENDS+=      xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge
 DEPENDS+=      xf86-video-savage-[0-9]*:../../x11/xf86-video-savage



Home | Main Index | Thread Index | Old Index