Subject: pkg/11841: IPv6 support for chat/bitchx package
To: None <gnats-bugs@gnats.netbsd.org>
From: None <jmcneill@invisible.yi.org>
List: netbsd-bugs
Date: 12/29/2000 12:48:21
>Number:         11841
>Category:       pkg
>Synopsis:       IPv6 support for chat/bitchx package
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 29 12:48:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jared D. McNeill
>Release:        Appx. Dec 27, 2000<NetBSD-current source date>
>Organization:
	Student - Computer Programming Technology
	New Brunswick Community College, Saint John
>Environment:
System: NetBSD blackhole.invisible.ca 1.5P NetBSD 1.5P (BLACKHOLE) #2: Wed Dec 27 18:19:49 AST 2000 jmcneill@sun.invisible.ca:/usr/src/sys/arch/i386/compile/BLACKHOLE i386
Architecture: i386
Machine: i386
>Description:
	chat/bitchx package does not support IPv6. Package still works 
	connecting to IPv4 servers with this patch.
>How-To-Repeat:
	Try connecting to any IPv6 IRC server
>Fix:
--- bitchx.orig/Makefile	Sun Dec 17 08:33:27 2000
+++ bitchx/Makefile	Fri Dec 29 16:18:28 2000
@@ -12,6 +12,10 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-termcap	# forcibly refuse to use ncurses
 
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+CONFIGURE_ARGS+=	--enable-ipv6
+.endif
+
 # We don't need the CVS files, and if we don't delete them, they get
 # installed later on; ignore error code, since we delete the directories
 # before find can descend into them.
>Release-Note:
>Audit-Trail:
>Unformatted: