Friday, January 26, 2018

UPDATE: devel/boost

Hi All!

This time easier than last time and a relative easy update to the
current boost.

Changelog: http://www.boost.org/users/history/version_1_66_0.html

I did not build all consumers. Bulk feedback wanted.

Best regards,

Rafael Sadowski


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/boost/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile 26 Dec 2017 19:18:49 -0000 1.72
+++ Makefile 26 Jan 2018 08:46:45 -0000
@@ -2,7 +2,7 @@

COMMENT= free peer-reviewed portable C++ source libraries

-VERSION= 1.65.1
+VERSION= 1.66.0
DISTNAME= boost_${VERSION:S/./_/g}
PKGNAME= boost-${VERSION}
CATEGORIES= devel
@@ -52,7 +52,7 @@ HOMEPAGE= http://www.boost.org/

MAINTAINER= Brad Smith <brad@comstyle.com>

-# MIT-like
+# Boost
PERMIT_PACKAGE_CDROM= Yes

WANTLIB += ${COMPILER_LIBCXX} bz2 c iconv m z
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/boost/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo 26 Dec 2017 19:18:49 -0000 1.9
+++ distinfo 26 Jan 2018 08:46:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (boost_1_65_1.tar.bz2) = mAel0WVmxX/XT7Uidk4LE0qLvmtuiWe4Ov79MNzTvoE=
-SIZE (boost_1_65_1.tar.bz2) = 82594767
+SHA256 (boost_1_66_0.tar.bz2) = VyGBglPmoJiVgxkvlngsSpjrYgSWUxbfn1rXWBkiXKk=
+SIZE (boost_1_66_0.tar.bz2) = 85995778
Index: patches/patch-Jamroot
===================================================================
RCS file: /cvs/ports/devel/boost/patches/patch-Jamroot,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Jamroot
--- patches/patch-Jamroot 26 Dec 2017 19:18:49 -0000 1.5
+++ patches/patch-Jamroot 26 Jan 2018 08:46:45 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-Jamroot,v 1.5 2017/12/26
Index: Jamroot
--- Jamroot.orig
+++ Jamroot
-@@ -133,8 +133,9 @@ import link ;
+@@ -134,8 +134,9 @@ import threadapi-feature ;
path-constant BOOST_ROOT : . ;
- constant BOOST_VERSION : 1.65.1 ;
+ constant BOOST_VERSION : 1.66.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
+constant SO_VERSION : ${SO_VERSION} ;

Index: patches/patch-boost_asio_ssl_old_detail_openssl_context_service_hpp
===================================================================
RCS file: patches/patch-boost_asio_ssl_old_detail_openssl_context_service_hpp
diff -N patches/patch-boost_asio_ssl_old_detail_openssl_context_service_hpp
--- patches/patch-boost_asio_ssl_old_detail_openssl_context_service_hpp 26 Dec 2017 19:18:49 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-$OpenBSD: patch-boost_asio_ssl_old_detail_openssl_context_service_hpp,v 1.2 2017/12/26 19:18:49 rsadowski Exp $
-Index: boost/asio/ssl/old/detail/openssl_context_service.hpp
---- boost/asio/ssl/old/detail/openssl_context_service.hpp.orig
-+++ boost/asio/ssl/old/detail/openssl_context_service.hpp
-@@ -85,14 +85,7 @@ class openssl_context_service (public)
- impl = ::SSL_CTX_new(::SSLv2_server_method());
- break;
-

No comments:

Post a Comment