You should configure the distribution by editing
xc/config/cf/host.def
before compiling. To compile the
sources, invoke ``make World
'' in the xc directory.
To build the XFree86 server with the Aperture driver enabled, you
should unpack apNetBSD.shar
and install it first.
Then edit xc/config/cf/host.def
and add the line
#define HasNetBSDApertureDriver YES
to it.
And finally run make World
in the xc
directory.
XFree86 has a configuration option to select the console
drivers to use in xf86site.def
:
#define XFree86ConsoleDefines -DPCCONS_SUPPORT
#define XFree86ConsoleDefines -DPCVT_SUPPORT
xf86site.def
the
pccons and pcvt drivers will be supported by default.
Note that the NetBSD project has now its own source tree, based on the XFree86 source tree, with some local modifications. You may want to start with this tree to rebuild from sources. The NetBSD xsrc source tree is available at: ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/xsrc/