summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-01 20:36:09 +0000
committeradam <adam@pkgsrc.org>2018-01-01 20:36:09 +0000
commit88e501945d2ea85a51d736ca360124613cd6ecf3 (patch)
tree46711bd78b5fccb7a307cee0397166d33351bb2b /devel/boost-libs
parent098378bba744c294fd092fc0a31829047a9d8895 (diff)
downloadpkgsrc-88e501945d2ea85a51d736ca360124613cd6ecf3.tar.gz
boost: updated to 1.66.0
1.66.0: New Libraries Beast: Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio, from Vinnie Falco. CallableTraits: A spiritual successor to Boost.FunctionTypes, Boost.CallableTraits is a header-only C++11 library for the compile-time inspection and manipulation of all 'callable' types. Additional support for C++17 features, from Barrett Adair. Mp11: A C++11 metaprogramming library, from Peter Dimov.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile3
-rw-r--r--devel/boost-libs/buildlink3.mk6
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index d94251fd2b7..a9cf0a042d8 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2017/12/28 02:18:42 minskim Exp $
+# $NetBSD: Makefile,v 1.62 2018/01/01 20:36:09 adam Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed
BOOST_INSTALL_LIBS= yes
-PKGREVISION= 3
.include "../../meta-pkgs/boost/Makefile.common"
INSTALLATION_DIRS+= lib
diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk
index 9bbd379627c..e96bca5f919 100644
--- a/devel/boost-libs/buildlink3.mk
+++ b/devel/boost-libs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.44 2017/08/24 19:31:32 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.45 2018/01/01 20:36:09 adam Exp $
BUILDLINK_TREE+= boost-libs
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-libs
BOOST_LIBS_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.65.*
-BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.65.0
+BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.66.*
+BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.66.0
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
.include "../../mk/bsd.fast.prefs.mk"