pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/meta-pkgs/modular-xorg-drivers



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Jun  5 09:19:29 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/modular-xorg-drivers [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5418 - requested by sevan
meta-pkgs/modular-xorg-drivers: build fix

Revisions pulled up:
- meta-pkgs/modular-xorg-drivers/Makefile                       1.40

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu May 11 20:55:19 UTC 2017

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

   Log Message:
   Need new ati on dragonfly too.
   old doesn't build and isn't interesting to fix


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.2.1 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.39 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.39.2.1
--- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.39 Tue Mar 14 13:26:59 2017
+++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile      Mon Jun  5 09:19:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/03/14 13:26:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.39.2.1 2017/06/05 09:19:29 bsiegert Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
@@ -33,7 +33,8 @@ DEPENDS+=     xf86-video-ark-[0-9]*:../../x1
 DEPENDS+=      xf86-video-ast-[0-9]*:../../x11/xf86-video-ast
 .if !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) ||       \
     !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) ||     \
-    ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
+    ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" ||    \
+    ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
 DEPENDS+=      xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
 .else
 DEPENDS+=      xf86-video-ati6-[0-9]*:../../x11/xf86-video-ati6



Home | Main Index | Thread Index | Old Index