sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d582d2a2d823787036007a837a0d203ff19d06a5)
- From: Treeve Jelbert <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d582d2a2d823787036007a837a0d203ff19d06a5)
- Date: Tue, 10 Jul 2012 06:18:19 -0500
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 5 +++++
libs/boost/PRE_BUILD | 1 -
libs/boost/converter_policies_hpp.patch | 24 ------------------------
4 files changed, 7 insertions(+), 27 deletions(-)
New commits:
commit d582d2a2d823787036007a837a0d203ff19d06a5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
boost: => 1_50_0
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index a0523c1..ef43f3f 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_49_0
-
SOURCE_HASH=sha512:9f6198270659df112a57731afe31cbf1012d103ba36ed82f6c3f1bdc0185ddb89dcc42c5dfb9ee3f95973d52999aad6c7509dc61125420d45146e39ebf20219d
+ VERSION=1_50_0
+
SOURCE_HASH=sha512:5909a2eca520a28af31de6a36c51f57b11fddcc0a51493a1e500ade00d9c4e78175c4892c04857ee385f3874f96e561b74b6427e1a155102e926421067d889fe
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 5d0a681..b9bc812 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,8 @@
+2012-07-10 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_50_0
+ * converter_policies_hpp.patch: deleted
+ * PRE_BUILD: do not apply patch
+
2012-04-23 Treeeve Jelbert <treeve AT sourcemage.org>
* DEPENDS, *SUB_DEPENDS: python => PYTHON
* PRE_BUILD: fix detection of python3
diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index 5bdb55c..c70df8d 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -2,7 +2,6 @@ default_pre_build &&
message "${MESSAGE_COLOR}Allow providing our own
CXXFLAGS...${DEFAULT_COLOR}" &&
patch $SOURCE_DIRECTORY/tools/build/v2/tools/gcc.jam \
$SCRIPT_DIRECTORY/boost-use-cxxflags.patch &&
-patch -p1 -d $SOURCE_DIRECTORY <
$SCRIPT_DIRECTORY/converter_policies_hpp.patch &&
if is_depends_enabled $SPELL python3;then
cd $SOURCE_DIRECTORY &&
diff --git a/libs/boost/converter_policies_hpp.patch
b/libs/boost/converter_policies_hpp.patch
deleted file mode 100644
index 4065b21..0000000
--- a/libs/boost/converter_policies_hpp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- 1.1/boost/numeric/conversion/converter_policies.hpp 2009-07-13
14:41:34 +01:00
-+++ edited/boost/numeric/conversion/converter_policies.hpp 2011-01-14
12:06:18 +00:00
-@@ -21,6 +21,8 @@
- #include "boost/mpl/if.hpp"
- #include "boost/mpl/integral_c.hpp"
-
-+#include "boost/throw_exception.hpp"
-+
- namespace boost { namespace numeric
- {
-
-@@ -159,9 +161,9 @@
- void operator() ( range_check_result r ) //
throw(negative_overflow,positive_overflow)
- {
- if ( r == cNegOverflow )
-- throw negative_overflow() ;
-+ boost::throw_exception(negative_overflow()) ;
- else if ( r == cPosOverflow )
-- throw positive_overflow() ;
-+ boost::throw_exception(positive_overflow()) ;
- }
- } ;
-
-
- [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d582d2a2d823787036007a837a0d203ff19d06a5), Treeve Jelbert, 07/10/2012
Archive powered by MHonArc 2.6.24.