Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (157958a73b378fd7bb4719b40906feb79895149f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (157958a73b378fd7bb4719b40906feb79895149f)
  • Date: Wed, 20 Aug 2008 19:40:07 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

libs/boost/HISTORY | 3
libs/boost/PRE_BUILD | 7 --
libs/boost/boost-1_35_0-serialization_gcc43_64bit.patch | 52
----------------
3 files changed, 3 insertions(+), 59 deletions(-)

New commits:
commit 27c1bdf70f8e72ad79f60a33ad60608d2560d42b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

boost: removed unneeded patch

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 0d43557..3c3e982 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2008-08-21 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD, patch: removed, no longer needed
+
2008-08-16 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DETAILS: corrected wrong hashsum

diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
deleted file mode 100755
index f325610..0000000
--- a/libs/boost/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-
-if [[ "$(installed_version gcc | sed 's:\.::g')" -ge "430" ]] && \
- [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- patch -p1 < ${SPELL_DIRECTORY}/boost-1_35_0-serialization_gcc43_64bit.patch
-fi
diff --git a/libs/boost/boost-1_35_0-serialization_gcc43_64bit.patch
b/libs/boost/boost-1_35_0-serialization_gcc43_64bit.patch
deleted file mode 100644
index 7f959d8..0000000
--- a/libs/boost/boost-1_35_0-serialization_gcc43_64bit.patch
+++ /dev/null
@@ -1,52 +0,0 @@
---- trunk/boost/archive/polymorphic_iarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_iarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include <cstddef> // std::size_t
-+#include <climits> // ULONG_MAX
- #include <boost/config.hpp>
-
-@@ -39,7 +40,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
-- || (ULONG_MAX != 0xffffffff && ULONG_MAX == 18446744073709551615u) //
2**64 - 1
--# define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+ #if defined(ULONG_MAX)
-+ #if(ULONG_MAX != 0xffffffff && ULONG_MAX == 18446744073709551615u)
// 2**64 - 1
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+ #endif
-+ #else
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+ #endif
- #endif
-
---- trunk/boost/archive/polymorphic_oarchive.hpp (revision 43694)
-+++ trunk/boost/archive/polymorphic_oarchive.hpp (revision 43958)
-@@ -18,4 +18,5 @@
-
- #include <cstddef> // size_t
-+#include <climits> // ULONG_MAX
- #include <string>
-
-@@ -38,7 +39,14 @@
- // if there is no 64 bit int or if its the same as a long
- // we shouldn't define separate functions for int64 data types.
--#if defined(BOOST_NO_INT64_T) \
-- || (ULONG_MAX != 0xffffffff && ULONG_MAX == 18446744073709551615u) //
2**64 - 1
--# define BOOST_NO_INTRINSIC_INT64_T
-+#if defined(BOOST_NO_INT64_T)
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+#else
-+ #if defined(ULONG_MAX)
-+ #if(ULONG_MAX != 0xffffffff && ULONG_MAX == 18446744073709551615u)
// 2**64 - 1
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+ #endif
-+ #else
-+ #define BOOST_NO_INTRINSIC_INT64_T
-+ #endif
- #endif
-



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (157958a73b378fd7bb4719b40906feb79895149f), Arjan Bouter, 08/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page