[pkg-boost-commits] r14544 - boost/trunk/debian/patches

Steven Michael Robbins smr at alioth.debian.org
Fri Dec 18 07:22:39 UTC 2009


Author: smr
Date: 2009-12-18 07:22:38 +0000 (Fri, 18 Dec 2009)
New Revision: 14544

Modified:
   boost/trunk/debian/patches/boost-build-pythonid.patch
Log:
Refresh patch.

Modified: boost/trunk/debian/patches/boost-build-pythonid.patch
===================================================================
--- boost/trunk/debian/patches/boost-build-pythonid.patch	2009-12-18 07:19:42 UTC (rev 14543)
+++ boost/trunk/debian/patches/boost-build-pythonid.patch	2009-12-18 07:22:38 UTC (rev 14544)
@@ -7,9 +7,9 @@
 libraries and leads to uneccessary duplication of libraries if only the 
 Python version for the build is different.
 
---- boost_1_40_0/Jamroot	2009-08-23 18:17:37.000000000 +0200
-+++ boost1.40-1.40.0/Jamroot	2009-10-21 20:06:00.223496183 +0200
-@@ -339,6 +339,12 @@
+--- boost_1_41_0.orig/Jamroot
++++ boost_1_41_0/Jamroot
+@@ -342,6 +342,12 @@
      constant BUILD_ID : [ regex.replace $(build-id) "[*\\/:.\"\' ]" "_" ] ;
  }
  
@@ -22,17 +22,17 @@
  
  # This rule is called by Boost.Build to determine the name of target. We use it
  # to encode the build variant, compiler name and boost version in the target
---- boost_1_40_0/libs/python/build/Jamfile.v2	2007-11-25 19:38:02.000000000 +0100
-+++ boost1.40-1.40.0/libs/python/build/Jamfile.v2	2009-10-21 18:21:56.656818332 +0200
+--- boost_1_41_0.orig/libs/python/build/Jamfile.v2
++++ boost_1_41_0/libs/python/build/Jamfile.v2
 @@ -3,6 +3,7 @@
  # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  
  import os ;
 +import indirect ;
  import modules ;
+ import feature ;
  
- import python ;
-@@ -24,8 +25,27 @@
+@@ -41,8 +42,27 @@
  
  project boost/python
    : source-location ../src
@@ -60,8 +60,8 @@
  rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
  rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
  
---- boost_1_40_0/libs/mpi/build/Jamfile.v2	2009-08-06 21:04:54.000000000 +0200
-+++ boost1.40-1.40.0/libs/mpi/build/Jamfile.v2	2009-10-21 18:22:35.870246226 +0200
+--- boost_1_41_0.orig/libs/mpi/build/Jamfile.v2
++++ boost_1_41_0/libs/mpi/build/Jamfile.v2
 @@ -9,6 +9,7 @@
  #           Andrew Lumsdaine
  




More information about the pkg-boost-commits mailing list