tech-x11 archive

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

Re: switch vax to HAVE_XORG_SERVER_VER=120



On Mon, 1 Apr 2024 at 13:59, Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost> wrote:
>
> Hi,
>
> NetBSD 10.0 has been released and Xorg server (1.10.6) from 10.0
> on my VS3100/30 with smg(4) also works fine.
>
> I would like to switch vax port to using HAVE_XORG_SERVER_VER=120
> (it also works fine on my VS3100) if there is no objection.
>
>
> Index: bsd.own.mk
> ===================================================================
> RCS file: /cvsroot/src/share/mk/bsd.own.mk,v
> retrieving revision 1.1363
> diff -u -p -d -r1.1363 bsd.own.mk
> --- bsd.own.mk  20 Jan 2024 08:09:13 -0000      1.1363
> +++ bsd.own.mk  1 Apr 2024 12:51:18 -0000
> @@ -1661,8 +1661,7 @@ X11SRCDIR.${_proto}proto?=                ${X11SRCDIRM
>  .if \
>      ${MACHINE} == "alpha"      || \
>      ${MACHINE} == "netwinder"  || \
> -    ${MACHINE} == "sgimips"    || \
> -    ${MACHINE} == "vax"
> +    ${MACHINE} == "sgimips"
>  HAVE_XORG_SERVER_VER?=110
>  .else
>  HAVE_XORG_SERVER_VER?=120
> Index: bsd.x11.mk
> ===================================================================
> RCS file: /cvsroot/src/share/mk/bsd.x11.mk,v
> retrieving revision 1.151
> diff -u -p -d -r1.151 bsd.x11.mk
> --- bsd.x11.mk  25 Oct 2023 04:37:59 -0000      1.151
> +++ bsd.x11.mk  1 Apr 2024 12:51:19 -0000
> @@ -83,8 +83,7 @@ X11FLAGS.OS_DEFINES=  -DDDXOSINIT -DSERVE
>
>  .if !(${MACHINE} == "acorn32"  || \
>      ${MACHINE} == "sun3"       || \
> -    ${MACHINE} == "x68k"       || \
> -    ${MACHINE} == "vax")
> +    ${MACHINE} == "x68k")
>  #      EXT_DEFINES
>  X11FLAGS.EXTENSION+=   -DXF86VIDMODE

Other than "sounds like an excellent plan", no feedback :)

David


Home | Main Index | Thread Index | Old Index