summaryrefslogtreecommitdiff
path: root/math/topaz/files/patch-topaz_tpv2ps.cc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/topaz/files/patch-topaz_tpv2ps.cc
parentRename mail/ patch-xy patches to reflect the files they modify. (diff)
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/topaz/files/patch-topaz_tpv2ps.cc')
-rw-r--r--math/topaz/files/patch-topaz_tpv2ps.cc63
1 files changed, 63 insertions, 0 deletions
diff --git a/math/topaz/files/patch-topaz_tpv2ps.cc b/math/topaz/files/patch-topaz_tpv2ps.cc
new file mode 100644
index 000000000000..ad7fecc271e3
--- /dev/null
+++ b/math/topaz/files/patch-topaz_tpv2ps.cc
@@ -0,0 +1,63 @@
+--- topaz/tpv2ps.cc.orig Sun Oct 16 22:21:44 2005
++++ topaz/tpv2ps.cc Sun Apr 23 03:11:39 2006
+@@ -31,8 +31,6 @@
+ #include <math.h>
+ #include <string>
+ #include <time.h>
+-#include <getopt.h>
+-//char *optarg;
+
+ extern int errno;
+ #include "vectdefs.h"
+@@ -64,30 +62,30 @@
+ #define buffersize 1024
+
+ static char entry[13][100] = {
+- {"Times-Roman-Q"},
+- {"Times-Bold-Q"},
+- {"Times-Italic-Q"},
+- {"Times-BoldItalic-Q"},
+- {"Helvetica-Q"},
+- {"Helvetica-Bold-Q"},
+- {"Helvetica-Oblique-Q"},
+- {"Helvetica-BoldOblique-Q"},
+- {"Courier-Q"},
+- {"Courier-Bold-Q"},
+- {"Courier-Oblique-Q"},
+- {"Courier-BoldOblique-Q"},
+- {"Symbol"}
++ "Times-Roman-Q",
++ "Times-Bold-Q",
++ "Times-Italic-Q",
++ "Times-BoldItalic-Q",
++ "Helvetica-Q",
++ "Helvetica-Bold-Q",
++ "Helvetica-Oblique-Q",
++ "Helvetica-BoldOblique-Q",
++ "Courier-Q",
++ "Courier-Bold-Q",
++ "Courier-Oblique-Q",
++ "Courier-BoldOblique-Q",
++ "Symbol"
+ };
+
+ static char kentry[8][100] = {
+- {"Ryumin-Light-H"},
+- {"Ryumin-Light-H"},
+- {"Ryumin-Light-H"},
+- {"Ryumin-Light-H"},
+- {"GothicBBB-Medium-H"},
+- {"GothicBBB-Medium-H"},
+- {"GothicBBB-Medium-H"},
+- {"GothicBBB-Medium-H"},
++ "Ryumin-Light-H",
++ "Ryumin-Light-H",
++ "Ryumin-Light-H",
++ "Ryumin-Light-H",
++ "GothicBBB-Medium-H",
++ "GothicBBB-Medium-H",
++ "GothicBBB-Medium-H",
++ "GothicBBB-Medium-H",
+ };
+
+ double papery;