View | Details | Raw Unified | Return to bug 210773 | Differences between
and this patch

Collapse All | Expand All

(-)www/mod_spdy/Makefile (-2 / +5 lines)
Lines 25-33 Link Here
25
		bash:shells/bash
25
		bash:shells/bash
26
26
27
ONLY_FOR_ARCHS=	amd64 i386
27
ONLY_FOR_ARCHS=	amd64 i386
28
USE_OPENSSL=	yes
29
USE_APACHE=	22
28
USE_APACHE=	22
30
USES=		compiler execinfo gmake python:2 tar:xz
29
USES=		compiler execinfo gmake python:2 ssl tar:xz
31
REINPLACE_ARGS=	-i ""
30
REINPLACE_ARGS=	-i ""
32
31
33
WRKSRC=		${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
32
WRKSRC=		${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
Lines 85-90 Link Here
85
84
86
.include <bsd.port.pre.mk>
85
.include <bsd.port.pre.mk>
87
86
87
.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != ""
88
IGNORE=		${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2
89
.endif
90
88
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
91
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
89
CXXFLAGS+=	-Wno-unused-local-typedef
92
CXXFLAGS+=	-Wno-unused-local-typedef
90
.endif
93
.endif
(-)www/mod_spdy/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
3
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
4
4
5
5
6
WWW: http://code.google.com/p/mod-spdy/
6
WWW: https://developers.google.com/speed/spdy/mod_spdy/

Return to bug 210773