Enable Xvfb build on vax and x68k to match every other port.

This commit is contained in:
abs 2009-02-08 00:50:07 +00:00
parent 2240ff3c50
commit e468650cc4
4 changed files with 12 additions and 10 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: md.vax,v 1.6 2009/02/08 00:50:07 abs Exp $
./usr/X11R6/bin/Xvfb -unknown- x11
./usr/X11R6/man/cat1/Xvfb.0 -unknown- .cat,x11
./usr/X11R6/man/html1/Xvfb.html -unknown- html,x11
./usr/X11R6/man/man1/Xvfb.1 -unknown- .man,x11

View File

@ -1,6 +1,10 @@
# $NetBSD: md.x68k,v 1.15 2008/09/02 02:17:48 lukem Exp $
# $NetBSD: md.x68k,v 1.16 2009/02/08 00:50:07 abs Exp $
./usr/X11R6/bin/X -unknown- x11
./usr/X11R6/bin/X68k -unknown- x11
./usr/X11R6/bin/Xvfb -unknown- x11
./usr/X11R6/man/cat1/X68k.0 -unknown- .cat,x11
./usr/X11R6/man/cat1/Xvfb.0 -unknown- .cat,x11
./usr/X11R6/man/html1/X68k.html -unknown- html,x11
./usr/X11R6/man/html1/Xvfb.html -unknown- html,x11
./usr/X11R6/man/man1/X68k.1 -unknown- .man,x11
./usr/X11R6/man/man1/Xvfb.1 -unknown- .man,x11

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.5 2009/01/24 17:24:52 bouyer Exp $
# $NetBSD: Makefile.common,v 1.6 2009/02/08 00:50:07 abs Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@ -8,7 +8,6 @@
.if ${MACHINE} == "x68k"
XSERVER_X68K= yes
XSERVER_HAS_FB= no
XSERVER_XVFB= no
.endif
.if ${MACHINE} == "alpha"
@ -81,7 +80,6 @@ XSERVER_XSUN24= yes
.if ${MACHINE} == "vax"
XSERVER_HAS_FB= no
XSERVER_XVFB= no
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.34 2008/03/08 10:38:59 phx Exp $
# $NetBSD: Makefile.common,v 1.35 2009/02/08 00:50:07 abs Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@ -7,7 +7,6 @@
.if ${MACHINE} == "x68k"
XSERVER_X68K= yes
XSERVER_XVFB= no
.endif
.if ${MACHINE} == "alpha"
@ -80,10 +79,6 @@ XSERVER_XSUNMONO= yes
XSERVER_XSUN24= yes
.endif
.if ${MACHINE} == "vax"
XSERVER_XVFB= no
.endif
# Does this server need Xfont/fontbase libraries?
XSERVER_NEEDS_XFONT?= no