- Unbreak (not tested by me, because 5.2.1 still has EAI_NODATA. You may want to verify this fix on -CURRENT) - Put USE_OPENSSL before <bsd.port.pre.mk> - make configure happy - make pre-configure target non-fatal. This makes interrupting and resuming the configure stage possible. New file: files/patch-eai_nodata I send a patch to ports@ for unifying these WITH{,_OUT}_foo={yes,no,1} once, but response to it was rather lacking... Port maintainer (vanilla@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 How-To-Repeat: Note to maintainer: The WITH_foo logic in this port is flawed. Checking for WITH_foo=yes is not very robust because people may run with -DWITH_foo. Therefore it's better to check for WITH_foo=no or defined(WITHOUT_foo). Try 'make -DWITH_IPV6', it will result in IPv6 support being _disabled_
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer
State Changed From-To: open->closed Committed, thanks.