FreeBSD Bugzilla – Attachment 173695 Details for
Bug 211774
[PATCH] www/nghttp2: Update to v1.13.0 and enable build of library only
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile, pkg-plist, distinfo
nghttp2.patch (text/plain), 3.31 KB, created by
Robert Schulze
on 2016-08-15 08:12:30 UTC
(
hide
)
Description:
Patch for Makefile, pkg-plist, distinfo
Filename:
MIME Type:
Creator:
Robert Schulze
Created:
2016-08-15 08:12:30 UTC
Size:
3.31 KB
patch
obsolete
>diff -Naur www/nghttp2.orig/Makefile www/nghttp2/Makefile >--- www/nghttp2.orig/Makefile 2016-08-12 14:57:06.615079000 +0200 >+++ www/nghttp2/Makefile 2016-08-15 09:58:12.915133000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/www/nghttp2/Makefile 417534 2016-06-26 17:12:55Z sunpoet $ > > PORTNAME= nghttp2 >-PORTVERSION= 1.11.1 >+PORTVERSION= 1.13.0 > DISTVERSIONPREFIX= v > CATEGORIES= www net > >@@ -12,23 +12,27 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= libev>=4.15:devel/libev \ >- libevent2>=2.0.8:devel/libevent2 \ >- spdylay>=1.3.0:www/spdylay >-LIB_DEPENDS= libev.so:devel/libev \ >- libevent_openssl.so:devel/libevent2 \ >- libspdylay.so:www/spdylay >- >-OPTIONS_DEFINE= ASIO DOCS HPACK >-OPTIONS_DEFAULT=HPACK >+OPTIONS_DEFINE= APP SPDY ASIO DOCS HPACK >+OPTIONS_DEFAULT=APP HPACK SPDY > OPTIONS_SUB= yes > >+APP_DESC=Build nghttp, nghttpd, nghttpx, h2load >+APP_BUILD_DEPENDS=libev>=4.15:devel/libev >+APP_LIB_DEPENDS=libev.so:devel/libev >+APP_CONFIGURE_ENABLE=app >+APP_USE= GNOME=libxml2 >+APP_CONFIGURE_OFF=--without-libxml2 >+ >+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 >+ > USE_GITHUB= yes > > CONFIGURE_ARGS= --disable-python-bindings \ >- --enable-app \ >- --enable-examples \ >- --with-spdylay >+ --disable-examples > CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ > OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ > ZLIB_CFLAGS="-I${INCLUDEDIR}" \ >@@ -37,7 +41,6 @@ > INSTALL_TARGET= install-strip > PATHFIX_MAKEFILEIN= Makefile.am > USE_CXXSTD= c++11 >-USE_GNOME= libxml2 > USE_LDCONFIG= yes > USE_OPENSSL= yes > USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig >diff -Naur www/nghttp2.orig/distinfo www/nghttp2/distinfo >--- www/nghttp2.orig/distinfo 2016-08-12 14:57:06.615171000 +0200 >+++ www/nghttp2/distinfo 2016-08-15 09:59:38.078954000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1464481528 >-SHA256 (nghttp2-nghttp2-v1.11.1_GH0.tar.gz) = 3c134ec8050c02b9b0aec93b9270f51f65800621bd336192f34c37fd34310962 >-SIZE (nghttp2-nghttp2-v1.11.1_GH0.tar.gz) = 1630017 >+TIMESTAMP = 1471247978 >+SHA256 (nghttp2-nghttp2-v1.13.0_GH0.tar.gz) = 8af771a8dfda96c8bfcc00b65ce447b559379df17d5a8525e03c0b306ba33f95 >+SIZE (nghttp2-nghttp2-v1.13.0_GH0.tar.gz) = 1663385 >diff -Naur www/nghttp2.orig/pkg-plist www/nghttp2/pkg-plist >--- www/nghttp2.orig/pkg-plist 2016-08-12 14:57:06.615355000 +0200 >+++ www/nghttp2/pkg-plist 2016-08-15 10:04:24.679746000 +0200 >@@ -1,9 +1,9 @@ > %%HPACK%%bin/deflatehd >-bin/h2load >+%%APP%%bin/h2load > %%HPACK%%bin/inflatehd >-bin/nghttp >-bin/nghttpd >-bin/nghttpx >+%%APP%%bin/nghttp >+%%APP%%bin/nghttpd >+%%APP%%bin/nghttpx > %%ASIO%%include/nghttp2/asio_http2.h > %%ASIO%%include/nghttp2/asio_http2_client.h > %%ASIO%%include/nghttp2/asio_http2_server.h >@@ -12,14 +12,14 @@ > lib/libnghttp2.a > lib/libnghttp2.so > lib/libnghttp2.so.14 >-lib/libnghttp2.so.14.8.0 >+lib/libnghttp2.so.14.9.0 > %%ASIO%%lib/libnghttp2_asio.a > %%ASIO%%lib/libnghttp2_asio.so > %%ASIO%%lib/libnghttp2_asio.so.1 > %%ASIO%%lib/libnghttp2_asio.so.1.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 >+%%APP%%man/man1/h2load.1.gz >+%%APP%%man/man1/nghttp.1.gz >+%%APP%%man/man1/nghttpd.1.gz >+%%APP%%man/man1/nghttpx.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211774
:
173586
| 173695