diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-05 05:13:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-05 05:13:44 +0800 |
commit | 2cf8b1b27f80fed08d9200aea52de34142b5b9f4 (patch) | |
tree | 481eb74533be0a26da34d4faf67804017c9d5a88 /cad/salome-gui/files | |
parent | 900bc4a06976580014d9a6db43154622598c5783 (diff) | |
download | freebsd-ports-gnome-2cf8b1b27f80fed08d9200aea52de34142b5b9f4.tar.gz freebsd-ports-gnome-2cf8b1b27f80fed08d9200aea52de34142b5b9f4.tar.zst freebsd-ports-gnome-2cf8b1b27f80fed08d9200aea52de34142b5b9f4.zip |
Update cad/salome* to 5.1.4.
Warning: This port require gcc 4.4 build 20090512 or _EARLIER_ for
successful _run_.
PR: ports/152396
Submitted by: maintainer (Stas Timokhin)
Diffstat (limited to 'cad/salome-gui/files')
-rw-r--r-- | cad/salome-gui/files/patch-GUI_DDS_DDS_DicGroup.cxx | 10 | ||||
-rw-r--r-- | cad/salome-gui/files/patch-GUI_DDS_DDS_DicItem.cxx | 11 | ||||
-rw-r--r-- | cad/salome-gui/files/patch-GUI_QDS_QDS_Datum.cxx | 10 | ||||
-rw-r--r-- | cad/salome-gui/files/patch-GUI_check_GUI.m4 | 11 |
4 files changed, 31 insertions, 11 deletions
diff --git a/cad/salome-gui/files/patch-GUI_DDS_DDS_DicGroup.cxx b/cad/salome-gui/files/patch-GUI_DDS_DDS_DicGroup.cxx new file mode 100644 index 000000000000..21d5f49ff8f8 --- /dev/null +++ b/cad/salome-gui/files/patch-GUI_DDS_DDS_DicGroup.cxx @@ -0,0 +1,10 @@ +--- src/DDS/DDS_DicGroup.cxx.orig 2010-06-06 21:31:11.000000000 +0700 ++++ src/DDS/DDS_DicGroup.cxx 2010-06-06 21:31:56.000000000 +0700 +@@ -20,6 +20,7 @@ + // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com + // + ++#include <cstdio> + #include "DDS_DicGroup.h" + + #include "DDS_Dictionary.h" diff --git a/cad/salome-gui/files/patch-GUI_DDS_DDS_DicItem.cxx b/cad/salome-gui/files/patch-GUI_DDS_DDS_DicItem.cxx new file mode 100644 index 000000000000..146dcd46b67c --- /dev/null +++ b/cad/salome-gui/files/patch-GUI_DDS_DDS_DicItem.cxx @@ -0,0 +1,11 @@ +--- src/DDS/DDS_DicItem.cxx.orig 2010-06-06 21:37:52.000000000 +0700 ++++ src/DDS/DDS_DicItem.cxx 2010-06-06 21:38:04.000000000 +0700 +@@ -19,7 +19,7 @@ + // + // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com + // +- ++#include <cstdio> + #include "DDS_DicItem.h" + #include "DDS_Dictionary.h" + diff --git a/cad/salome-gui/files/patch-GUI_QDS_QDS_Datum.cxx b/cad/salome-gui/files/patch-GUI_QDS_QDS_Datum.cxx new file mode 100644 index 000000000000..d901b26a2ea4 --- /dev/null +++ b/cad/salome-gui/files/patch-GUI_QDS_QDS_Datum.cxx @@ -0,0 +1,10 @@ +--- src/QDS/QDS_Datum.cxx.orig 2010-06-06 21:40:20.000000000 +0700 ++++ src/QDS/QDS_Datum.cxx 2010-06-06 21:40:29.000000000 +0700 +@@ -20,6 +20,7 @@ + // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com + // + ++#include <cstdio> + #include "QDS_Datum.h" + + #include <QLayout> diff --git a/cad/salome-gui/files/patch-GUI_check_GUI.m4 b/cad/salome-gui/files/patch-GUI_check_GUI.m4 deleted file mode 100644 index 7a0eea1416ca..000000000000 --- a/cad/salome-gui/files/patch-GUI_check_GUI.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- adm_local/unix/config_files/check_GUI.m4.orig 2009-08-15 21:44:17.000000000 +0700 -+++ adm_local/unix/config_files/check_GUI.m4 2009-08-15 21:44:37.000000000 +0700 -@@ -59,7 +59,7 @@ - SalomeGUI_ok=yes - AC_MSG_RESULT(Using SALOME GUI distribution in ${SALOME_GUI_DIR}) - -- if test "x${GUI_ROOT_DIR}" == "x" ; then -+ if test "x${GUI_ROOT_DIR}" = "x" ; then - GUI_ROOT_DIR=${SALOME_GUI_DIR} - fi - |