| 158 |
IGNORE= only supports LIBSSH2 with OpenSSL |
IGNORE= only supports LIBSSH2 with OpenSSL |
| 159 |
.endif |
.endif |
| 160 |
|
|
| 161 |
|
.if ${PORT_OPTIONS:MOPENSSL} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl" |
| 162 |
|
.if ${PORT_OPTIONS:MGSSAPI_BASE} |
| 163 |
|
IGNORE= with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and link against base OpenSSL |
| 164 |
|
.endif |
| 165 |
|
.if ${PORT_OPTIONS:MTLS_SRP} |
| 166 |
|
IGNORE= unsupported TLS-SRP in LibreSSL |
| 167 |
|
.endif |
| 168 |
|
.endif |
| 169 |
|
|
| 170 |
post-patch: |
post-patch: |
| 171 |
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in |
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in |
| 172 |
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure |
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure |