Bug 260861

Summary: audio/jamulus-server: -6 makes server IPv6 only
Product: Ports & Packages Reporter: Stefan Bethke <stb>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: New ---    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Stefan Bethke 2022-01-01 13:06:01 UTC
Adding -6 to the jamulus_server_flags does enable IPv6, but drops the socket for IPv4.

I believe this is due to different defaults between Linux and (Free)BSD. The code opening the socket should specify the correct flag to get a socket that supports both IPv4 and IPv6.