Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/server Remove definitions for Xdreamcast, ...



details:   https://anonhg.NetBSD.org/src/rev/c969162b3b4e
branches:  trunk
changeset: 936256:c969162b3b4e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jul 23 09:09:12 2020 +0000

description:
Remove definitions for Xdreamcast, Xhpc, Xmacppc, and Xnewsmips.

All these port specific X11R6 servers just used MI wscons, and
all of them have been switched to Xorg servers with wsfb driver etc.
Even if someone wants a smaller monolithic server, it should be
written as a MI "Xwscons" server.

diffstat:

 external/mit/xorg/server/xorg-server.old/Makefile.common |  10 +--------
 external/mit/xorg/server/xorg-server.old/hw/Makefile     |  18 +---------------
 external/mit/xorg/server/xorg-server/Makefile.common     |  10 +--------
 external/mit/xorg/server/xorg-server/hw/Makefile         |  18 +---------------
 4 files changed, 4 insertions(+), 52 deletions(-)

diffs (142 lines):

diff -r 6b55fa894f06 -r c969162b3b4e external/mit/xorg/server/xorg-server.old/Makefile.common
--- a/external/mit/xorg/server/xorg-server.old/Makefile.common  Thu Jul 23 08:34:33 2020 +0000
+++ b/external/mit/xorg/server/xorg-server.old/Makefile.common  Thu Jul 23 09:09:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.3 2020/07/23 08:34:33 tsutsui Exp $
+#      $NetBSD: Makefile.common,v 1.4 2020/07/23 09:09:12 tsutsui Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -32,10 +32,6 @@
 XSERVER_XMAC68K=       yes
 .endif
 
-.if ${MACHINE} == "macppc"
-XSERVER_XMACPPC=       yes
-.endif
-
 .if ${MACHINE} == "pmax"
 XSERVER_XDECNETBSD=    yes
 XSERVER_XPMAX=         no # XXX should be yes but may be obsoleted
@@ -72,10 +68,6 @@
 XSERVER_XFREE68?=      no
 # Does this platform build the Xmac68k X server?
 XSERVER_XMAC68K?=      no
-# Does this platform build Xmacppc X server?
-XSERVER_XMACPPC?=      no
-# Does this platform build the Xnewsmips server?
-XSERVER_XNEWSMIPS?=    no
 # Does this platform build Xpmax X servers?
 XSERVER_XPMAX?=                no
 # Does this platform build Xsun* X servers?
diff -r 6b55fa894f06 -r c969162b3b4e external/mit/xorg/server/xorg-server.old/hw/Makefile
--- a/external/mit/xorg/server/xorg-server.old/hw/Makefile      Thu Jul 23 08:34:33 2020 +0000
+++ b/external/mit/xorg/server/xorg-server.old/hw/Makefile      Thu Jul 23 09:09:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2020/07/22 19:26:37 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.3 2020/07/23 09:09:12 tsutsui Exp $
 
 .include "../Makefile.common"
 
@@ -34,30 +34,14 @@
 SUBDIR+=netbsd/dec
 .endif
 
-.if ${XSERVER_XDREAMCAST} != "no"
-SUBDIR+=netbsd/dreamcast
-.endif
-
 .if ${XSERVER_XFREE86} != "no"
 SUBDIR+=xfree86
 .endif
 
-.if ${XSERVER_XHPC} != "no"
-SUBDIR+=netbsd/hpc
-.endif
-
 .if ${XSERVER_XMAC68K} != "no"
 SUBDIR+=netbsd/mac68k
 .endif
 
-.if ${XSERVER_XMACPPC} != "no"
-SUBDIR+=netbsd/macppc
-.endif
-
-.if ${XSERVER_XNEWSMIPS} != "no"
-SUBDIR+=netbsd/newsmips
-.endif
-
 .if ${XSERVER_XVFB} != "no"
 SUBDIR+=vfb
 .endif
diff -r 6b55fa894f06 -r c969162b3b4e external/mit/xorg/server/xorg-server/Makefile.common
--- a/external/mit/xorg/server/xorg-server/Makefile.common      Thu Jul 23 08:34:33 2020 +0000
+++ b/external/mit/xorg/server/xorg-server/Makefile.common      Thu Jul 23 09:09:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.28 2020/07/23 08:34:33 tsutsui Exp $
+#      $NetBSD: Makefile.common,v 1.29 2020/07/23 09:09:12 tsutsui Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -33,10 +33,6 @@
 XSERVER_XMAC68K=       yes
 .endif
 
-.if ${MACHINE} == "macppc"
-XSERVER_XMACPPC=       yes
-.endif
-
 .if ${MACHINE} == "pmax"
 XSERVER_XDECNETBSD=    yes
 XSERVER_XPMAX=         no # XXX should be yes but may be obsoleted
@@ -73,10 +69,6 @@
 XSERVER_XFREE68?=      no
 # Does this platform build the Xmac68k X server?
 XSERVER_XMAC68K?=      no
-# Does this platform build Xmacppc X server?
-XSERVER_XMACPPC?=      no
-# Does this platform build the Xnewsmips server?
-XSERVER_XNEWSMIPS?=    no
 # Does this platform build Xpmax X servers?
 XSERVER_XPMAX?=                no
 # Does this platform build Xsun* X servers?
diff -r 6b55fa894f06 -r c969162b3b4e external/mit/xorg/server/xorg-server/hw/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/Makefile  Thu Jul 23 08:34:33 2020 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/Makefile  Thu Jul 23 09:09:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2020/07/22 20:54:07 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.7 2020/07/23 09:09:13 tsutsui Exp $
 
 .include "../Makefile.common"
 
@@ -34,30 +34,14 @@
 SUBDIR+=netbsd/dec
 .endif
 
-.if ${XSERVER_XDREAMCAST} != "no"
-SUBDIR+=netbsd/dreamcast
-.endif
-
 .if ${XSERVER_XFREE86} != "no"
 SUBDIR+=xfree86
 .endif
 
-.if ${XSERVER_XHPC} != "no"
-SUBDIR+=netbsd/hpc
-.endif
-
 .if ${XSERVER_XMAC68K} != "no"
 SUBDIR+=netbsd/mac68k
 .endif
 
-.if ${XSERVER_XMACPPC} != "no"
-SUBDIR+=netbsd/macppc
-.endif
-
-.if ${XSERVER_XNEWSMIPS} != "no"
-SUBDIR+=netbsd/newsmips
-.endif
-
 .if ${XSERVER_XVFB} != "no"
 SUBDIR+=vfb
 .endif



Home | Main Index | Thread Index | Old Index