View | Details | Raw Unified | Return to bug 195345
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	nghttp2
4
PORTNAME=	nghttp2
5
PORTVERSION=	0.6.6
5
PORTVERSION=	0.6.7
6
CATEGORIES=	www net
6
CATEGORIES=	www net
7
MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
7
MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
Lines 23-28 Link Here
23
OPTIONS_SUB=	yes
23
OPTIONS_SUB=	yes
24
24
25
CONFIGURE_ARGS=	--disable-python-bindings \
25
CONFIGURE_ARGS=	--disable-python-bindings \
26
		--disable-silent-rules \
26
		--enable-app \
27
		--enable-app \
27
		--enable-examples \
28
		--enable-examples \
28
		--with-spdylay
29
		--with-spdylay
Lines 60-64 Link Here
60
61
61
post-patch:
62
post-patch:
62
	@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
63
	@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
64
	@${REINPLACE_CMD} -e 's|^\(DEFAULT_INCLUDES *=\)|\1 -I${WRKSRC}/src/includes|' \
65
		${WRKSRC}/src/Makefile.in ${WRKSRC}/examples/Makefile.in
63
66
64
.include <bsd.port.post.mk>
67
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nghttp2-0.6.6.tar.xz) = 3636ead6820e153990a61308d1bdbdb970a0980dd109fe73a710fbabcc0015b0
1
SHA256 (nghttp2-0.6.7.tar.xz) = 6cd748982f03c0039072c6a61c8dd88fe270ec34b826fb4591e5ed93f1a8376c
2
SIZE (nghttp2-0.6.6.tar.xz) = 799492
2
SIZE (nghttp2-0.6.7.tar.xz) = 813524
(-)pkg-plist (-1 / +1 lines)
Lines 10-16 Link Here
10
lib/libnghttp2.a
10
lib/libnghttp2.a
11
lib/libnghttp2.so
11
lib/libnghttp2.so
12
lib/libnghttp2.so.5
12
lib/libnghttp2.so.5
13
lib/libnghttp2.so.5.2.1
13
lib/libnghttp2.so.5.2.2
14
%%ASIO%%lib/libnghttp2_asio.a
14
%%ASIO%%lib/libnghttp2_asio.a
15
%%ASIO%%lib/libnghttp2_asio.so
15
%%ASIO%%lib/libnghttp2_asio.so
16
%%ASIO%%lib/libnghttp2_asio.so.0
16
%%ASIO%%lib/libnghttp2_asio.so.0

Return to bug 195345