public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/boost/1.37.0/patches: 01_all_1.36.0-tools-build-fix.patch 02_all_1.37.0-function-templates-compile-fix.patch 03_all_1.36.0-compiler_status-trailing_slash.patch 07_all_1.35.0-fix_mpi_installation.patch
@ 2009-01-06 12:07 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2009-01-06 12:07 UTC (permalink / raw
  To: gentoo-commits

dev-zero    09/01/06 12:07:47

  Added:                01_all_1.36.0-tools-build-fix.patch
                        02_all_1.37.0-function-templates-compile-fix.patch
                        03_all_1.36.0-compiler_status-trailing_slash.patch
                        07_all_1.35.0-fix_mpi_installation.patch
  Log:
  Added all patches for the various boost patchsets

Revision  Changes    Path
1.1                  src/patchsets/boost/1.37.0/patches/01_all_1.36.0-tools-build-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/01_all_1.36.0-tools-build-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/01_all_1.36.0-tools-build-fix.patch?rev=1.1&content-type=text/plain

Index: 01_all_1.36.0-tools-build-fix.patch
===================================================================
--- tools/inspect/path_name_check.cpp.orig	2008-08-17 18:25:14.000000000 +0200
+++ tools/inspect/path_name_check.cpp	2008-08-17 18:29:59.000000000 +0200
@@ -15,6 +15,7 @@
 #include <string>
 #include <algorithm>
 #include <cctype>
+#include <cstring>
 
 using std::string;
 



1.1                  src/patchsets/boost/1.37.0/patches/02_all_1.37.0-function-templates-compile-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/02_all_1.37.0-function-templates-compile-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/02_all_1.37.0-function-templates-compile-fix.patch?rev=1.1&content-type=text/plain

Index: 02_all_1.37.0-function-templates-compile-fix.patch
===================================================================
--- old/boost/function/function_template.hpp	2008-11-17 22:59:03.000000000 -0600
+++ new/boost/function/function_template.hpp	2008-11-17 21:53:00.000000000 -0600
@@ -950,10 +950,10 @@
           f.vtable->manager(f.functor, this->functor,
                             boost::detail::function::move_functor_tag);
 		  f.vtable = 0;
-#if !defined(BOOST_NO_EXCEPTIONS)      
         } else {
           clear();
         }
+#if !defined(BOOST_NO_EXCEPTIONS)
       } catch (...) {
         vtable = 0;
         throw;



1.1                  src/patchsets/boost/1.37.0/patches/03_all_1.36.0-compiler_status-trailing_slash.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/03_all_1.36.0-compiler_status-trailing_slash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/03_all_1.36.0-compiler_status-trailing_slash.patch?rev=1.1&content-type=text/plain

Index: 03_all_1.36.0-compiler_status-trailing_slash.patch
===================================================================
--- tools/regression/src/compiler_status.cpp.orig	2007-11-15 17:31:06.000000000 +0100
+++ tools/regression/src/compiler_status.cpp	2008-08-20 15:22:17.000000000 +0200
@@ -789,7 +789,7 @@
     // - Boost.Build V2 location with top-lelve "build-dir" 
     // - Boost.Build V1 location without ALL_LOCATE_TARGET
     string relative( fs::initial_path().string() );
-    relative.erase( 0, boost_root.string().size()+1 );    
+    relative.erase( 0, boost_root.string().size() );    
     fs::path bin_path = find_bin_path(relative);
 
     report << "<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n";



1.1                  src/patchsets/boost/1.37.0/patches/07_all_1.35.0-fix_mpi_installation.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/07_all_1.35.0-fix_mpi_installation.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.37.0/patches/07_all_1.35.0-fix_mpi_installation.patch?rev=1.1&content-type=text/plain

Index: 07_all_1.35.0-fix_mpi_installation.patch
===================================================================
--- boost_1_35_0.orig/libs/mpi/build/Jamfile.v2	2008-04-24 16:00:27.000000000 +0200
+++ boost_1_35_0/libs/mpi/build/Jamfile.v2	2008-06-05 13:55:51.000000000 +0200
@@ -97,7 +97,6 @@
         <link>shared:<define>BOOST_MPI_PYTHON_DYN_LINK=1        
         <link>shared:<define>BOOST_PYTHON_DYN_LINK=1    
         <link>shared 
-        <variant>release   
       ;
   }
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-06 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 12:07 [gentoo-commits] gentoo commit in src/patchsets/boost/1.37.0/patches: 01_all_1.36.0-tools-build-fix.patch 02_all_1.37.0-function-templates-compile-fix.patch 03_all_1.36.0-compiler_status-trailing_slash.patch 07_all_1.35.0-fix_mpi_installation.patch Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox