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: E...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ea72023ad89
branches:  trunk
changeset: 385584:6ea72023ad89
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 20 06:35:05 2022 +0000

description:
modular-xorg-drivers: Exclude drivers which do not build on SunOS.

diffstat:

 meta-pkgs/modular-xorg-drivers/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8126cfa1cf2c -r 6ea72023ad89 meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile   Tue Sep 20 06:32:07 2022 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile   Tue Sep 20 06:35:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2022/07/21 11:21:50 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2022/09/20 06:35:05 nia Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
@@ -71,14 +71,16 @@
 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-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
 DEPENDS+=      xf86-video-siliconmotion-[0-9]*:../../x11/xf86-video-siliconmotion
 DEPENDS+=      xf86-video-sis-[0-9]*:../../x11/xf86-video-sis
 DEPENDS+=      xf86-video-tdfx-[0-9]*:../../x11/xf86-video-tdfx
+.  if ${OPSYS} != "SunOS"
+DEPENDS+=      xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
 DEPENDS+=      xf86-video-tga-[0-9]*:../../x11/xf86-video-tga
 DEPENDS+=      xf86-video-trident-[0-9]*:../../x11/xf86-video-trident
+.  endif
 DEPENDS+=      xf86-video-tseng-[0-9]*:../../x11/xf86-video-tseng
 DEPENDS+=      xf86-video-vboxvideo-[0-9]*:../../x11/xf86-video-vboxvideo
 DEPENDS+=      xf86-video-vesa-[0-9]*:../../x11/xf86-video-vesa



Home | Main Index | Thread Index | Old Index