Skip to Content.
Sympa Menu

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

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 (3768b93d2a4a7c9175a15a3d7f91597cf6a51b02)
  • Date: Fri, 14 Dec 2018 19:05:46 +0000

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

libs/boost/CONFIGURE | 1 -
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 4 ++++
libs/boost/PRE_BUILD | 1 +
libs/boost/PRE_SUB_DEPENDS | 1 -
libs/boost/REPAIR^all^PRE_SUB_DEPENDS | 1 -
libs/boost/SUB_DEPENDS | 1 -
7 files changed, 7 insertions(+), 6 deletions(-)

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

boost: => 1_69_0

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 51da795..933f85b 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -28,7 +28,6 @@ config_query_multi BOOST_LIBS_MZ "Which additional boost
libraries would you lik
random \
regex \
serialization \
- signals \
stacktrace \
system \
test \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 171a8dd..320222c 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,8 +1,8 @@
SPELL=boost
- VERSION=1_68_0
+ VERSION=1_69_0
VX=${VERSION/_/.}
VX=${VX/_/.}
-
SOURCE_HASH=sha512:f5ca2e0425af40eca7722712b985b863c88780e5be5ac24c78bcfdc63651bb67a39605d4f84089d76cab344fd34113fcb7befaa9a90481b381f6c53e9612b5f9
+
SOURCE_HASH=sha512:d0e9bb858c44880d56c0291afef6a1b011a62f659a2d8f58dcb6147ea0899f9157bd8db3097896618fee0116847ebeac78b6d0f0fec8a92c3469500828bbe552
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index eb12d6d..d9e9d65 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2018-12-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_69_0
+ * CONFIGURE PRE_SUB_DEPENDS, SUB_DEPENDS PRE_BUILD: remove signals
+
2018-08-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1_68_0

diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index 70a22b5..d074182 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -1,3 +1,4 @@
+list_remove BOOST_LIBS_MZ signals &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3;then
diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index e8ce1a0..4b3a773 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -12,7 +12,6 @@ case $THIS_SUB_DEPENDS in
DATE_TIME) list_find "$BOOST_LIBS_AL" date_time ;;
IOSTREAMS) list_find "$BOOST_LIBS_AL" iostreams ;;
RANDOM) list_find "$BOOST_LIBS_MZ" random ;;
- SIGNALS) list_find "$BOOST_LIBS_MZ" signals ;;
PYTHON) is_depends_enabled $SPELL python ||
is_depends_enabled $SPELL python3 ;;
SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
diff --git a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
index 81d619c..091015d 100755
--- a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
+++ b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
@@ -11,7 +11,6 @@ case $THIS_SUB_DEPENDS in
DATE_TIME) list_find "$BOOST_LIBS_AL" date_time ;;
IOSTREAMS) list_find "$BOOST_LIBS_AL" iostreams ;;
RANDOM) list_find "$BOOST_LIBS_MZ" random ;;
- SIGNALS) list_find "$BOOST_LIBS_MZ" signals ;;
PYTHON) is_depends_enabled $SPELL python ||
is_depends_enabled $SPELL python3 ;;
SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index 496ddd0..ba86dac 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -10,7 +10,6 @@ case $THIS_SUB_DEPENDS in
DATE_TIME) list_add BOOST_LIBS_AL date_time ;;
IOSTREAMS) list_add BOOST_LIBS_AL iostreams ;;
RANDOM) list_add BOOST_LIBS_MZ random ;;
- SIGNALS) list_add BOOST_LIBS_MZ signals ;;
PYTHON) list_add BOOST_LIBS_MZ python &&
depends PYTHON ;;
SYSTEM) list_add BOOST_LIBS_MZ system ;;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3768b93d2a4a7c9175a15a3d7f91597cf6a51b02), Treeve Jelbert, 12/14/2018

Archive powered by MHonArc 2.6.24.

Top of Page