Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (a4f8a1b2f2b41e3fc525b2396a50f08df06a1302)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (a4f8a1b2f2b41e3fc525b2396a50f08df06a1302)
  • Date: Sun, 17 Feb 2013 21:15:11 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

libs/boost/CONFIGURE | 4 +++-
libs/boost/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit a4f8a1b2f2b41e3fc525b2396a50f08df06a1302
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

boost: added two missing libraries to CONFIGURE

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index c97e254..27a8a1e 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -3,7 +3,9 @@ config_query BOOST_SELECT_LIBS "Select individual boost
libraries to build?" n &
if [[ "${BOOST_SELECT_LIBS}" == "y" ]]; then
config_query_multi BOOST_LIBS_AL "Which boost libraries would you like to
install?" \
none \
+ atomic \
chrono \
+ context \
date_time \
exception \
filesystem \
@@ -25,7 +27,7 @@ config_query_multi BOOST_LIBS_MZ "Which additional boost
libraries would you lik
test \
thread \
timer \
- wave
+ wave
fi &&
config_query_list BOOST_VARIANT "What variant of boost do you want?"
\
release debug
&&
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 112ceca..f2374b3 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2013-02-17 Robin Cook <rcook AT wyrms.net>
+ * CONFIGURE: added two missing libraries
+
2013-02-07 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_53_0
SECURITY_PATCH=1



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (a4f8a1b2f2b41e3fc525b2396a50f08df06a1302), Robin Cook, 02/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page