Irssi's proxy will only bind to tcp6 even when built without IPV6 since it will enable it by itself while configure. Fix: Change Makefile to: .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 CATEGORIES*= ipv6 .endif How-To-Repeat: Build irssi with proxy support and IPV6 disabled, start and load proxy. watch netstat -an
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool)
vanilla 2008-07-29 06:03:46 UTC FreeBSD ports repository Modified files: irc/irssi Makefile Log: 1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin. 2: fix proxy binding problem. PR: ports/125854 [2], ports/126057 [1] Submitted by: Dheeraj Reddy <dheeraj at ece.gatech.edu> [1] Matthias Grimm <eisofen at eisofen.de> Revision Changes Path 1.104 +5 -4 ports/irc/irssi/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.