Subject: xsrc/30639: Small typo in x11/Xserver/Makefile.common
To: None <xsrc-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 06/30/2005 09:44:00
>Number: 30639
>Category: xsrc
>Synopsis: Small typo in x11/Xserver/Makefile.common
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: xsrc-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jun 30 09:44:00 +0000 2005
>Originator: Nicolas Joly
>Release: NetBSD 3.99.7
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD lanfeust.sis.pasteur.fr 3.99.7 NetBSD 3.99.7 (LANFEUST) #8: Tue Jun 28 15:52:44 CEST 2005 njoly@lanfeust.sis.pasteur.fr:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/LANFEUST amd64
Architecture: x86_64
Machine: amd64
>Description:
I just noticed a small typo in x11/Xserver/Makefile.common, where `Xvfb'
is used instead of `Xamiga'.
>How-To-Repeat:
n/a
>Fix:
Index: x11/Xserver/Makefile.common
===================================================================
RCS file: /cvsroot/src/x11/Xserver/Makefile.common,v
retrieving revision 1.27
diff -u -r1.27 Makefile.common
--- x11/Xserver/Makefile.common 5 Apr 2005 14:04:55 -0000 1.27
+++ x11/Xserver/Makefile.common 30 Jun 2005 09:36:54 -0000
@@ -100,7 +100,7 @@
XSERVER_X68K?= no
# Does this platform build the XalphaNetBSD server?
XSERVER_XALPHANETBSD?= no
-# Does this platform build Xvfb X server?
+# Does this platform build Xamiga X server?
XSERVER_XAMIGA?=no
# Does this platform build the Xarm32VIDC server?
XSERVER_XARM32VIDC?= no