11.x and ports both have 1.0.2g, which is sufficient for CT / HTTPV2. We've worked around this in the freebsd.org cluster with a hack to make.conf: .if (${.CURDIR:M*/www/nginx*} != "" && ${OSVERSION} >= 1100000) WITH_OPENSSL_BASE= YES # override www/nginx bug. .endif I would rather not have to resort to hacks like this.
A commit references this bug: Author: osa Date: Sat Apr 30 18:31:57 UTC 2016 New revision: 414353 URL: https://svnweb.freebsd.org/changeset/ports/414353 Log: Do not force WITH_OPENSSL_PORT on 11.x and above. Bump PORTREVISION. PR: 209159 Changes: head/www/nginx/Makefile head/www/nginx-devel/Makefile
Fixed, thanks for report!