Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets xorg_server_ver doesn't depend upon xorg_server...



details:   https://anonhg.NetBSD.org/src/rev/0cbbc50c087d
branches:  trunk
changeset: 817396:0cbbc50c087d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 19 10:23:26 2016 +0000

description:
xorg_server_ver doesn't depend upon xorg_server though it probably could.
fixes build isses with header files being missing.

XXX: with no server, they shouldn't be useful, so fix this properly by
not installing them once it is verified to work properly.

diffstat:

 distrib/sets/sets.subr |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 7e70dca4b8d9 -r 0cbbc50c087d distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Fri Aug 19 10:22:49 2016 +0000
+++ b/distrib/sets/sets.subr    Fri Aug 19 10:23:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.177 2016/08/16 01:05:19 mrg Exp $
+#      $NetBSD: sets.subr,v 1.178 2016/08/19 10:23:26 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.177 2016/08/16 01:05:19 mrg Exp $
+#      # $NetBSD: sets.subr,v 1.178 2016/08/19 10:23:26 mrg Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -349,10 +349,8 @@
                                if ("gdb" in wanted)
                                        wanted["gdb=" "'"${HAVE_GDB}"'"] = 1
                        }
-                       if ("'"${MKXORG_SERVER}"'" != "no") {
-                               if ("xorg_server_ver" in wanted) {
-                                       wanted["xorg_server_ver=" "'"${HAVE_XORG_SERVER_VER}"'"] = 1
-                               }
+                       if ("xorg_server_ver" in wanted) {
+                               wanted["xorg_server_ver=" "'"${HAVE_XORG_SERVER_VER}"'"] = 1
                        }
                        if (("man" in wanted) && ("catpages" in wanted))
                                wanted[".cat"] = 1



Home | Main Index | Thread Index | Old Index