[35627] trunk/dports/science/eo

jochen at macports.org jochen at macports.org
Mon Mar 31 12:32:41 PDT 2008


Revision: 35627
          http://trac.macosforge.org/projects/macports/changeset/35627
Author:   jochen at macports.org
Date:     2008-03-31 12:32:41 -0700 (Mon, 31 Mar 2008)

Log Message:
-----------
provide patches for gcc43

Modified Paths:
--------------
    trunk/dports/science/eo/Portfile

Added Paths:
-----------
    trunk/dports/science/eo/files/patch-eoBit.h.diff
    trunk/dports/science/eo/files/patch-eoFileSnapshot.h.diff
    trunk/dports/science/eo/files/patch-eoGnuplot.cpp.diff
    trunk/dports/science/eo/files/patch-make_help.cpp.diff

Modified: trunk/dports/science/eo/Portfile
===================================================================
--- trunk/dports/science/eo/Portfile	2008-03-31 17:21:49 UTC (rev 35626)
+++ trunk/dports/science/eo/Portfile	2008-03-31 19:32:41 UTC (rev 35627)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -27,10 +27,14 @@
 
 default_variants        +gnuplot
 
-patchfiles              patch-make_checkpoint.h.diff \
+patchfiles              patch-eoBit.h.diff \
+                        patch-eoFileSnapshot.h.diff \
+                        patch-eoGnuplot.cpp.diff \
+                        patch-make_checkpoint.h.diff \
                         patch-make_checkpoint_assembled.h.diff \
                         patch-make_checkpoint_FDC.h.diff \
-                        patch-make_checkpoint_pareto.h.diff
+                        patch-make_checkpoint_pareto.h.diff \
+                        patch-make_help.cpp.diff
 
 configure.args-append   --disable-applications --disable-gnuplot --disable-tutorial
 configure.args-delete   --enable-applications --enable-gnuplot --enable-tutorial
@@ -41,11 +45,13 @@
         configure.args-append   --enable-applications
         configure.args-delete   --disable-applications
 }
+
 variant gnuplot {
         depends_lib             port:gnuplot
         configure.args-append   --enable-gnuplot
         configure.args-delete   --disable-gnuplot
 }
+
 variant tutorial {
         configure.args-append   --enable-tutorial
         configure.args-delete   --disable-tutorial

Added: trunk/dports/science/eo/files/patch-eoBit.h.diff
===================================================================
--- trunk/dports/science/eo/files/patch-eoBit.h.diff	                        (rev 0)
+++ trunk/dports/science/eo/files/patch-eoBit.h.diff	2008-03-31 19:32:41 UTC (rev 35627)
@@ -0,0 +1,10 @@
+--- src/ga/eoBit.h	2008-03-31 21:18:37.000000000 +0200
++++ src/ga/eoBit.h	2008-03-31 21:08:17.000000000 +0200
+@@ -35,6 +35,7 @@
+ 
+ //-----------------------------------------------------------------------------
+ 
++#include <algorithm>
+ #include <iostream>    // std::ostream, std::istream
+ #include <functional>  // bind2nd
+ #include <string>      // std::string

Added: trunk/dports/science/eo/files/patch-eoFileSnapshot.h.diff
===================================================================
--- trunk/dports/science/eo/files/patch-eoFileSnapshot.h.diff	                        (rev 0)
+++ trunk/dports/science/eo/files/patch-eoFileSnapshot.h.diff	2008-03-31 19:32:41 UTC (rev 35627)
@@ -0,0 +1,10 @@
+--- src/utils/eoFileSnapshot.h	2008-03-31 21:21:34.000000000 +0200
++++ src/utils/eoFileSnapshot.h	2008-03-31 21:08:17.000000000 +0200
+@@ -27,6 +27,7 @@
+ #ifndef _eoFileSnapshot_h
+ #define _eoFileSnapshot_h
+ 
++#include <cstdlib>
+ #include <string>
+ #include <fstream>
+ #include <utils/eoParam.h>

Added: trunk/dports/science/eo/files/patch-eoGnuplot.cpp.diff
===================================================================
--- trunk/dports/science/eo/files/patch-eoGnuplot.cpp.diff	                        (rev 0)
+++ trunk/dports/science/eo/files/patch-eoGnuplot.cpp.diff	2008-03-31 19:32:41 UTC (rev 35627)
@@ -0,0 +1,10 @@
+--- src/utils/eoGnuplot.cpp	2008-03-31 21:25:16.000000000 +0200
++++ src/utils/eoGnuplot.cpp	2008-03-31 21:08:17.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include <config.h>
+ #endif
+ 
++#include <cstring>
+ #include <sstream>
+ #include <stdexcept>
+ 

Added: trunk/dports/science/eo/files/patch-make_help.cpp.diff
===================================================================
--- trunk/dports/science/eo/files/patch-make_help.cpp.diff	                        (rev 0)
+++ trunk/dports/science/eo/files/patch-make_help.cpp.diff	2008-03-31 19:32:41 UTC (rev 35627)
@@ -0,0 +1,16 @@
+--- src/utils/make_help.cpp	2008-03-31 21:26:37.000000000 +0200
++++ src/utils/make_help.cpp	2008-03-31 21:08:17.000000000 +0200
+@@ -28,10 +28,12 @@
+ #pragma warning(disable:4786)
+ #endif 
+ 
++#include <cstdlib>
+-#include <utils/eoParser.h>
+ #include <fstream>
+ #include <stdexcept>
+ 
++#include <utils/eoParser.h>
++
+ using namespace std;
+ 
+ /** Generation of the status file, and output of the help message if needed

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080331/e202f3ef/attachment.html


More information about the macports-changes mailing list