[pkg-boost-commits] r14554 - in boost/trunk/debian: . patches

Steven Michael Robbins smr at alioth.debian.org
Mon Jan 4 02:47:14 UTC 2010


Author: smr
Date: 2010-01-04 02:47:14 +0000 (Mon, 04 Jan 2010)
New Revision: 14554

Added:
   boost/trunk/debian/patches/mapped_file-header-guard.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Add missing header guard.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-01-04 02:44:25 UTC (rev 14553)
+++ boost/trunk/debian/changelog	2010-01-04 02:47:14 UTC (rev 14554)
@@ -17,7 +17,10 @@
     libboost-mpi-python1.40, since both provide
     /usr/lib/pyshared/python2.5/boost/mpi.so.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 03 Jan 2010 20:27:34 -0600
+  * patches/mapped_file-header-guard.patch: New.  Add missing header guard
+    (thanks, Sven Geggus).
+  
+ -- Steve M. Robbins <smr at debian.org>  Sun, 03 Jan 2010 20:46:58 -0600
 
 boost1.40 (1.40.0-4) unstable; urgency=low
 

Added: boost/trunk/debian/patches/mapped_file-header-guard.patch
===================================================================
--- boost/trunk/debian/patches/mapped_file-header-guard.patch	                        (rev 0)
+++ boost/trunk/debian/patches/mapped_file-header-guard.patch	2010-01-04 02:47:14 UTC (rev 14554)
@@ -0,0 +1,18 @@
+--- boost1.41-1.41.0.orig/boost/iostreams/device/mapped_file.hpp
++++ boost1.41-1.41.0/boost/iostreams/device/mapped_file.hpp
+@@ -4,6 +4,9 @@
+ // Distributed under the Boost Software License, Version 1.0. (See accompanying
+ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
+ 
++#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
++#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
++
+ #if defined(_MSC_VER) && (_MSC_VER >= 1020)
+ # pragma once
+ #endif
+@@ -591,3 +594,5 @@
+ } } // End namespaces iostreams, boost.
+ 
+ #include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
++
++#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2010-01-04 02:44:25 UTC (rev 14553)
+++ boost/trunk/debian/patches/series	2010-01-04 02:47:14 UTC (rev 14554)
@@ -10,3 +10,4 @@
 boost-build-pythonid.patch
 hurd-ellint_rd.patch
 hurd-execution_monitor.patch
+mapped_file-header-guard.patch




More information about the pkg-boost-commits mailing list