FreeBSD Bugzilla – Attachment 179809 Details for
Bug 216785
www/lynx: add LIB_DEPENDS= libidn.so:dns/libidn, fix build with libressl-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build with libressl/devel
patch (text/plain), 1.73 KB, created by
Matthew Rezny
on 2017-02-09 21:43:26 UTC
(
hide
)
Description:
fix build with libressl/devel
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2017-02-09 21:43:26 UTC
Size:
1.73 KB
patch
obsolete
>Index: www/lynx/Makefile >=================================================================== >--- www/lynx/Makefile (revision 433756) >+++ www/lynx/Makefile (working copy) >@@ -15,6 +15,8 @@ > > LICENSE= GPLv2 > >+LIB_DEPENDS= libidn.so:dns/libidn >+ > CONFLICTS= lynx-2.8.[8-9]d* > > USES= cpe ncurses shebangfix tar:bzip2 >@@ -59,7 +61,7 @@ > post-install-DOCS-on: > # Fix some stage symlinks > .for doc in COPYHEADER COPYING COPYHEADER.asc COPYING.asc >- (cd ${STAGEDIR}${L_HELP} && ln -sf ../doc/lynx/${doc} .) >+ (cd ${STAGEDIR}${L_HELP} && ${LN} -sf ../doc/lynx/${doc} .) > .endfor > > .include <bsd.port.pre.mk> >Index: www/lynx/files/patch-WWW_Library_Implementation_HTTP.c >=================================================================== >--- www/lynx/files/patch-WWW_Library_Implementation_HTTP.c (nonexistent) >+++ www/lynx/files/patch-WWW_Library_Implementation_HTTP.c (working copy) >@@ -0,0 +1,11 @@ >+--- WWW/Library/Implementation/HTTP.c.orig 2017-02-09 21:20:27 UTC >++++ WWW/Library/Implementation/HTTP.c >+@@ -721,7 +722,7 @@ static int HTLoadHTTP(const char *arg, >+ #elif SSLEAY_VERSION_NUMBER >= 0x0900 >+ #ifndef USE_NSS_COMPAT_INCL >+ if (!try_tls) { >+- handle->options |= SSL_OP_NO_TLSv1; >++ SSL_set_options(handle, SSL_OP_NO_TLSv1); >+ #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT) >+ } else { >+ int ret = (int) SSL_set_tlsext_host_name(handle, ssl_host); > >Property changes on: www/lynx/files/patch-WWW_Library_Implementation_HTTP.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 216785
:
179602
|
179673
| 179809