diff options
Diffstat (limited to 'graphics/graphopt/files')
8 files changed, 0 insertions, 89 deletions
diff --git a/graphics/graphopt/files/patch-pixmaps_Makefile.in b/graphics/graphopt/files/patch-pixmaps_Makefile.in deleted file mode 100644 index 72034c271f50..000000000000 --- a/graphics/graphopt/files/patch-pixmaps_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pixmaps/Makefile.in.orig 2003-05-07 15:10:47 UTC -+++ pixmaps/Makefile.in -@@ -67,7 +67,7 @@ PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ - VERSION = @VERSION@ - --pixmapdir = $(prefix)/share/pixmaps/graphopt -+pixmapdir = $(prefix)/share/graphopt/pixmaps - - pixmap_DATA = export.xpm \ - import.xpm \ diff --git a/graphics/graphopt/files/patch-src_classes_dotImporter.cc b/graphics/graphopt/files/patch-src_classes_dotImporter.cc deleted file mode 100644 index 8c1d030e309e..000000000000 --- a/graphics/graphopt/files/patch-src_classes_dotImporter.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/classes/dotImporter.cc.orig 2003-03-20 07:37:55 UTC -+++ src/classes/dotImporter.cc -@@ -1,5 +1,6 @@ - #include "dotImporter.h" --#include <string.h> -+#include <cstdlib> -+#include <cstring> - #include <gtk/gtk.h> - #include "../interface.h" - diff --git a/graphics/graphopt/files/patch-src_classes_nodes.cc b/graphics/graphopt/files/patch-src_classes_nodes.cc deleted file mode 100644 index 6ee6fdab7c31..000000000000 --- a/graphics/graphopt/files/patch-src_classes_nodes.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/classes/nodes.cc.orig 2003-03-19 05:21:33 UTC -+++ src/classes/nodes.cc -@@ -1,4 +1,6 @@ --#include <stdio.h> -+#include <cstdio> -+#include <cstdlib> -+#include <cstring> - #include "nodes.h" - - diff --git a/graphics/graphopt/files/patch-src_classes_optFileReader.cc b/graphics/graphopt/files/patch-src_classes_optFileReader.cc deleted file mode 100644 index db86a01d28e0..000000000000 --- a/graphics/graphopt/files/patch-src_classes_optFileReader.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/classes/optFileReader.cc.orig 2003-03-20 07:42:59 UTC -+++ src/classes/optFileReader.cc -@@ -1,5 +1,6 @@ - #include "optFileReader.h" --#include <string.h> -+#include <cstdlib> -+#include <cstring> - #include <gtk/gtk.h> - #include "../interface.h" - diff --git a/graphics/graphopt/files/patch-src_classes_optFileWriter.cc b/graphics/graphopt/files/patch-src_classes_optFileWriter.cc deleted file mode 100644 index 67c487d23398..000000000000 --- a/graphics/graphopt/files/patch-src_classes_optFileWriter.cc +++ /dev/null @@ -1,9 +0,0 @@ ---- src/classes/optFileWriter.cc.orig 2003-01-25 05:17:43 UTC -+++ src/classes/optFileWriter.cc -@@ -1,4 +1,6 @@ - #include "optFileWriter.h" -+#include <cstdlib> -+#include <cstring> - - - optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) { diff --git a/graphics/graphopt/files/patch-src_classes_psExporter.cc b/graphics/graphopt/files/patch-src_classes_psExporter.cc deleted file mode 100644 index 56bdb6a2ee65..000000000000 --- a/graphics/graphopt/files/patch-src_classes_psExporter.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- src/classes/psExporter.cc.orig 2003-04-18 04:47:40 UTC -+++ src/classes/psExporter.cc -@@ -1,5 +1,6 @@ - #include "psExporter.h" -- -+#include <cstdlib> -+#include <cstring> - - psExporter::psExporter(char *what_file, nodes *what_nodes) { - filename = strdup(what_file); -@@ -26,7 +27,7 @@ void psExporter::do_export() { - - void psExporter::write_headers(FILE *outfile) { - char *line = new char[200]; -- sprintf(line, "\%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n", -+ sprintf(line, "%%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n", - translatexcoord((double) biggest_x) + 2 * margin, - translateycoord((double) biggest_y) + 2 * margin); - fwrite(line, strlen(line), 1, outfile); diff --git a/graphics/graphopt/files/patch-src_classes_visioExporter.cc b/graphics/graphopt/files/patch-src_classes_visioExporter.cc deleted file mode 100644 index 3d13c3239460..000000000000 --- a/graphics/graphopt/files/patch-src_classes_visioExporter.cc +++ /dev/null @@ -1,9 +0,0 @@ ---- src/classes/visioExporter.cc.orig 2003-04-16 02:55:39 UTC -+++ src/classes/visioExporter.cc -@@ -1,4 +1,6 @@ - #include "visioExporter.h" -+#include <cstdlib> -+#include <cstring> - - - visioExporter::visioExporter(char *what_file, nodes *what_nodes) { diff --git a/graphics/graphopt/files/patch-src_main.cc b/graphics/graphopt/files/patch-src_main.cc deleted file mode 100644 index e115e6bbfc1d..000000000000 --- a/graphics/graphopt/files/patch-src_main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cc.orig 2003-05-07 15:06:31 UTC -+++ src/main.cc -@@ -18,7 +18,7 @@ int main (int argc, char *argv[]) { - gtk_set_locale (); - gtk_init (&argc, &argv); - -- add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/graphopt"); -+ add_pixmap_directory (PACKAGE_DATA_DIR "/graphopt/pixmaps"); - add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps"); - - window1 = create_window1(); |