Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 10:36:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345799 - head/www/nghttp2
Message-ID:  <201402241036.s1OAa6aJ058158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241036.s1OAa6aJ058158>