public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/boost/1.35.0/patches: 06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch 07_all_1.35.0-fix_mpi_installation.patch 08_all_1.35.0-use_shared_expat.patch 09_all_1.35.0-arm_hppa_sparc-sync_fetch_and_add.patch
@ 2008-11-17 13:02 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2008-11-17 13:02 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/11/17 13:02:41

  Added:               
                        06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch
                        07_all_1.35.0-fix_mpi_installation.patch
                        08_all_1.35.0-use_shared_expat.patch
                        09_all_1.35.0-arm_hppa_sparc-sync_fetch_and_add.patch
  Log:
  Seems I forgot to commit files I added to the tarball...

Revision  Changes    Path
1.1                  src/patchsets/boost/1.35.0/patches/06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.35.0/patches/06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.35.0/patches/06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch?rev=1.1&content-type=text/plain

Index: 06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch
===================================================================
--- boost/serialization/utility.hpp.orig	2008-04-28 17:24:36.000000000 +0200
+++ boost/serialization/utility.hpp	2008-04-28 17:24:55.000000000 +0200
@@ -23,6 +23,7 @@
 #include <boost/type_traits/remove_const.hpp>
 #include <boost/serialization/nvp.hpp>
 #include <boost/serialization/is_bitwise_serializable.hpp>
+#include <boost/mpl/and.hpp>
 
 namespace boost { 
 namespace serialization {



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

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/boost/1.35.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.35.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   
       ;
   }
 }



1.1                  src/patchsets/boost/1.35.0/patches/08_all_1.35.0-use_shared_expat.patch

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

Index: 08_all_1.35.0-use_shared_expat.patch
===================================================================
--- boost_1_35_0.orig/libs/graph/build/Jamfile.v2	2008-04-24 16:00:34.000000000 +0200
+++ boost_1_35_0/libs/graph/build/Jamfile.v2	2008-06-05 14:07:16.000000000 +0200
@@ -26,7 +26,7 @@
   optional_sources += graphml.cpp ;
   optional_reqs += <include>$(EXPAT_INCLUDE) 
                    <library-path>$(EXPAT_LIBPATH) 
-                   <find-static-library>expat
+                   <find-shared-library>expat
                 ;
 }
 else



1.1                  src/patchsets/boost/1.35.0/patches/09_all_1.35.0-arm_hppa_sparc-sync_fetch_and_add.patch

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

Index: 09_all_1.35.0-arm_hppa_sparc-sync_fetch_and_add.patch
===================================================================
diff -Naur boost_1_35_0.orig/boost/detail/sp_counted_base.hpp boost_1_35_0/boost/detail/sp_counted_base.hpp
--- boost_1_35_0.orig/boost/detail/sp_counted_base.hpp	2008-09-01 20:17:44.000000000 +0200
+++ boost_1_35_0/boost/detail/sp_counted_base.hpp	2008-09-01 20:21:35.000000000 +0200
@@ -51,7 +51,7 @@
 
 # include <boost/detail/sp_counted_base_gcc_ppc.hpp>
 
-#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 )
+#elif defined(__GNUC__) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 ) && !defined(__arm__) && !defined(__hppa) && !defined(__sparc__)
 
 # include <boost/detail/sp_counted_base_sync.hpp>
 






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

only message in thread, other threads:[~2008-11-17 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 13:02 [gentoo-commits] gentoo commit in src/patchsets/boost/1.35.0/patches: 06_all_1.35.0-0002-serialisation-utility-include.bug-1822-not_included.patch 07_all_1.35.0-fix_mpi_installation.patch 08_all_1.35.0-use_shared_expat.patch 09_all_1.35.0-arm_hppa_sparc-sync_fetch_and_add.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