Index: head/www/nghttp2/files/patch-shrpx.cc =================================================================== --- head/www/nghttp2/files/patch-shrpx.cc (revision 380121) +++ head/www/nghttp2/files/patch-shrpx.cc (nonexistent) @@ -1,12 +0,0 @@ ---- src/shrpx.cc.orig 2015-01-25 09:01:44.000000000 -0500 -+++ src/shrpx.cc 2015-02-09 17:51:30.000000000 -0500 -@@ -1862,6 +1862,7 @@ - - if (get_config()->rlimit_nofile) { -- struct rlimit lim = {get_config()->rlimit_nofile, -- get_config()->rlimit_nofile}; -+ struct rlimit lim; -+ -+ lim.rlim_cur = lim.rlim_max = get_config()->rlimit_nofile; - if (setrlimit(RLIMIT_NOFILE, &lim) != 0) { - auto error = errno; Property changes on: head/www/nghttp2/files/patch-shrpx.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/nghttp2/Makefile =================================================================== --- head/www/nghttp2/Makefile (revision 380121) +++ head/www/nghttp2/Makefile (revision 380122) @@ -1,71 +1,71 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT BUILD_DEPENDS= libev>=4.15:${PORTSDIR}/devel/libev \ libevent2>=2.0.8:${PORTSDIR}/devel/libevent2 \ spdylay>=1.3.0:${PORTSDIR}/www/spdylay LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ libspdylay.so:${PORTSDIR}/www/spdylay RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= ASIO HPACK OPTIONS_DEFAULT=HPACK OPTIONS_SUB= yes CONFIGURE_ARGS= --disable-python-bindings \ --enable-app \ --enable-examples \ --with-spdylay CONFIGURE_ENV= LIBEV_CFLAGS="-I${LOCALBASE}/include" \ LIBEV_LIBS="-L${LOCALBASE}/lib -lev" \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LIBS+= -L${LOCALBASE}/lib -lev USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz PORTDOCS= * ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost=${LOCALBASE} --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs ASIO_RUN_DEPENDS= boost-libs>=1.54.0:${PORTSDIR}/devel/boost-libs HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson .include .if ${OSVERSION} < 1000000 BROKEN= Does not build .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^DEFAULT_INCLUDES = |&-I${WRKSRC}/src/includes |' ${WRKSRC}/examples/Makefile.in ${WRKSRC}/src/Makefile.in .include Index: head/www/nghttp2/distinfo =================================================================== --- head/www/nghttp2/distinfo (revision 380121) +++ head/www/nghttp2/distinfo (revision 380122) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.7.4.tar.xz) = fb71dddd7b94c8af83cb6a89b76f30ebbe1e8b0085997c370934dd57667be8f6 -SIZE (nghttp2-0.7.4.tar.xz) = 853256 +SHA256 (nghttp2-0.7.5.tar.xz) = b2a05b4481881228db90314e14cb33511037a9e5940e31b826b688f27a6628d1 +SIZE (nghttp2-0.7.5.tar.xz) = 858444 Index: head/www/nghttp2/pkg-plist =================================================================== --- head/www/nghttp2/pkg-plist (revision 380121) +++ head/www/nghttp2/pkg-plist (revision 380122) @@ -1,23 +1,23 @@ %%HPACK%%bin/deflatehd bin/h2load %%HPACK%%bin/inflatehd bin/nghttp bin/nghttpd bin/nghttpx include/nghttp2/asio_http2.h include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.5.0 +lib/libnghttp2.so.5.6.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.0 %%ASIO%%lib/libnghttp2_asio.so.0.0.0 libdata/pkgconfig/libnghttp2.pc %%ASIO%%libdata/pkgconfig/libnghttp2_asio.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz man/man1/nghttpd.1.gz man/man1/nghttpx.1.gz