Created attachment 154122 [details] Switch spawn-fcgi to cmake spawn-fcgi's configure script doesn't detect the presence of IPv6 support even when I patch the port to explicitly pass --enable-ipv6. This software also has cmake support, and cmake's IPv6 detection works, so use that instead.
Created attachment 154123 [details] Configure log checking for IPv6 support... no
Created attachment 154124 [details] Cmake test log -- Performing Test HAVE_IPV6 - Success And working perfectly in my v6-only jails: USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS www python2.7 3597 0 tcp6 fdf0:5bcf:1335:1:1::8:9000 *:* www python2.7 3597 3 tcp6 fdf0:5bcf:1335:1:1::8:9000 *:*
This patch works fine. I approve.
Sorry, didn't set the maintainer feedback flag last time.
A commit references this bug: Author: vanilla Date: Wed Mar 18 13:48:21 UTC 2015 New revision: 381550 URL: https://svnweb.freebsd.org/changeset/ports/381550 Log: switch to cmake. PR: 198483 Submitted by: root@cooltrainer.org Approved by: maintainer Changes: head/www/spawn-fcgi/Makefile