Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch amiga to Xorg server 1.20; wsfb(4) is only g...



details:   https://anonhg.NetBSD.org/src/rev/457b1c54af79
branches:  trunk
changeset: 983720:457b1c54af79
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Jun 03 07:40:48 2021 +0000

description:
Switch amiga to Xorg server 1.20; wsfb(4) is only graphic driver both for
1.10 and 1.20 (Xamiga was gone a long ago...), and there is no reason to
stay with 1.10.

At least, 1.20 works fine on wsdisplay(4) at amidisplaycc(4).

diffstat:

 share/mk/bsd.own.mk |  3 +--
 share/mk/bsd.x11.mk |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 5c65bed6b836 -r 457b1c54af79 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jun 03 07:37:00 2021 +0000
+++ b/share/mk/bsd.own.mk       Thu Jun 03 07:40:48 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1255 2021/05/29 12:25:08 rin Exp $
+#      $NetBSD: bsd.own.mk,v 1.1256 2021/06/03 07:40:48 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1580,7 +1580,6 @@
 # During transition from xorg-server 1.10 to 1.20
 .if \
     ${MACHINE} == "alpha"      || \
-    ${MACHINE} == "amiga"      || \
     ${MACHINE} == "netwinder"  || \
     ${MACHINE} == "sgimips"    || \
     ${MACHINE} == "vax"
diff -r 5c65bed6b836 -r 457b1c54af79 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Thu Jun 03 07:37:00 2021 +0000
+++ b/share/mk/bsd.x11.mk       Thu Jun 03 07:40:48 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.138 2021/04/27 04:02:09 mrg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.139 2021/06/03 07:40:48 rin Exp $
 
 .include <bsd.init.mk>
 
@@ -82,7 +82,6 @@
                        -DDDXOSVERRORF -DDDXTIME -DUSB_HID
 
 .if !(${MACHINE} == "acorn32"  || \
-    ${MACHINE} == "amiga"      || \
     ${MACHINE} == "pmax"       || \
     ${MACHINE} == "sun3"       || \
     ${MACHINE} == "x68k"       || \



Home | Main Index | Thread Index | Old Index