[Pkg-scicomp-commits] gmsh/trunk/debian/patches
Christophe Prud'homme
prudhomm at debian.org
Fri May 8 08:17:58 UTC 2009
SVN commit 4412 by prudhomm:
update
M +38 -28 gmsh/trunk/debian/patches/gcc44.patch
M +1 -1 gmsh/trunk/debian/patches/series
--- gmsh/trunk/debian/patches/gcc44.patch #4411:4412
@@ -1,50 +1,60 @@
---- contrib/Chaco/main/Gmsh_printf.cpp~ 2009-04-26 20:29:45.000000000 +0000
-+++ contrib/Chaco/main/Gmsh_printf.cpp 2009-04-26 20:29:53.000000000 +0000
-@@ -3,6 +3,7 @@
- // See the LICENSE.txt file for license information. Please report all
- // bugs and problems to <gmsh at geuz.org>.
-
-+#include <cstdio>
- #include <cstring>
- #include "GmshMessage.h"
-
---- Common/StringUtils.cpp~ 2009-04-26 20:28:33.000000000 +0000
-+++ Common/StringUtils.cpp 2009-04-26 20:29:11.000000000 +0000
+Index: gmsh-2.3.1.dfsg/Common/StringUtils.cpp
+===================================================================
+--- gmsh-2.3.1.dfsg.orig/Common/StringUtils.cpp 2009-05-08 10:04:51.000000000 +0200
++++ gmsh-2.3.1.dfsg/Common/StringUtils.cpp 2009-05-08 10:05:45.000000000 +0200
@@ -7,6 +7,7 @@
#include <sys/cygwin.h>
#endif
-+#include <stdio.h>
++#include <cstdio>
#include "StringUtils.h"
#include "GmshMessage.h"
---- Post/PViewDataIO.cpp~ 2009-04-26 20:28:52.000000000 +0000
-+++ Post/PViewDataIO.cpp 2009-04-26 20:28:58.000000000 +0000
+Index: gmsh-2.3.1.dfsg/Fltk/aboutWindow.cpp
+===================================================================
+--- gmsh-2.3.1.dfsg.orig/Fltk/aboutWindow.cpp 2009-05-08 10:07:29.000000000 +0200
++++ gmsh-2.3.1.dfsg/Fltk/aboutWindow.cpp 2009-05-08 10:07:42.000000000 +0200
@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh at geuz.org>.
-+#include <stdio.h>
- #include <string.h>
- #include "GmshMessage.h"
- #include "Numeric.h"
---- Fltk/messageWindow.cpp~ 2009-04-26 20:29:27.000000000 +0000
-+++ Fltk/messageWindow.cpp 2009-04-26 20:29:34.000000000 +0000
++#include <cstdio>
+ #include <FL/Fl_Browser.H>
+ #include <FL/Fl_Box.H>
+ #include <FL/Fl_Button.H>
+Index: gmsh-2.3.1.dfsg/Fltk/messageWindow.cpp
+===================================================================
+--- gmsh-2.3.1.dfsg.orig/Fltk/messageWindow.cpp 2009-05-08 10:06:48.000000000 +0200
++++ gmsh-2.3.1.dfsg/Fltk/messageWindow.cpp 2009-05-08 10:06:55.000000000 +0200
@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh at geuz.org>.
-+#include <stdio.h>
++#include <cstdio>
#include <string.h>
#include <FL/Fl_Box.H>
#include <FL/Fl_Return_Button.H>
---- Fltk/aboutWindow.cpp~ 2009-04-26 20:31:20.000000000 +0000
-+++ Fltk/aboutWindow.cpp 2009-04-26 20:31:28.000000000 +0000
+Index: gmsh-2.3.1.dfsg/Post/PViewDataIO.cpp
+===================================================================
+--- gmsh-2.3.1.dfsg.orig/Post/PViewDataIO.cpp 2009-05-08 10:06:02.000000000 +0200
++++ gmsh-2.3.1.dfsg/Post/PViewDataIO.cpp 2009-05-08 10:06:27.000000000 +0200
@@ -3,6 +3,7 @@
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh at geuz.org>.
-+#include <stdio.h>
- #include <FL/Fl_Browser.H>
- #include <FL/Fl_Box.H>
- #include <FL/Fl_Button.H>
\ No newline at end of file
++#include <cstdio>
+ #include <string.h>
+ #include "GmshMessage.h"
+ #include "Numeric.h"
+Index: gmsh-2.3.1.dfsg/contrib/Chaco/main/Gmsh_printf.cpp
+===================================================================
+--- gmsh-2.3.1.dfsg.orig/contrib/Chaco/main/Gmsh_printf.cpp 2009-05-08 10:04:22.000000000 +0200
++++ gmsh-2.3.1.dfsg/contrib/Chaco/main/Gmsh_printf.cpp 2009-05-08 10:04:31.000000000 +0200
+@@ -3,6 +3,7 @@
+ // See the LICENSE.txt file for license information. Please report all
+ // bugs and problems to <gmsh at geuz.org>.
+
++#include <cstdio>
+ #include <cstring>
+ #include "GmshMessage.h"
+
--- gmsh/trunk/debian/patches/series #4411:4412
@@ -1,2 +1,2 @@
+gcc44.patch
makefile.patch
-gcc44.patch
\ No newline at end of file
More information about the Pkg-scicomp-commits
mailing list