Created attachment 173586 [details] Patch for Makefile and pkg-plist The patch makes it possible to disable the main applications and their dependencies altogether. Furthermore, building of the example applications (and the dependency on libevent-opensssl) is dropped since there were not mentioned in pkg-plist. After all, one can use the library to build www/apache24 with HTTP2 support without any further dependencies.
I prefer not to change the defaults.
Can we at least progress upgrading nghttp2 to 1.13.0? It was released on July 27 and we've missed updating to 1.12.0 as well. 1.11.1 is from 2016-05-29.
Created attachment 173695 [details] Patch for Makefile, pkg-plist, distinfo This patch leaves the defaults untouched and updates the port to nghttp2-v1.13.0.
Patch merged into earlier patch by peter *** This bug has been marked as a duplicate of bug 211494 ***
A commit references this bug: Author: brnrd Date: Sun Sep 11 07:52:27 UTC 2016 New revision: 421805 URL: https://svnweb.freebsd.org/changeset/ports/421805 Log: www/nghttp2: Update to 1.14.0 - Update to 1.14.0 - Switch USE_OPENSSL to USES= ssl - Add options for APPS and SPDY - Default no change (i.e. APPS and SPDY on) - Add rc-script for nghttpx - Add sample config for nghttpx PR: 211336, 211494, 211774 Submitted by: brnrd (211336, version update) Submitted by: peter (211494, rc-script and sample config) Submitted by: Robert Schulze <rs@bytecamp.net> (211774, APPS and SPDY options) Approved by: Maintainer timeout Changes: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/files/ head/www/nghttp2/files/nghttpx.conf.sample head/www/nghttp2/files/nghttpx.in head/www/nghttp2/pkg-plist