summaryrefslogtreecommitdiff
path: root/graphics/giram/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giram/files')
-rw-r--r--graphics/giram/files/patch-configure10
-rw-r--r--graphics/giram/files/patch-src+filetypes+povray+LoadPov.c42
-rw-r--r--graphics/giram/files/patch-src+filetypes+povray+SavePov.c10
-rw-r--r--graphics/giram/files/patch-src+giramobjecteditor.c14
-rw-r--r--graphics/giram/files/patch-src+texture.c15
-rw-r--r--graphics/giram/files/patch-src+view.c13
-rw-r--r--graphics/giram/files/patch-src+widgets+gtkcolorbutton.c16
7 files changed, 0 insertions, 120 deletions
diff --git a/graphics/giram/files/patch-configure b/graphics/giram/files/patch-configure
deleted file mode 100644
index b12310a4ac90..000000000000
--- a/graphics/giram/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sat Mar 8 21:30:47 2003
-+++ configure Sun May 25 21:41:54 2003
-@@ -5843,7 +5843,6 @@
- fi
-
-
--CFLAGS="-g -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS"
-
- if test -n "$DEBUGFLAG"; then
- CFLAGS="$DEBUGFLAG $CFLAGS"
diff --git a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c b/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c
deleted file mode 100644
index 92f8ab6cceaf..000000000000
--- a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c
+++ /dev/null
@@ -1,42 +0,0 @@
---- src/filetypes/povray/LoadPov.c.orig Mon Dec 23 18:06:14 2002
-+++ src/filetypes/povray/LoadPov.c Tue Oct 26 17:04:03 2004
-@@ -1152,6 +1152,7 @@
- break;
- default:
- /* panic!!! */
-+ ;
- }
- get_token();
- }
-@@ -3238,6 +3239,7 @@
-
- default:
- /*Error("Mis-matched '#case' or '#range'.");*/
-+ ;
- }
- done = TRUE;
- break;
-@@ -3303,6 +3305,7 @@
-
- default:
- /* Error("Mis-matched '#end'.");*/
-+ ;
- }
- done = TRUE;
- break;
-@@ -4965,6 +4968,7 @@
- break;
- default:
- /* panic!!! */
-+ ;
- }
- get_token();
- }
-@@ -5111,6 +5115,7 @@
- PARSE_FLOAT(HoleRadius)
- break;
- default: /* nothing */
-+ ;
- }
-
- *pDisc = giram_disc_new(Center, Normal, Radius, HoleRadius);
diff --git a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c b/graphics/giram/files/patch-src+filetypes+povray+SavePov.c
deleted file mode 100644
index b4ad20cb5fef..000000000000
--- a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/filetypes/povray/SavePov.c.orig Fri Aug 9 18:17:09 2002
-+++ src/filetypes/povray/SavePov.c Tue Oct 26 17:04:03 2004
-@@ -799,6 +799,7 @@
-
- default:
- /* panic */
-+ ;
- }
- fprintf(OutFile, " location <%g, %g, %g>\n", Camera->Location[0],
- Camera->Location[1],
diff --git a/graphics/giram/files/patch-src+giramobjecteditor.c b/graphics/giram/files/patch-src+giramobjecteditor.c
deleted file mode 100644
index c46a259ab019..000000000000
--- a/graphics/giram/files/patch-src+giramobjecteditor.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/giramobjecteditor.c.orig Tue Jul 23 00:32:37 2002
-+++ src/giramobjecteditor.c Tue Oct 26 17:04:03 2004
-@@ -19,10 +19,10 @@
- */
-
- #include <stdlib.h>
-+#include "widgets/gtkcolorbutton.h"
- #include "giram.h"
-
- #include "giramintl.h"
--#include "widgets/gtkcolorbutton.h"
- #include "widgets/giramfileselection.h"
-
- #include "widgets/giramvectorframe.h"
diff --git a/graphics/giram/files/patch-src+texture.c b/graphics/giram/files/patch-src+texture.c
deleted file mode 100644
index 1bc0d04ed7f6..000000000000
--- a/graphics/giram/files/patch-src+texture.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/texture.c.orig Tue Jul 9 02:02:23 2002
-+++ src/texture.c Tue Oct 26 17:04:03 2004
-@@ -21,10 +21,10 @@
- #include <string.h>
- #undef GTK_DISABLE_DEPRECATED
- #warning GTK_DISABLE_DEPRECATED
--#include "giram.h"
--#include "utils.h"
- #include "widgets/gtkcolorbutton.h"
- #include "widgets/gtkcolormapbutton.h"
-+#include "giram.h"
-+#include "utils.h"
- #include "texture.h"
-
- #include "widgets/giramwidgets.h"
diff --git a/graphics/giram/files/patch-src+view.c b/graphics/giram/files/patch-src+view.c
deleted file mode 100644
index 339577bf34f7..000000000000
--- a/graphics/giram/files/patch-src+view.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/view.c.orig Sat Aug 10 02:25:18 2002
-+++ src/view.c Tue Oct 26 17:04:03 2004
-@@ -22,8 +22,9 @@
- #include <unistd.h>
- #include <math.h>
- #include <string.h>
--#include "giram.h"
- #include <gdk/gdkkeysyms.h>
-+#include <gtk/gtkitemfactory.h>
-+#include "giram.h"
-
- #include "tools/tools.h"
- #include "tools/tool_select.h"
diff --git a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c b/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c
deleted file mode 100644
index 2440d49fafd2..000000000000
--- a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/widgets/gtkcolorbutton.c.orig Wed Jul 3 19:47:16 2002
-+++ src/widgets/gtkcolorbutton.c Tue Oct 26 17:04:03 2004
-@@ -25,11 +25,11 @@
- #undef GTK_DISABLE_DEPRECATED
- #warning GTK_DISABLE_DEPRECATED
-
-+#include "gtkcolorbutton.h"
-+
- #include "giram.h"
-
- #include "giramintl.h"
--
--#include "gtkcolorbutton.h"
-
- static void gtk_color_button_destroy(GtkObject *object);
- static void gtk_color_button_clicked(GtkButton *button);