Bug 125854 - irc/irssi proxy will only bind to TCP6
Summary: irc/irssi proxy will only bind to TCP6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 08:00 UTC by Matthias Grimm
Modified: 2008-07-29 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Grimm 2008-07-22 08:00:10 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-22 11:01:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-29 07:03:55 UTC
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"
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2008-07-29 07:04:09 UTC
State Changed
From-To: open->closed

Committed, thanks.