revert sparc back to default of XFree86 at the request of macallan.

This commit is contained in:
mrg 2008-11-15 11:27:49 +00:00
parent 4ed3ae6f9c
commit 867022784c
5 changed files with 11 additions and 11 deletions

View File

@ -364,8 +364,8 @@ CONFIGURATION
X11FLAVOUR The style of X11 cross-built, set to either ``Xorg'' or
``XFree86''.
Default: ``Xorg'' on amd64, i386, macppc, shark, sparc and
sparc64 platforms, ``XFree86'' on everything else.
Default: ``Xorg'' on amd64, i386, macppc, shark and sparc64
platforms, ``XFree86'' on everything else.
"make" variables for full builds
These variables only affect the top level ``Makefile'' and do not affect

View File

@ -1,4 +1,4 @@
.\" $NetBSD: BUILDING.mdoc,v 1.69 2008/11/13 20:40:11 apb Exp $
.\" $NetBSD: BUILDING.mdoc,v 1.70 2008/11/15 11:27:49 mrg Exp $
.\"
.\" Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -652,7 +652,7 @@ or
.Dq XFree86 .
.DFLT
.Dq Xorg
on amd64, i386, macppc, shark, sparc and sparc64 platforms,
on amd64, i386, macppc, shark and sparc64 platforms,
.Dq XFree86
on everything else.
.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mk.conf.5,v 1.45 2008/11/13 20:40:11 apb Exp $
.\" $NetBSD: mk.conf.5,v 1.46 2008/11/15 11:27:49 mrg Exp $
.\"
.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -891,7 +891,7 @@ Only relevant if
.Pp
.Em Default :
.Dq Xorg
on alpha, i386, macppc, shark, sparc and sparc64 platforms.
on alpha, i386, macppc, shark and sparc64 platforms.
.Dq XFree86
on everything else.
.

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.241 2008/11/13 20:40:11 apb Exp $
# $NetBSD: bsd.README,v 1.242 2008/11/15 11:27:49 mrg Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@ -370,8 +370,8 @@ USE_YP If "no", disables building YP (NIS) support into
X11FLAVOUR Set to "Xorg" or "XFree86", depending on whether to build
XFree86 or modular Xorg. Only matters if MKX11!=no.
Default: "Xorg" on amd64, i386, macppc, shark, sparc and
sparc64, "XFree86" on everything else.
Default: "Xorg" on amd64, i386, macppc, shark and sparc64,
"XFree86" on everything else.
COPTS.lib<lib>
OBJCOPTS.lib<lib>

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.549 2008/11/13 20:40:11 apb Exp $
# $NetBSD: bsd.own.mk,v 1.550 2008/11/15 11:27:49 mrg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -666,7 +666,7 @@ ${var}?=no
#
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" || \
${MACHINE} == "macppc" || ${MACHINE} == "shark" || \
${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
${MACHINE} == "sparc64"
X11FLAVOUR?= Xorg
.else
X11FLAVOUR?= XFree86