FreeBSD Bugzilla – Attachment 153968 Details for
Bug 198397
[PATCH] ftp/curl: GSSAPI_BASE and LibreSSL include overlap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for ftp/curl
patch-ftp_curl (text/plain), 982 bytes, created by
Bernard Spil
on 2015-03-07 20:42:15 UTC
(
hide
)
Description:
svn diff for ftp/curl
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-03-07 20:42:15 UTC
Size:
982 bytes
patch
obsolete
>Index: ftp/curl/Makefile >=================================================================== >--- ftp/curl/Makefile (revision 380713) >+++ ftp/curl/Makefile (working copy) >@@ -144,6 +144,10 @@ > IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS > .endif > >+.if ${PORT_OPTIONS:MTLS_SRP} && "${OPENSSL_PORT:tl}" == "security/libressl" >+IGNORE= TLS-SRP not supported in LibreSSL >+.endif >+ > .if !${PORT_OPTIONS:MLDAP} && ${PORT_OPTIONS:MLDAPS} > IGNORE= only supports LDAPS with LDAP > .endif >@@ -160,6 +164,10 @@ > CONFIGURE_ARGS+=--without-gssapi > .endif > >+.if ${PORT_OPTIONS:MGSSAPI_BASE} && "${OPENSSL_PORT:tl}" == "security/libressl" >+IGNORE= Base GSS-API conflicts with LibreSSL >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in > @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198397
: 153968 |
153969