Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e91585490a96f705ad66a8265af6c804585dda4b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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 (e91585490a96f705ad66a8265af6c804585dda4b)
  • Date: Sun, 13 May 2007 03:33:25 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/boost/CONFIGURE | 1 +
libs/boost/DETAILS | 5 ++---
libs/boost/HISTORY | 5 +++++
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit e91585490a96f705ad66a8265af6c804585dda4b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost-1_34_0

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 026cbd1..9a9a08a 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -3,6 +3,7 @@ config_query_multi BOOST_LIBS "Which libraries would you like
to install?" \
all regex signals serialization thread
\
python filesystem
\
wave date_time iostreams test
\
+ foreach statechart tr1 typeof xpressive
\
program_options graph
&&
config_query_multi BOOST_VARIANT "What variant of boost do you want?"
\
release debug
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 13a679a..e06e0a8 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,13 +1,12 @@
SPELL=boost
- VERSION=1_33_1
-
SOURCE_HASH='sha512:42ea449a0111a1c073c317a9663064ba4151dd4f1b542ba0dedd0c7ff501a60440179a632f915db712d90a38e409d397dac048857f576f7a43bc09f9643539ef'
+ VERSION=1_34_0
+
SOURCE_HASH=sha512:d57a7c75bc756dca1e22d79a7e8b22c1bb2658e48a35fa3a79493cac0e8aaa8053ab0c23214ec1f788c0300ec98c0460ec1f9413708d6ceb9b7e1cf117799cdc
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
WEB_SITE=http://www.boost.org/
ENTERED=20031013
LICENSE[0]=http://www.boost.org/LICENSE_1_0.txt
- PATCHLEVEL=3
KEYWORDS="libs"
SHORT="Portable C++ source libraries"
cat << EOF
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 02af8cf..fb76933 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,8 @@
+2007-05-13 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_34_0
+ * CONFIGURE: more options
+ * BUILD: remove without-python code, as boost won't allow mmixed
with/without
+
2007-01-30 John Harding <johnh AT kuberaconsulting.com>
* DEPENDS: ruskie suggested fix implemented





Archive powered by MHonArc 2.6.24.

Top of Page