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