Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets add support for MKXORG_DRIVERS/xorg_drivers key...



details:   https://anonhg.NetBSD.org/src/rev/0b0b959888ea
branches:  trunk
changeset: 787304:0b0b959888ea
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 10 05:04:00 2013 +0000

description:
add support for MKXORG_DRIVERS/xorg_drivers keyword, and use it to
mark the xf86-input-mouse files not all platforms use.

diffstat:

 distrib/sets/lists/xcomp/mi |  6 +++---
 distrib/sets/mkvars.mk      |  3 ++-
 distrib/sets/sets.subr      |  5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (70 lines):

diff -r eab5a50ccbf6 -r 0b0b959888ea distrib/sets/lists/xcomp/mi
--- a/distrib/sets/lists/xcomp/mi       Mon Jun 10 05:03:20 2013 +0000
+++ b/distrib/sets/lists/xcomp/mi       Mon Jun 10 05:04:00 2013 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: mi,v 1.141 2013/06/05 09:06:21 mrg Exp $
+#       $NetBSD: mi,v 1.142 2013/06/10 05:04:00 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5934,7 +5934,7 @@
 ./usr/X11R7/include/xorg/xaarop.h                      -unknown-       xorg
 ./usr/X11R7/include/xorg/xf1bpp.h                      -unknown-       obsolete
 ./usr/X11R7/include/xorg/xf4bpp.h                      -unknown-       obsolete
-./usr/X11R7/include/xorg/xf86-mouse-properties.h       -unknown-       xorg
+./usr/X11R7/include/xorg/xf86-mouse-properties.h       -unknown-       xorg,xorg_drivers
 ./usr/X11R7/include/xorg/xf86.h                                -unknown-       xorg
 ./usr/X11R7/include/xorg/xf86Crtc.h                    -unknown-       xorg
 ./usr/X11R7/include/xorg/xf86Cursor.h                  -unknown-       xorg
@@ -6371,7 +6371,7 @@
 ./usr/X11R7/lib/pkgconfig/xkeyboard-config.pc          -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/xmu.pc                       -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/xmuu.pc                      -unknown-       xorg
-./usr/X11R7/lib/pkgconfig/xorg-mouse.pc                        -unknown-       xorg
+./usr/X11R7/lib/pkgconfig/xorg-mouse.pc                        -unknown-       xorg,xorg_drivers
 ./usr/X11R7/lib/pkgconfig/xorg-server.pc               -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/xp.pc                                -obsolete-      obsolete
 ./usr/X11R7/lib/pkgconfig/xpm.pc                       -unknown-       xorg
diff -r eab5a50ccbf6 -r 0b0b959888ea distrib/sets/mkvars.mk
--- a/distrib/sets/mkvars.mk    Mon Jun 10 05:03:20 2013 +0000
+++ b/distrib/sets/mkvars.mk    Mon Jun 10 05:04:00 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.10 2013/04/30 20:54:22 matt Exp $
+# $NetBSD: mkvars.mk,v 1.11 2013/06/10 05:04:00 mrg Exp $
 
 MKEXTRAVARS= \
        MACHINE \
@@ -19,6 +19,7 @@
        MKSLJIT \
        MKSOFTFLOAT \
        MKXORG \
+       MKXORG_DRIVERS \
        X11FLAVOR \
        USE_INET6 \
        USE_KERBEROS \
diff -r eab5a50ccbf6 -r 0b0b959888ea distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Mon Jun 10 05:03:20 2013 +0000
+++ b/distrib/sets/sets.subr    Mon Jun 10 05:04:00 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.149 2013/05/06 20:38:42 joerg Exp $
+#      $NetBSD: sets.subr,v 1.150 2013/06/10 05:04:00 mrg Exp $
 #
 
 #
@@ -179,7 +179,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.149 2013/05/06 20:38:42 joerg Exp $
+#      # $NetBSD: sets.subr,v 1.150 2013/06/10 05:04:00 mrg Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -257,6 +257,7 @@
 #      tpm                     ${MKTPM} != no
 #      x11                     ${MKX11} != no && ${X11FLAVOUR} != "Xorg"
 #      xorg                    ${MKX11} != no && ${X11FLAVOUR} == "Xorg"
+#      xorg_drivers            ${MKXORG_DRIVERS} != no
 #      yp                      ${MKYP} != no
 #      zfs                     ${MKZFS} != no
 #



Home | Main Index | Thread Index | Old Index