Bug 64705

Summary: irc/muh does not work with IPv4
Product: Ports & Packages Reporter: Torsten Schneider <freebsd-bugs>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Torsten Schneider 2004-03-25 14:00:43 UTC
The Makefile turns on IPv6 support via --enable-ipv6.
If muh is compiled with this option, it doesn't work at all with IPv4
because the v4 support will not be compiled in.

Fix: The best choice would be to split this port into two different ports, e.g.
irc/muh and irc/muh-ipv6 or to modify the makefile as described below.

How-To-Repeat: Try to make it work in an non-IPv6 environment. It is always complainig
about errors when creating a socket.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-03-25 16:22:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer.
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-03-25 18:40:49 UTC
State Changed
From-To: open->closed

Committed, Thanks!