Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: source-changes
Date: 03/26/2004 21:29:54
Module Name:	src
Committed By:	fredb
Date:		Fri Mar 26 21:29:54 UTC 2004

Modified Files:
	src/share/mk: bsd.x11.mk
	src/x11/bin/xdm: Makefile.xdm

Log Message:
Enable IPv6 in XFree86 4.4.0 reachover build. Usage is describe
in "/usr/X11R6/lib/X11/doc/RELNOTES". Note particularly that "tcp",
as in "X -nolisten tcp" or "xhost +tcp/host:0", now means *both*
IP transport protocols. Use "inet" or "inet6", instead, to specify
only one or the other.

XDMCP support for IPv6 -- such as it is -- is disabled, just as
it is in the native, out-of-the-box build. XDM-AUTHORIZATION-1
does not really support IPv6 addresses, in any case. (It is
possible to build "xdm" with -DIPv6, but that presumes support
for IPv6-mapped IPv4 addresses in the default installation, for
one thing, and there are unexplored issues with all that.)


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/share/mk/bsd.x11.mk
cvs rdiff -r1.2 -r1.3 src/x11/bin/xdm/Makefile.xdm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.