svn commit: r345799 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 10:36:06 UTC 2014


Author: sunpoet
Date: Mon Feb 24 10:36:05 2014
New Revision: 345799
URL: http://svnweb.freebsd.org/changeset/ports/345799
QAT: https://qat.redports.org/buildarchive/r345799/

Log:
  - Add HPACK option

Modified:
  head/www/nghttp2/Makefile
  head/www/nghttp2/pkg-plist

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Mon Feb 24 10:36:00 2014	(r345798)
+++ head/www/nghttp2/Makefile	Mon Feb 24 10:36:05 2014	(r345799)
@@ -14,6 +14,9 @@ LICENSE=	MIT
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2 \
 		libspdylay.so:${PORTSDIR}/www/spdylay
 
+OPTIONS_DEFINE=	HPACK
+OPTIONS_SUB=	yes
+
 CONFIGURE_ARGS=	--disable-python-bindings \
 		--enable-app \
 		--enable-examples
@@ -31,6 +34,9 @@ USES=		compiler:c++11-lang pathfix pkgco
 
 PORTDOCS=	*
 
+HPACK_CONFIGURE_ARGS=	--enable-hpack-tools
+HPACK_LIB_DEPENDS=	libjansson.so:${PORTSDIR}/devel/jansson
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT)

Modified: head/www/nghttp2/pkg-plist
==============================================================================
--- head/www/nghttp2/pkg-plist	Mon Feb 24 10:36:00 2014	(r345798)
+++ head/www/nghttp2/pkg-plist	Mon Feb 24 10:36:05 2014	(r345799)
@@ -1,3 +1,5 @@
+%%HPACK%%bin/deflatehd
+%%HPACK%%bin/inflatehd
 bin/nghttp
 bin/nghttpd
 bin/nghttpx


More information about the svn-ports-all mailing list