From fa76bedb0eac65b88e6ff504bd5a75d4ab44f52e Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 2 May 2018 21:46:52 +0000 Subject: [PATCH] boost-1.57.0: fix typo in patchset. Thanks @phoudoin! Closes #2529 --- dev-libs/boost/boost-1.57.0.recipe | 2 +- dev-libs/boost/patches/boost-1.57.0.patchset | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/boost/boost-1.57.0.recipe b/dev-libs/boost/boost-1.57.0.recipe index 0780605a8..122c16ed8 100644 --- a/dev-libs/boost/boost-1.57.0.recipe +++ b/dev-libs/boost/boost-1.57.0.recipe @@ -8,7 +8,7 @@ testing. It contains over eighty individual libraries. HOMEPAGE="http://www.boost.org/" SOURCE_URI="http://sourceforge.net/projects/boost/files/boost/$portVersion/boost_1_57_0.tar.bz2" CHECKSUM_SHA256="910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967" -REVISION="1" +REVISION="2" LICENSE="Boost v1.0" COPYRIGHT="1998-2014 Beman Dawes, David Abrahams, Rene Rivera, et al." ARCHITECTURES="!x86_gcc2 x86 ?x86_64" diff --git a/dev-libs/boost/patches/boost-1.57.0.patchset b/dev-libs/boost/patches/boost-1.57.0.patchset index acb4d4586..b78e4cfa4 100644 --- a/dev-libs/boost/patches/boost-1.57.0.patchset +++ b/dev-libs/boost/patches/boost-1.57.0.patchset @@ -172,7 +172,7 @@ index b15282b..daef19e 100644 "{\n", "BINDIR ?= /boot/apps ;\n", diff --git a/tools/build/src/tools/builtin.jam b/tools/build/src/tools/builtin.jam -index d62680a..4bde8e7 100644 +index d62680a..1934f85 100644 --- a/tools/build/src/tools/builtin.jam +++ b/tools/build/src/tools/builtin.jam @@ -40,8 +40,8 @@ import convert ; @@ -190,7 +190,7 @@ index d62680a..4bde8e7 100644 case COHERENT : host-os = unix ; case DRAGONFLYBSD : host-os = bsd ; case IRIX : host-os = sgi ; -+ case HQIKU : host-os = haiku ; ++ case HAIKU : host-os = haiku ; case MACOSX : host-os = darwin ; case KFREEBSD : host-os = freebsd ; case LINUX : host-os = linux ;