diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /graphics/fractorama/files | |
parent | 46ce9b21a3308230eb3c7821516af7ccc044bb41 (diff) |
Notes
Diffstat (limited to 'graphics/fractorama/files')
12 files changed, 0 insertions, 150 deletions
diff --git a/graphics/fractorama/files/patch-src::directories.inc b/graphics/fractorama/files/patch-src::directories.inc deleted file mode 100644 index 24547d074102..000000000000 --- a/graphics/fractorama/files/patch-src::directories.inc +++ /dev/null @@ -1,8 +0,0 @@ ---- directories.inc.orig Mon Apr 9 03:09:39 2001 -+++ directories.inc Sun Apr 15 16:46:55 2001 -@@ -4,4 +4,4 @@ - - WINDOWS_QTROOT := e:/qt - WINDOWS_VC_INCLUDE := e:/devstudio/vc/include --UNIX_QTROOT := /tools/qt-2.3.0 -+UNIX_QTROOT := ${X11BASE} diff --git a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h b/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h deleted file mode 100644 index f17d80d7294e..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/BooleanNode.h.orig Fri Oct 24 22:30:40 2003 -+++ lib/fractal/BooleanNode.h Tue Mar 2 23:03:24 2004 -@@ -1,7 +1,8 @@ - #ifndef _BOOLEAN_NODE_H_ - # define _BOOLEAN_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class BooleanNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h b/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h deleted file mode 100644 index 365ff3fec8ae..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ColorTable.h.bak Sat Dec 1 01:27:59 2001 -+++ lib/fractal/ColorTable.h Sun Dec 22 06:07:37 2002 -@@ -1,7 +1,8 @@ - #ifndef _COLOR_TABLE_H_ - # define _COLOR_TABLE_H_ - --#include <iostream.h> -+#include <iostream> -+using namespace std; - - class ColorTable - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h deleted file mode 100644 index 3b32c719057d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ComplexNode.h.orig Fri Oct 24 22:31:06 2003 -+++ lib/fractal/ComplexNode.h Tue Mar 2 23:05:13 2004 -@@ -3,7 +3,8 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; - - class ComplexNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h deleted file mode 100644 index e6aa10d72d22..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003 -+++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004 -@@ -3,7 +3,9 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; -+ - class ComplexEntry; - - class ComplexVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h deleted file mode 100644 index 1b452064f7cc..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/DoubleNode.h.orig Fri Oct 24 22:31:52 2003 -+++ lib/fractal/DoubleNode.h Tue Mar 2 23:08:44 2004 -@@ -1,7 +1,8 @@ - #ifndef _DOUBLE_NODE_H_ - # define _DOUBLE_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) - diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h deleted file mode 100644 index 110d7b83c5a9..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/DoubleVariables.h.orig Sat Dec 1 01:27:59 2001 -+++ lib/fractal/DoubleVariables.h Sun Dec 22 06:47:52 2002 -@@ -1,7 +1,9 @@ - #ifndef _DOUBLE_VARIABLES_H_ - # define _DOUBLE_VARIABLES_H_ - --class ostream; -+#include <iostream> -+using namespace std; -+ - struct DoubleEntry; - - class DoubleVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h b/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h deleted file mode 100644 index f092fdcacafd..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/Fractal.h.bak Fri Jan 25 01:22:39 2002 -+++ lib/fractal/Fractal.h Sun Dec 22 06:06:53 2002 -@@ -3,7 +3,9 @@ - - // Forward Declarations - --class ostream; -+#include <iostream> -+using namespace std; -+ - class BooleanNode; - class Statement; - class InfiniteLoopCallback; diff --git a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h deleted file mode 100644 index 14d12601abdc..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/PrintArg.h.orig Fri Oct 24 22:33:26 2003 -+++ lib/fractal/PrintArg.h Tue Mar 2 23:09:27 2004 -@@ -1,7 +1,8 @@ - #ifndef _PRINT_ARG_H_ - # define _PRINT_ARG_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class PrintArg - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h deleted file mode 100644 index 67dff6c1449d..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/fractal/RegionNode.h.orig Fri Oct 24 22:33:47 2003 -+++ lib/fractal/RegionNode.h Tue Mar 2 23:10:41 2004 -@@ -1,8 +1,10 @@ - #ifndef _REGION_NODE_H_ - # define _REGION_NODE_H_ - -+#include <iostream> -+using namespace std; -+ - class ComplexNode; --class ostream; - - class RegionNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h deleted file mode 100644 index 8b44ef3d04f8..000000000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003 -+++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004 -@@ -1,10 +1,12 @@ - #ifndef _STATEMENT_H_ - # define _STATEMENT_H_ - --class InfiniteLoopCallback; --class ostream; -- - #include "tf.h" -+ -+#include <iostream> -+using namespace std; -+ -+class InfiniteLoopCallback; - - struct LoopControl - { diff --git a/graphics/fractorama/files/patch-src::main.cpp b/graphics/fractorama/files/patch-src::main.cpp deleted file mode 100644 index 0fac3ad5d6dd..000000000000 --- a/graphics/fractorama/files/patch-src::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- main.cpp.orig Sat Oct 25 04:35:20 2003 -+++ main.cpp Tue Mar 2 23:36:04 2004 -@@ -278,7 +278,7 @@ - // Determine the name/location of our "home" document - - char *s = Persist::getApplicationDirectory( -- argv[0], "index.html", "doc", FALSE -+ argv[0], "index.html", "../share/doc/fractorama", FALSE - ); - - QFileInfo info(s); |