summaryrefslogtreecommitdiff
path: root/games/xtris/patches/patch-ab
blob: a8f0d2d53648bf9ac9ccb7c479847e211fef97aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$NetBSD: patch-ab,v 1.1.1.1 2002/01/25 17:47:19 hubertf Exp $

--- README.v6.orig	Fri Jan 25 13:37:05 2002
+++ README.v6
@@ -0,0 +1,31 @@
+IPv6 Patch for xtris-1.15
+
+IPv6 patch for xtris is originally developed by H.YOSHIFUJi
+<yoshfuji@ecei.tohoku.ac.jp> in early December 1999.
+
+IPv6 support is enabled by defining INET6 macro during the 
+compilation phase.  This switches xtris into the protocol 
+independent world (not IPv6 (or IPv4) specific world).  
+Thus, if you have getaddrinfo() and getnameinfo() defined
+in RFC2553, you can enable this feature even if you don't
+have IPv6 environment currently.
+
+The following IPv6 platforms should be supported:
+	GNU/Linux with glibc-2.1.2
+	FreeBSD {2.2.8,3.3} with KAME package
+	Solaris 7 with IPv6_Prototype_01 package
+
+Note: On Solaris 7 + IPv6_Prototype_01 systems, you should 
+      register the port number in /etc/services file.
+      There is "ad hoc" solution, but I hate it because
+      it looks "dirty"; it discards the pure protocol 
+      independent socket programming model.
+
+** History **
+xtris-1.15-v6-19991207		H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
+				- First patch.
+xtris-1.15-v6-19991209		H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
+				- Version number typoes: fixed.
+xtris-1.15-v6-19991218		H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
+				- Patch error on Makefile file (cause reject):
+				  fixed