diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-16 16:07:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-16 16:07:24 +0000 |
commit | 221637a53e178e80d104ee89355896dfaa4625c5 (patch) | |
tree | 4d612aab79b04c320a8b35ab771a6673331fba7c /devel/boost-python-libs | |
parent | A specialized ruby testing framework (diff) |
Update boost ports to 1.48.0
PR: ports/156253
Submitted by: Alexander Churanov (maintainer)
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=296783
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r-- | devel/boost-python-libs/Makefile | 1 | ||||
-rw-r--r-- | devel/boost-python-libs/distinfo | 4 | ||||
-rw-r--r-- | devel/boost-python-libs/files/patch-boostcpp.jam (renamed from devel/boost-python-libs/files/patch-Jamroot) | 6 | ||||
-rw-r--r-- | devel/boost-python-libs/files/patch-tools_build_v2_engine_build.jam (renamed from devel/boost-python-libs/files/patch-tools_build_v2_engine_src_build.jam) | 4 | ||||
-rw-r--r-- | devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam | 44 |
5 files changed, 38 insertions, 21 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index f2223bf5f209..03fe4879bbce 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -6,7 +6,6 @@ # PORTNAME= boost-python-libs -PORTREVISION= 1 COMMENT= Framework for interfacing Python and C++ USE_BZIP2= yes diff --git a/devel/boost-python-libs/distinfo b/devel/boost-python-libs/distinfo index 3301fd825537..5cc71eb148ba 100644 --- a/devel/boost-python-libs/distinfo +++ b/devel/boost-python-libs/distinfo @@ -1,2 +1,2 @@ -SHA256 (boost_1_45_0.tar.bz2) = 55ed3ec51d5687e8224c988e22bef215dacce04e037d9f689569a80c4377a6d5 -SIZE (boost_1_45_0.tar.bz2) = 39330184 +SHA256 (boost_1_48_0.tar.bz2) = 1bf254b2d69393ccd57a3cdd30a2f80318a005de8883a0792ed2f5e2598e5ada +SIZE (boost_1_45_0.tar.bz2) = 48236989 diff --git a/devel/boost-python-libs/files/patch-Jamroot b/devel/boost-python-libs/files/patch-boostcpp.jam index 7903f6daf682..ec350a5736b5 100644 --- a/devel/boost-python-libs/files/patch-Jamroot +++ b/devel/boost-python-libs/files/patch-boostcpp.jam @@ -1,6 +1,6 @@ ---- Jamroot.orig 2009-09-23 16:35:49.000000000 +0400 -+++ Jamroot 2009-09-23 16:36:49.000000000 +0400 -@@ -384,7 +384,7 @@ +--- boostcpp.jam.orig 2011-12-15 18:33:48.000000000 +0300 ++++ boostcpp.jam 2011-12-15 18:34:05.000000000 +0300 +@@ -154,7 +154,7 @@ # suffixes either. Pgi compilers can not accept library with version # suffix. if $(type) = SHARED_LIB && 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_build.jam index fab5e0bfc2ac..6ad52f6cc549 100644 --- 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_build.jam @@ -1,5 +1,5 @@ ---- 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 +--- tools/build/v2/engine/build.jam.orig Tue Jul 29 15:43:31 2008 ++++ tools/build/v2/engine/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 diff --git a/devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam b/devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam index 9daa31f24d9c..3113b8ffac55 100644 --- a/devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam +++ b/devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam @@ -1,15 +1,33 @@ ---- tools/build/v2/tools/gcc.jam.orig Thu Oct 16 12:42:03 2008 -+++ tools/build/v2/tools/gcc.jam Tue Nov 11 23:48:37 2008 -@@ -88,7 +88,7 @@ - { - # Information about the gcc command... - # The command. -- local command = [ common.get-invocation-command gcc : g++ : $(command) ] ; -+ local command = [ common.get-invocation-command gcc : %%CXX%% : $(command) ] ; - # The root directory of the tool install. - local root = [ feature.get-values <root> : $(options) ] ; - # The bin directory where to find the command to execute. -@@ -292,7 +292,7 @@ +--- tools/build/v2/tools/gcc.jam.orig 2011-06-07 00:36:21.000000000 +0400 ++++ tools/build/v2/tools/gcc.jam 2011-12-15 18:01:36.000000000 +0300 +@@ -70,7 +70,7 @@ + local tool-command = ; + if $(command) + { +- tool-command = [ common.get-invocation-command-nodefault gcc : g++ : $(command) ] ; ++ tool-command = [ common.get-invocation-command-nodefault gcc : %%CXX%% : $(command) ] ; + if ! $(tool-command) + { + errors.error "toolset gcc initialization:" : +@@ -86,7 +86,7 @@ + #2.1) fallback: check whether "g++" reports the requested version + if ! $(tool-command) + { +- tool-command = [ common.get-invocation-command-nodefault gcc : g++ ] ; ++ tool-command = [ common.get-invocation-command-nodefault gcc : %%CXX%% ] ; + if $(tool-command) + { + local tool-command-string = $(tool-command:J=" ") ; +@@ -122,7 +122,7 @@ + #3) default: no command and no version specified, try using default command "g++" + else + { +- tool-command = [ common.get-invocation-command-nodefault gcc : g++ ] ; ++ tool-command = [ common.get-invocation-command-nodefault gcc : %%CXX%% ] ; + if ! $(tool-command) + { + errors.error "toolset gcc initialization:" : +@@ -365,7 +365,7 @@ # Declare flags and action for compilation. toolset.flags gcc.compile OPTIONS <optimization>off : -O0 ; @@ -18,7 +36,7 @@ toolset.flags gcc.compile OPTIONS <optimization>space : -Os ; toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ; -@@ -811,7 +811,7 @@ +@@ -1049,7 +1049,7 @@ } case *bsd : { |