I have the "WITHOUT_IPV6=yes" line in /etc/make.conf and kernel compiled without the INET6 option. With this configuration freeciv-server fails to start: % freeciv-server This is the server for Freeciv version 2.2.1 You can learn a lot about Freeciv at http://www.freeciv.org/ 0: Detected fatal error in sernet.c line 983: 0: socket failed: Protocol not supported Assertion failed: (FALSE), function real_die, file shared.c, line 758. Abort (core dumped) Fix: The attached patch passes --enable-ipv6=no to configure if WITHOUT_IPV6 is defined. Patch attached with submission follows: How-To-Repeat: Try to start freeciv-server on system compiled without IPv6 support.
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool)
johans 2010-06-30 05:39:18 UTC FreeBSD ports repository Modified files: games/freeciv Makefile Log: Optionally disable IPv6 support. Required to run on IPv4-only systems. PR: ports/148252 Submitted by: Emil Smolenski Feature safe: yes Revision Changes Path 1.108 +5 -1 ports/games/freeciv/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.