diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:54:38 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:54:38 +0000 |
| commit | 7466c9b14fc51c13b224614c09d7080fdd2e96e1 (patch) | |
| tree | 28d79816b8d263d6b22dc1f2c90e2d55ce911fdc | |
| parent | - Update to 1.45 (diff) | |
- Update to 1.45
PR: ports/152558
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>,
Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
9 files changed, 44 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-boost_parameter_aux__maybe.hpp b/devel/boost-libs/files/patch-boost_parameter_aux__maybe.hpp deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/devel/boost-libs/files/patch-boost_parameter_aux__maybe.hpp +++ /dev/null diff --git a/devel/boost-libs/files/patch-libs_random_src_random_device.cpp b/devel/boost-libs/files/patch-libs_random_src_random_device.cpp new file mode 100644 index 000000000000..515c4b1c1432 --- /dev/null +++ b/devel/boost-libs/files/patch-libs_random_src_random_device.cpp @@ -0,0 +1,11 @@ +--- libs/random/src/random_device.cpp.orig 2010-09-21 16:25:12.000000000 +0200 ++++ libs/random/src/random_device.cpp 2010-09-21 16:25:58.000000000 +0200 +@@ -17,7 +17,7 @@ + #include <cassert> + + +-#if defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION) && !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1600)) ++#if !defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION) && !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1600)) + // A definition is required even for integral static constants + const bool boost::random_device::has_fixed_range; + const boost::random_device::result_type boost::random_device::min_value; diff --git a/devel/boost-libs/files/patch-libs_regex_build_Jamfile.v2 b/devel/boost-libs/files/patch-libs_regex_build_Jamfile.v2 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/devel/boost-libs/files/patch-libs_regex_build_Jamfile.v2 +++ /dev/null diff --git a/devel/boost-libs/files/patch-tools_build_v2_engine_src_build.jam b/devel/boost-libs/files/patch-tools_build_v2_engine_src_build.jam new file mode 100644 index 000000000000..fab5e0bfc2ac --- /dev/null +++ b/devel/boost-libs/files/patch-tools_build_v2_engine_src_build.jam @@ -0,0 +1,11 @@ +--- tools/build/v2/engine/src/build.jam.orig Tue Jul 29 15:43:31 2008 ++++ tools/build/v2/engine/src/build.jam Tue Nov 11 23:52:09 2008 +@@ -176,7 +176,7 @@ + ## GCC 2.x, 3.x, 4.x + toolset gcc gcc : "-o " : -D + : -pedantic -fno-strict-aliasing +- [ opt --release : [ opt --symbols : -g : -s ] -O3 ] ++ [ opt --release : [ opt --symbols : -g : -s ] -O3 -fno-strict-aliasing ] + [ opt --debug : -g -O0 -fno-inline ] + -I$(--python-include) -I$(--extra-include) -Wno-long-long + : -L$(--python-lib[1]) -l$(--python-lib[2]) ; diff --git a/devel/boost-libs/files/patch-tools_jam_src_build.jam b/devel/boost-libs/files/patch-tools_jam_src_build.jam deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/devel/boost-libs/files/patch-tools_jam_src_build.jam +++ /dev/null diff --git a/devel/boost-pyste/files/patch-tools_build_v2_engine_src_build.jam b/devel/boost-pyste/files/patch-tools_build_v2_engine_src_build.jam new file mode 100644 index 000000000000..fab5e0bfc2ac --- /dev/null +++ b/devel/boost-pyste/files/patch-tools_build_v2_engine_src_build.jam @@ -0,0 +1,11 @@ +--- tools/build/v2/engine/src/build.jam.orig Tue Jul 29 15:43:31 2008 ++++ tools/build/v2/engine/src/build.jam Tue Nov 11 23:52:09 2008 +@@ -176,7 +176,7 @@ + ## GCC 2.x, 3.x, 4.x + toolset gcc gcc : "-o " : -D + : -pedantic -fno-strict-aliasing +- [ opt --release : [ opt --symbols : -g : -s ] -O3 ] ++ [ opt --release : [ opt --symbols : -g : -s ] -O3 -fno-strict-aliasing ] + [ opt --debug : -g -O0 -fno-inline ] + -I$(--python-include) -I$(--extra-include) -Wno-long-long + : -L$(--python-lib[1]) -l$(--python-lib[2]) ; diff --git a/devel/boost-pyste/files/patch-tools_jam_src_build.jam b/devel/boost-pyste/files/patch-tools_jam_src_build.jam deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/devel/boost-pyste/files/patch-tools_jam_src_build.jam +++ /dev/null diff --git a/devel/boost-python-libs/files/patch-tools_build_v2_engine_src_build.jam b/devel/boost-python-libs/files/patch-tools_build_v2_engine_src_build.jam new file mode 100644 index 000000000000..fab5e0bfc2ac --- /dev/null +++ b/devel/boost-python-libs/files/patch-tools_build_v2_engine_src_build.jam @@ -0,0 +1,11 @@ +--- tools/build/v2/engine/src/build.jam.orig Tue Jul 29 15:43:31 2008 ++++ tools/build/v2/engine/src/build.jam Tue Nov 11 23:52:09 2008 +@@ -176,7 +176,7 @@ + ## GCC 2.x, 3.x, 4.x + toolset gcc gcc : "-o " : -D + : -pedantic -fno-strict-aliasing +- [ opt --release : [ opt --symbols : -g : -s ] -O3 ] ++ [ opt --release : [ opt --symbols : -g : -s ] -O3 -fno-strict-aliasing ] + [ opt --debug : -g -O0 -fno-inline ] + -I$(--python-include) -I$(--extra-include) -Wno-long-long + : -L$(--python-lib[1]) -l$(--python-lib[2]) ; diff --git a/devel/boost-python-libs/files/patch-tools_jam_src_build.jam b/devel/boost-python-libs/files/patch-tools_jam_src_build.jam deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/devel/boost-python-libs/files/patch-tools_jam_src_build.jam +++ /dev/null |
