Created attachment 177383 [details] Patch to add missing dependency At least Net/Server/Proto.pm also requires IO::Socket::INET6 (line 122) when IPv6 is enabled, so the port needs net/p5-IO-Socket-INET6 in the IPV6 option dependency list. Reference bug #214364 for an example of this occurring.
@Wen Would you like to take this given it blocks bug 214364?
Comment on attachment 177383 [details] Patch to add missing dependency Approved by: portmgr (blanket)
A commit references this bug: Author: sunpoet Date: Fri Nov 25 16:25:42 UTC 2016 New revision: 427117 URL: https://svnweb.freebsd.org/changeset/ports/427117 Log: - Add missing dependency for IPV6 option - Bump PORTREVISION for dependency change PR: 214826 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> Changes: head/net/p5-Net-Server/Makefile
Committed. Thanks!