[pkg-boost-commits] r14735 - boost/trunk/debian/patches
Steven Michael Robbins
smr at alioth.debian.org
Mon Jan 7 01:08:59 UTC 2013
Author: smr
Date: 2013-01-07 01:08:58 +0000 (Mon, 07 Jan 2013)
New Revision: 14735
Modified:
boost/trunk/debian/patches/endian.patch
boost/trunk/debian/patches/pythonid.patch
Log:
Patch refreshes for Boost 1.52.
Modified: boost/trunk/debian/patches/endian.patch
===================================================================
--- boost/trunk/debian/patches/endian.patch 2012-09-24 03:53:52 UTC (rev 14734)
+++ boost/trunk/debian/patches/endian.patch 2013-01-07 01:08:58 UTC (rev 14735)
@@ -4,9 +4,9 @@
Author: Steve Robbins <smr at debian.org>
Forwarded: no
---- boost-1.34.1.orig/boost/detail/endian.hpp
-+++ boost-1.34.1/boost/detail/endian.hpp
-@@ -30,7 +30,7 @@
+--- boost1.52-1.52.0.orig/boost/detail/endian.hpp
++++ boost1.52-1.52.0/boost/detail/endian.hpp
+@@ -31,7 +31,7 @@
// GNU libc offers the helpful header <endian.h> which defines
// __BYTE_ORDER
Modified: boost/trunk/debian/patches/pythonid.patch
===================================================================
--- boost/trunk/debian/patches/pythonid.patch 2012-09-24 03:53:52 UTC (rev 14734)
+++ boost/trunk/debian/patches/pythonid.patch 2013-01-07 01:08:58 UTC (rev 14735)
@@ -2,27 +2,28 @@
Author: Steve Robbins <smr at debian.org>
Forwarded: https://svn.boost.org/trac/boost/ticket/6286
-Boost 1.49: Not applied
+Boost 1.52: Not applied
---- boost1.48-1.48.0.orig/boostcpp.jam
-+++ boost1.48-1.48.0/boostcpp.jam
-@@ -99,13 +99,6 @@
- BUILD_ID = [ regex.replace $(build-id) "[*\\/:.\"\' ]" "_" ] ;
+--- boost1.52-1.52.0.orig/boostcpp.jam
++++ boost1.52-1.52.0/boostcpp.jam
+@@ -99,14 +99,6 @@
+ BUILD_ID = [ regex.replace $(build-id) "[*\\/:.\"\' ]" _ ] ;
}
--# Python build id (only for Python libraries)
+-# Python build id (for Python libraries only).
-python-id = [ option.get "python-buildid" ] ;
-if $(python-id)
-{
-- PYTHON_ID = [ regex.replace $(python-id) "[*\\/:.\"\']" "_" ] ;
+- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
-}
-
- ##############################################################################
+-
+ ################################################################################
#
- # 1. The 'tag' function that adds decoration suitable to the properties if
---- boost1.48-1.48.0.orig/libs/mpi/build/Jamfile.v2
-+++ boost1.48-1.48.0/libs/mpi/build/Jamfile.v2
+ # 1. 'tag' function adding decorations suitable to the properties if versioned
+--- boost1.52-1.52.0.orig/libs/mpi/build/Jamfile.v2
++++ boost1.52-1.52.0/libs/mpi/build/Jamfile.v2
@@ -8,6 +8,8 @@
# Authors: Douglas Gregor
# Andrew Lumsdaine
@@ -46,8 +47,8 @@
rule tag ( name : type ? : property-set )
{
local result = $(name) ;
---- boost1.48-1.48.0.orig/libs/python/build/Jamfile.v2
-+++ boost1.48-1.48.0/libs/python/build/Jamfile.v2
+--- boost1.52-1.52.0.orig/libs/python/build/Jamfile.v2
++++ boost1.52-1.52.0/libs/python/build/Jamfile.v2
@@ -2,6 +2,8 @@
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
More information about the pkg-boost-commits
mailing list