Bug 209159

Summary: www/nginx: shouldn't force WITH_OPENSSL_PORTS on 11.x and above
Product: Ports & Packages Reporter: Peter Wemm <peter>
Component: Individual Port(s)Assignee: Sergey A. Osokin <osa>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (osa)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Peter Wemm freebsd_committer freebsd_triage 2016-04-30 02:30:52 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-30 18:32:05 UTC
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
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2016-04-30 18:32:34 UTC
Fixed, thanks for report!