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> |