diff options
author | pat <pat@FreeBSD.org> | 2003-01-01 20:38:27 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-01-01 20:38:27 +0000 |
commit | cdbf8699569ba62e192166ffb2153ddaa8c33117 (patch) | |
tree | ad565827d311d13fab121593f7f6942dc297819e /math | |
parent | 976ebedd3f9803b34472597ee11e6bba3b0f8ba2 (diff) | |
download | FreeBSD-ports-cdbf8699569ba62e192166ffb2153ddaa8c33117.zip FreeBSD-ports-cdbf8699569ba62e192166ffb2153ddaa8c33117.tar.gz |
Add patches i missed
Diffstat (limited to 'math')
-rw-r--r-- | math/topaz/files/patch-topaz::buffarray.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::convtxt.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::filepoint.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::msgbuff.cc | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::objectlist.h | 13 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::styledisp.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::topaz.cc | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::tpv2ps.cc | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::vectdefs.h | 11 |
9 files changed, 101 insertions, 0 deletions
diff --git a/math/topaz/files/patch-topaz::buffarray.h b/math/topaz/files/patch-topaz::buffarray.h new file mode 100644 index 0000000..b65ff58 --- /dev/null +++ b/math/topaz/files/patch-topaz::buffarray.h @@ -0,0 +1,11 @@ +--- topaz/buffarray.h.orig Wed Dec 4 23:02:26 2002 ++++ topaz/buffarray.h Fri Dec 27 04:24:29 2002 +@@ -27,6 +27,8 @@ + + #include <string> + ++using namespace std; ++ + + + class buffarray diff --git a/math/topaz/files/patch-topaz::convtxt.h b/math/topaz/files/patch-topaz::convtxt.h new file mode 100644 index 0000000..2313629 --- /dev/null +++ b/math/topaz/files/patch-topaz::convtxt.h @@ -0,0 +1,11 @@ +--- topaz/convtxt.h.orig Wed Dec 4 23:02:26 2002 ++++ topaz/convtxt.h Fri Dec 27 04:33:13 2002 +@@ -25,6 +25,8 @@ + #define __convtxt_h + #include <string> + ++using namespace std; ++ + extern bool tosavetxt(char *in, string *out); + extern bool fromsavetxt(char *in, string *out); + extern char *topazfgets(char *s, int size, FILE *fp); diff --git a/math/topaz/files/patch-topaz::filepoint.h b/math/topaz/files/patch-topaz::filepoint.h new file mode 100644 index 0000000..42ecd0c --- /dev/null +++ b/math/topaz/files/patch-topaz::filepoint.h @@ -0,0 +1,11 @@ +--- topaz/filepoint.h.orig Wed Dec 4 23:02:26 2002 ++++ topaz/filepoint.h Fri Dec 27 04:46:14 2002 +@@ -26,6 +26,8 @@ + # include <stdio.h> + # include <string> + ++using namespace std; ++ + + class HandleElement + { diff --git a/math/topaz/files/patch-topaz::msgbuff.cc b/math/topaz/files/patch-topaz::msgbuff.cc new file mode 100644 index 0000000..7a04346 --- /dev/null +++ b/math/topaz/files/patch-topaz::msgbuff.cc @@ -0,0 +1,11 @@ +--- topaz/msgbuff.cc.orig Wed Dec 4 23:02:26 2002 ++++ topaz/msgbuff.cc Fri Dec 27 04:36:46 2002 +@@ -30,6 +30,8 @@ + #include "msgbuff.h" + #include "kanji.h" + ++using namespace std; ++ + extern int tabnumber; + extern WINDOW *menuwin, *msgwin, *sepwin ,*titlewin; + diff --git a/math/topaz/files/patch-topaz::objectlist.h b/math/topaz/files/patch-topaz::objectlist.h new file mode 100644 index 0000000..bad7a9d --- /dev/null +++ b/math/topaz/files/patch-topaz::objectlist.h @@ -0,0 +1,13 @@ +--- topaz/objectlist.h.orig Wed Dec 4 23:02:26 2002 ++++ topaz/objectlist.h Fri Dec 27 04:41:21 2002 +@@ -24,6 +24,10 @@ + #if !defined(__objectlist_h) + #define __objectlist_h + ++#include <string> ++ ++using namespace std; ++ + #include "topazcurses.h" + int objectlist(WINDOW *win, int mode, string *objtype); + diff --git a/math/topaz/files/patch-topaz::styledisp.h b/math/topaz/files/patch-topaz::styledisp.h new file mode 100644 index 0000000..b70c045 --- /dev/null +++ b/math/topaz/files/patch-topaz::styledisp.h @@ -0,0 +1,11 @@ +--- topaz/styledisp.h.orig Wed Dec 4 23:02:28 2002 ++++ topaz/styledisp.h Fri Dec 27 04:44:03 2002 +@@ -26,6 +26,8 @@ + + #include <string> + ++using namespace std; ++ + extern bool getlinestylename(int id, string *out); + bool getcolorname(unsigned int r, unsigned int g,unsigned int b, string *out); + bool getmarkerstylename(int id, string *out); diff --git a/math/topaz/files/patch-topaz::topaz.cc b/math/topaz/files/patch-topaz::topaz.cc new file mode 100644 index 0000000..881afdb --- /dev/null +++ b/math/topaz/files/patch-topaz::topaz.cc @@ -0,0 +1,11 @@ +--- topaz/topaz.cc.orig Wed Dec 4 23:02:28 2002 ++++ topaz/topaz.cc Fri Dec 27 04:29:01 2002 +@@ -30,7 +30,7 @@ + #include <dirent.h> + #include <sys/stat.h> + #include <signal.h> +-#include <getopt.h> ++//#include <getopt.h> + //char *optarg; + #include "script.h" + #include "frame.h" diff --git a/math/topaz/files/patch-topaz::tpv2ps.cc b/math/topaz/files/patch-topaz::tpv2ps.cc new file mode 100644 index 0000000..dab9c65 --- /dev/null +++ b/math/topaz/files/patch-topaz::tpv2ps.cc @@ -0,0 +1,11 @@ +--- topaz/tpv2ps.cc.orig Wed Dec 4 23:02:28 2002 ++++ topaz/tpv2ps.cc Fri Dec 27 04:51:06 2002 +@@ -31,7 +31,7 @@ + #include <math.h> + #include <string> + #include <time.h> +-#include <getopt.h> ++//#include <getopt.h> + //char *optarg; + + extern int errno; diff --git a/math/topaz/files/patch-topaz::vectdefs.h b/math/topaz/files/patch-topaz::vectdefs.h new file mode 100644 index 0000000..51cb4dd --- /dev/null +++ b/math/topaz/files/patch-topaz::vectdefs.h @@ -0,0 +1,11 @@ +--- topaz/vectdefs.h.orig Wed Dec 4 23:02:28 2002 ++++ topaz/vectdefs.h Fri Dec 27 04:37:32 2002 +@@ -28,6 +28,8 @@ + #include "vect.h" + #include "pointdefs.h" + ++using namespace std; ++ + typedef rvect<int> intarray; + typedef rvect<double> doublearray; + typedef vect<string> stringarray; |