Bug 209159 - www/nginx: shouldn't force WITH_OPENSSL_PORTS on 11.x and above
Summary: www/nginx: shouldn't force WITH_OPENSSL_PORTS on 11.x and above
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 02:30 UTC by Peter Wemm
Modified: 2016-04-30 18:32 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!