svn commit: r561633 - head/science/tfel-edf/files

Thierry Thomas thierry at FreeBSD.org
Fri Jan 15 11:16:13 UTC 2021


Author: thierry
Date: Fri Jan 15 11:16:10 2021
New Revision: 561633
URL: https://svnweb.freebsd.org/changeset/ports/561633

Log:
  Add some headers to unbreak with Gcc 10.

Added:
  head/science/tfel-edf/files/patch-mfront_src_BehaviourMaterialProperty.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mfront_src_BroydenSolvers.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mfront_src_LevenbergMarquardtSolvers.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mfront_src_NewtonRaphsonSolvers.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mfront_src_SecondBroydenSolver.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_AsterCohesiveZoneModel.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_Behaviour.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_NonLinearConstraint.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_PipeCubicElement.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_PipeLinearElement.cxx   (contents, props changed)
  head/science/tfel-edf/files/patch-mtest_src_PipeQuadraticElement.cxx   (contents, props changed)

Added: head/science/tfel-edf/files/patch-mfront_src_BehaviourMaterialProperty.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mfront_src_BehaviourMaterialProperty.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mfront/src/BehaviourMaterialProperty.cxx.orig	2019-04-04 06:48:40 UTC
++++ mfront/src/BehaviourMaterialProperty.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions.
+  */
+ 
++#include <ostream>
+ #include "TFEL/Raise.hxx"
+ #include "MFront/MFrontLogStream.hxx"
+ #include "MFront/BehaviourDescription.hxx"

Added: head/science/tfel-edf/files/patch-mfront_src_BroydenSolvers.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mfront_src_BroydenSolvers.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mfront/src/BroydenSolvers.cxx.orig	2019-04-04 06:48:40 UTC
++++ mfront/src/BroydenSolvers.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include <ostream>
+ #include "MFront/MFrontDebugMode.hxx"
+ #include "MFront/BehaviourDescription.hxx"
+ #include "MFront/PerformanceProfiling.hxx"

Added: head/science/tfel-edf/files/patch-mfront_src_LevenbergMarquardtSolvers.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mfront_src_LevenbergMarquardtSolvers.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mfront/src/LevenbergMarquardtSolvers.cxx.orig	2019-04-04 06:48:40 UTC
++++ mfront/src/LevenbergMarquardtSolvers.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include <ostream>
+ #include "MFront/MFrontDebugMode.hxx"
+ #include "MFront/BehaviourDescription.hxx"
+ #include "MFront/PerformanceProfiling.hxx"

Added: head/science/tfel-edf/files/patch-mfront_src_NewtonRaphsonSolvers.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mfront_src_NewtonRaphsonSolvers.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mfront/src/NewtonRaphsonSolvers.cxx.orig	2019-04-04 06:48:40 UTC
++++ mfront/src/NewtonRaphsonSolvers.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions.
+  */
+ 
++#include <ostream>
+ #include "TFEL/Raise.hxx"
+ #include "MFront/MFrontDebugMode.hxx"
+ #include "MFront/BehaviourDescription.hxx"

Added: head/science/tfel-edf/files/patch-mfront_src_SecondBroydenSolver.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mfront_src_SecondBroydenSolver.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mfront/src/SecondBroydenSolver.cxx.orig	2019-04-04 06:48:40 UTC
++++ mfront/src/SecondBroydenSolver.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include <ostream>
+ #include "MFront/MFrontDebugMode.hxx"
+ #include "MFront/BehaviourDescription.hxx"
+ #include "MFront/PerformanceProfiling.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_AsterCohesiveZoneModel.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_AsterCohesiveZoneModel.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/AsterCohesiveZoneModel.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/AsterCohesiveZoneModel.cxx
+@@ -12,6 +12,7 @@
+  */
+ 
+ #include<cmath>
++#include<ostream>
+ #include<algorithm>
+ 
+ #include"TFEL/Raise.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_Behaviour.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_Behaviour.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/Behaviour.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/Behaviour.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions.
+  */
+ 
++#include <ostream>
+ #include <stdexcept>
+ 
+ #include "TFEL/Raise.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_NonLinearConstraint.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_NonLinearConstraint.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/NonLinearConstraint.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/NonLinearConstraint.cxx
+@@ -13,6 +13,7 @@
+ 
+ #include <cmath>
+ #include <string>
++#include <ostream>
+ #include "TFEL/Raise.hxx"
+ #include "MFront/MFrontLogStream.hxx"
+ #include "MTest/Behaviour.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_PipeCubicElement.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_PipeCubicElement.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/PipeCubicElement.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/PipeCubicElement.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include<ostream>
+ #include"TFEL/Material/ModellingHypothesis.hxx"
+ #include"MFront/MFrontLogStream.hxx"
+ #include"MTest/RoundingMode.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_PipeLinearElement.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_PipeLinearElement.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/PipeLinearElement.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/PipeLinearElement.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include<ostream>
+ #include"TFEL/Material/ModellingHypothesis.hxx"
+ #include"MFront/MFrontLogStream.hxx"
+ #include"MTest/RoundingMode.hxx"

Added: head/science/tfel-edf/files/patch-mtest_src_PipeQuadraticElement.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_PipeQuadraticElement.cxx	Fri Jan 15 11:16:10 2021	(r561633)
@@ -0,0 +1,10 @@
+--- mtest/src/PipeQuadraticElement.cxx.orig	2019-04-04 06:48:40 UTC
++++ mtest/src/PipeQuadraticElement.cxx
+@@ -11,6 +11,7 @@
+  * project under specific licensing conditions. 
+  */
+ 
++#include<ostream>
+ #include"TFEL/Material/ModellingHypothesis.hxx"
+ #include"MFront/MFrontLogStream.hxx"
+ #include"MTest/RoundingMode.hxx"


More information about the svn-ports-head mailing list