FreeBSD Bugzilla – Attachment 189090 Details for
Bug 224578
net/asio: Added NO_ARCH=yes; Removed USES=gmake; Regenerated patches; Sorted the USES section
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
asio.patch (text/plain), 2.45 KB, created by
Yuri Victorovich
on 2017-12-25 04:00:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-12-25 04:00:54 UTC
Size:
2.45 KB
patch
obsolete
>Index: net/asio/Makefile >=================================================================== >--- net/asio/Makefile (revision 456941) >+++ net/asio/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= asio > PORTVERSION= 1.10.6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ > >@@ -15,9 +15,10 @@ > > RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs > >+USES= tar:bz2 > GNU_CONFIGURE= yes >-USES= gmake tar:bz2 > NO_BUILD= yes >+NO_ARCH= yes > INSTALL_TARGET= install-data > > .include <bsd.port.mk> >Index: net/asio/files/patch-configure >=================================================================== >--- net/asio/files/patch-configure (revision 456941) >+++ net/asio/files/patch-configure (working copy) >@@ -1,9 +1,11 @@ > Since we aren't compiling anything for the port, don't look for boost: >---- configure 2014-10-01 20:10:53.000000000 -0400 >-+++ configure 2014-11-30 12:32:04.000000000 -0500 >-@@ -5026,5 +5026,4 @@ >+--- configure.orig 2015-03-23 20:37:48 UTC >++++ configure >+@@ -5025,7 +5025,6 @@ else >+ > echo "Can't find boost headers. Please check the location of the boost" > echo "distribution and rerun configure using the --with-boost=DIR option." > - exit 1 > > fi >+ >Index: net/asio/files/patch-include_asio_ssl_impl_context.ipp >=================================================================== >--- net/asio/files/patch-include_asio_ssl_impl_context.ipp (revision 456941) >+++ net/asio/files/patch-include_asio_ssl_impl_context.ipp (working copy) >@@ -1,11 +1,11 @@ > --- include/asio/ssl/impl/context.ipp.orig 2015-03-23 20:28:30 UTC > +++ include/asio/ssl/impl/context.ipp >-@@ -88,7 +88,15 @@ context::context(context::method m) >+@@ -88,6 +88,14 @@ context::context(context::method m) > handle_ = ::SSL_CTX_new(::SSLv2_server_method()); > break; > #endif // defined(OPENSSL_NO_SSL2) > +#if defined(OPENSSL_NO_SSL3) >- case context::sslv3: >++ case context::sslv3: > + case context::sslv3_client: > + case context::sslv3_server: > + asio::detail::throw_error( >@@ -12,10 +12,9 @@ > + asio::error::invalid_argument, "context"); > + break; > +#else // defined(OPENSSL_NO_SSL3) >-+ case context::sslv3: >+ case context::sslv3: > handle_ = ::SSL_CTX_new(::SSLv3_method()); > break; >- case context::sslv3_client: > @@ -97,6 +105,7 @@ context::context(context::method m) > case context::sslv3_server: > handle_ = ::SSL_CTX_new(::SSLv3_server_method());
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 224578
:
189089
| 189090