ports/144169: [PATCH] port irc/ngircd: enable ipv6

Philippe Pepiot phil at philpep.org
Sun Feb 21 13:10:04 UTC 2010


>Number:         144169
>Category:       ports
>Synopsis:       [PATCH] port irc/ngircd: enable ipv6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 13:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Pepiot
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD shen.philpep.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0 r202418: Fri Jan 15 22:29:53 CET 2010 root at shen.philpep.org:/usr/obj/usr/src/sys/SHEN i386


	
>Description:
	Enable ipv6 by default for ngircd.
>How-To-Repeat:
	
>Fix:

	

--- irc_ngircd_ipv6.patch begins here ---
diff -ru ngircd.orig/Makefile ngircd/Makefile
--- ngircd.orig/Makefile	2010-02-21 13:55:32.000000000 +0100
+++ ngircd/Makefile	2010-02-21 14:02:50.000000000 +0100
@@ -27,6 +27,7 @@
 OPTIONS=	TCP_WRAPPERS	"Enable TCP wrappers support"	on \
 		SYSLOG		"Enable SYSLOG support"		on \
 		ZLIB		"Enable ZLIB compression"	on \
+		IPV6		"Enable IPV6"			on \
 		OPENSSL		"Enable OpenSSL support"	off \
 		GNUTLS		"Enable GnuTLS support"		off \
 		IRCPLUS		"Enable IRC+ protocol"		on \
@@ -48,6 +49,10 @@
 CONFIGURE_ARGS+=	--without-zlib
 .endif
 
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.endif
+
 .if defined(WITH_OPENSSL)
 CONFIGURE_ARGS+=	--with-openssl
 .endif
--- irc_ngircd_ipv6.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list