From owner-svn-ports-all@freebsd.org Tue Nov 1 17:52:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4854BC29F7E; Tue, 1 Nov 2016 17:52:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C10E11384; Tue, 1 Nov 2016 17:52:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA1HqIoX061020; Tue, 1 Nov 2016 17:52:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA1HqImi061018; Tue, 1 Nov 2016 17:52:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611011752.uA1HqImi061018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Nov 2016 17:52:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425067 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 17:52:20 -0000 Author: sunpoet Date: Tue Nov 1 17:52:18 2016 New Revision: 425067 URL: https://svnweb.freebsd.org/changeset/ports/425067 Log: - Cosmetic change - Remove unnecessary second argument of @sample Modified: head/www/nghttp2/Makefile head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Tue Nov 1 17:52:14 2016 (r425066) +++ head/www/nghttp2/Makefile Tue Nov 1 17:52:18 2016 (r425067) @@ -12,13 +12,12 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= APP SPDY ASIO DOCS HPACK +OPTIONS_DEFINE= APP ASIO DOCS HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes - -USE_RC_SUBR= nghttpx - -USE_GITHUB= yes +APP_DESC= Build h2load, nghttp, nghttpd and nghttpx +SPDY_DESC= Enable SPDY in h2load and nghttpx +SPDY_IMPLIES= APP CONFIGURE_ARGS= --disable-python-bindings \ --disable-examples @@ -30,32 +29,29 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_LDCONFIG= yes +USE_RC_SUBR= nghttpx USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig ssl PORTDATA= fetch-ocsp-response PORTDOCS= * -APP_DESC= Build nghttp, nghttpd, nghttpx, h2load +USE_GITHUB= yes + APP_BUILD_DEPENDS= libev>=4.15:devel/libev -APP_LIB_DEPENDS= libev.so:devel/libev +APP_CONFIGURE_OFF= --without-libxml2 APP_CONFIGURE_ENABLE= app +APP_LIB_DEPENDS= libev.so:devel/libev APP_USE= GNOME=libxml2 -APP_CONFIGURE_OFF= --without-libxml2 - ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs ASIO_RUN_DEPENDS= boost-libs>=1.54.0:devel/boost-libs - HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson - -SPDY_DESC= Enable SPDY in nghttpx and h2load SPDY_BUILD_DEPENDS= spdylay>=1.3.0:www/spdylay -SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay -SPDY_IMPLIES= APP SPDY_CONFIGURE_WITH= spdylay +SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay .include Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Tue Nov 1 17:52:14 2016 (r425066) +++ head/www/nghttp2/pkg-plist Tue Nov 1 17:52:18 2016 (r425067) @@ -4,7 +4,7 @@ %%APP%%bin/nghttp %%APP%%bin/nghttpd %%APP%%bin/nghttpx -@sample etc/nghttpx/nghttpx.conf.sample etc/nghttpx/nghttpx.conf +@sample etc/nghttpx/nghttpx.conf.sample %%ASIO%%include/nghttp2/asio_http2.h %%ASIO%%include/nghttp2/asio_http2_client.h %%ASIO%%include/nghttp2/asio_http2_server.h