pkgsrc/games/xtris/patches/patch-ab
hubertf 397e340b06 Add xtris-1.15:
xtris is a version of an classical popular game, for any number of
players, for the X Window system.

xtris is a true client/server game (as opposed to a centralized game
managing multiple displays), which makes it particularily responsive and
bandwith-effective.

Submitted by Oliver Paulzen <opp@muffin.org> in private mail.
2002-01-25 17:47:19 +00:00

36 lines
1.4 KiB
Text

$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