|
Lines 144-149
Link Here
|
| 144 |
IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS |
144 |
IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS |
| 145 |
.endif |
145 |
.endif |
| 146 |
|
146 |
|
|
|
147 |
.if ${PORT_OPTIONS:MTLS_SRP} && "${OPENSSL_PORT:tl}" == "security/libressl" |
| 148 |
IGNORE= TLS-SRP not supported in LibreSSL |
| 149 |
.endif |
| 150 |
|
| 147 |
.if !${PORT_OPTIONS:MLDAP} && ${PORT_OPTIONS:MLDAPS} |
151 |
.if !${PORT_OPTIONS:MLDAP} && ${PORT_OPTIONS:MLDAPS} |
| 148 |
IGNORE= only supports LDAPS with LDAP |
152 |
IGNORE= only supports LDAPS with LDAP |
| 149 |
.endif |
153 |
.endif |
|
Lines 160-165
Link Here
|
| 160 |
CONFIGURE_ARGS+=--without-gssapi |
164 |
CONFIGURE_ARGS+=--without-gssapi |
| 161 |
.endif |
165 |
.endif |
| 162 |
|
166 |
|
|
|
167 |
.if ${PORT_OPTIONS:MGSSAPI_BASE} && "${OPENSSL_PORT:tl}" == "security/libressl" |
| 168 |
IGNORE= Base GSS-API conflicts with LibreSSL |
| 169 |
.endif |
| 170 |
|
| 163 |
post-patch: |
171 |
post-patch: |
| 164 |
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in |
172 |
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in |
| 165 |
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure |
173 |
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure |