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

Steven Michael Robbins smr at alioth.debian.org
Tue Jan 12 06:48:32 UTC 2010


Author: smr
Date: 2010-01-12 06:48:31 +0000 (Tue, 12 Jan 2010)
New Revision: 14557

Added:
   boost/trunk/debian/patches/boost-graph-printf.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Include stdio.h to fix build failures on most arches.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2010-01-04 03:49:26 UTC (rev 14556)
+++ boost/trunk/debian/changelog	2010-01-12 06:48:31 UTC (rev 14557)
@@ -1,3 +1,10 @@
+boost1.41 (1.41.0-2) unstable; urgency=low
+
+  * patches/boost-graph-printf.patch: New.  Include stdio.h, to define
+    fprintf() and stderr.
+  
+ -- Steve M. Robbins <smr at debian.org>  Tue, 12 Jan 2010 00:47:19 -0600
+
 boost1.41 (1.41.0-1) unstable; urgency=low
 
   * New upstream.  Closes: #563108.

Added: boost/trunk/debian/patches/boost-graph-printf.patch
===================================================================
--- boost/trunk/debian/patches/boost-graph-printf.patch	                        (rev 0)
+++ boost/trunk/debian/patches/boost-graph-printf.patch	2010-01-12 06:48:31 UTC (rev 14557)
@@ -0,0 +1,10 @@
+--- boost1.41-1.41.0.orig/boost/graph/distributed/detail/mpi_process_group.ipp
++++ boost1.41-1.41.0/boost/graph/distributed/detail/mpi_process_group.ipp
+@@ -28,6 +28,7 @@
+ #include <queue>
+ #include <stack>
+ #include <boost/graph/distributed/detail/tag_allocator.hpp>
++#include <stdio.h>
+ 
+ // #define PBGL_PROCESS_GROUP_DEBUG
+ 

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2010-01-04 03:49:26 UTC (rev 14556)
+++ boost/trunk/debian/patches/series	2010-01-12 06:48:31 UTC (rev 14557)
@@ -11,3 +11,4 @@
 hurd-ellint_rd.patch
 hurd-execution_monitor.patch
 mapped_file-header-guard.patch
+boost-graph-printf.patch




More information about the pkg-boost-commits mailing list