Bug 64705 - irc/muh does not work with IPv4
Summary: irc/muh does not work with IPv4
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 14:00 UTC by Torsten Schneider
Modified: 2004-03-25 18:41 UTC (History)
0 users

See Also:


Attachments
file.diff (314 bytes, patch)
2004-03-25 14:00 UTC, Torsten Schneider
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!