[Pkg-scicomp-devel] gmsh/trunk/debian/patches

Christophe Prud'homme prudhomm at debian.org
Thu Feb 28 13:27:42 UTC 2008


SVN commit 2208 by prudhomm:

update patches series

 M  +0 -1      gmsh/trunk/debian/patches/series  
 M  +0 -78     gmsh/trunk/debian/patches/stdlib.patch  


--- gmsh/trunk/debian/patches/series #2207:2208
@@ -1,3 +1,2 @@
-melement.patch
 stdlib.patch
 makefile.patch
--- gmsh/trunk/debian/patches/stdlib.patch #2207:2208
@@ -1,81 +1,3 @@
-Index: gmsh-2.0.8/Common/Visibility.cpp
-===================================================================
---- gmsh-2.0.8.orig/Common/Visibility.cpp	2007-12-08 09:41:42.221804000 +0100
-+++ gmsh-2.0.8/Common/Visibility.cpp	2007-12-08 09:42:35.027470000 +0100
-@@ -19,6 +19,7 @@
- // 
- // Please report all bugs and problems to <gmsh at geuz.org>.
- 
-+#include <cstring>
- #include "Visibility.h"
- #include "GModel.h"
- #include "Parser.h" // for Symbol_T
-Index: gmsh-2.0.8/Geo/GModelIO_Mesh.cpp
-===================================================================
---- gmsh-2.0.8.orig/Geo/GModelIO_Mesh.cpp	2007-12-08 09:44:55.296088000 +0100
-+++ gmsh-2.0.8/Geo/GModelIO_Mesh.cpp	2007-12-08 09:45:03.109752000 +0100
-@@ -21,6 +21,7 @@
- 
- #include <map>
- #include <string>
-+#include <cstring>
- 
- #include "Message.h"
- #include "GmshDefines.h"
-Index: gmsh-2.0.8/Geo/GVertex.cpp
-===================================================================
---- gmsh-2.0.8.orig/Geo/GVertex.cpp	2007-12-08 09:41:19.731097000 +0100
-+++ gmsh-2.0.8/Geo/GVertex.cpp	2007-12-08 09:42:48.445337000 +0100
-@@ -19,6 +19,7 @@
- // 
- // Please report all bugs and problems to <gmsh at geuz.org>.
- 
-+#include <cstring>
- #include "GVertex.h"
- #include "GFace.h"
- #include <algorithm>
-Index: gmsh-2.0.8/Geo/MVertex.cpp
-===================================================================
---- gmsh-2.0.8.orig/Geo/MVertex.cpp	2007-12-08 09:47:32.012018000 +0100
-+++ gmsh-2.0.8/Geo/MVertex.cpp	2007-12-08 09:47:44.675814000 +0100
-@@ -19,7 +19,8 @@
- // 
- // Please report all bugs and problems to <gmsh at geuz.org>.
- 
--#include <math.h>
-+#include <cstring>
-+#include <cmath>
- #include "MVertex.h"
- 
- int MVertex::_globalNum = 0;
-Index: gmsh-2.0.8/Parser/FunctionManager.cpp
-===================================================================
---- gmsh-2.0.8.orig/Parser/FunctionManager.cpp	2007-12-08 09:53:58.260449000 +0100
-+++ gmsh-2.0.8/Parser/FunctionManager.cpp	2007-12-08 09:54:12.199264000 +0100
-@@ -20,7 +20,8 @@
- // Please report all bugs and problems to <gmsh at geuz.org>.
- 
- #include <map>
--#include <stdio.h>
-+#include <cstdio>
-+#include <cstring>
- #include <stack>
- #include "FunctionManager.h"
- 
-Index: gmsh-2.0.8/contrib/ANN/src/kd_dump.cpp
-===================================================================
---- gmsh-2.0.8.orig/contrib/ANN/src/kd_dump.cpp	2007-12-08 09:57:00.903247000 +0100
-+++ gmsh-2.0.8/contrib/ANN/src/kd_dump.cpp	2007-12-08 09:57:18.544127000 +0100
-@@ -33,7 +33,8 @@
- 
- #include "kd_tree.h"					// kd-tree declarations
- #include "bd_tree.h"					// bd-tree declarations
--#include <stdlib.h> // for gmsh
-+#include <cstdlib> // for gmsh
-+#include <cstring> // for gmsh
- 
- using namespace std;					// make std:: available
- 
 Index: gmsh-2.0.8/contrib/Netgen/libsrc/general/mystring.hpp
 ===================================================================
 --- gmsh-2.0.8.orig/contrib/Netgen/libsrc/general/mystring.hpp	2007-12-08 09:55:34.559388000 +0100



More information about the Pkg-scicomp-devel mailing list