aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-09-06 19:08:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-09-06 19:08:13 +0000
commit6132935ab690e31744958c53c42396073e4dc3b2 (patch)
tree74c8145dbf941706ffb5c4b068c21a0fa0561613 /math
parente0a9346d5cc943822feaf051ae812d60c6b92d5c (diff)
downloadports-6132935ab690e31744958c53c42396073e4dc3b2.tar.gz
ports-6132935ab690e31744958c53c42396073e4dc3b2.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/guppi/files/patch-libguppitank_guppi-object-barchart.c18
-rw-r--r--math/guppi/files/patch-src_demo.c10
-rw-r--r--math/guppi/files/patch-src_libguppiplot_guppi-layout-constraint.c10
-rw-r--r--math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c18
-rw-r--r--math/guppi/files/patch-src_libguppiplot_guppi-text-block.c10
5 files changed, 66 insertions, 0 deletions
diff --git a/math/guppi/files/patch-libguppitank_guppi-object-barchart.c b/math/guppi/files/patch-libguppitank_guppi-object-barchart.c
new file mode 100644
index 000000000000..a1921e07abdb
--- /dev/null
+++ b/math/guppi/files/patch-libguppitank_guppi-object-barchart.c
@@ -0,0 +1,18 @@
+--- libguppitank/guppi-object-barchart.c.orig Mon Sep 6 15:04:13 2004
++++ libguppitank/guppi-object-barchart.c Mon Sep 6 15:04:24 2004
+@@ -701,6 +701,7 @@
+ break;
+
+ default:
++ ;
+ }
+ }
+
+@@ -733,6 +734,7 @@
+ break;
+
+ default:
++ ;
+ }
+ }
+
diff --git a/math/guppi/files/patch-src_demo.c b/math/guppi/files/patch-src_demo.c
new file mode 100644
index 000000000000..c570364eb665
--- /dev/null
+++ b/math/guppi/files/patch-src_demo.c
@@ -0,0 +1,10 @@
+--- src/demo.c.orig Mon Sep 6 15:02:21 2004
++++ src/demo.c Mon Sep 6 15:02:35 2004
+@@ -451,6 +451,7 @@
+ compass_pos = GUPPI_NORTH;
+ break;
+ default:
++ ;
+ }
+
+ guppi_element_state_set (state,
diff --git a/math/guppi/files/patch-src_libguppiplot_guppi-layout-constraint.c b/math/guppi/files/patch-src_libguppiplot_guppi-layout-constraint.c
new file mode 100644
index 000000000000..074f628c3f98
--- /dev/null
+++ b/math/guppi/files/patch-src_libguppiplot_guppi-layout-constraint.c
@@ -0,0 +1,10 @@
+--- src/libguppiplot/guppi-layout-constraint.c.orig Mon Sep 6 15:00:27 2004
++++ src/libguppiplot/guppi-layout-constraint.c Mon Sep 6 15:00:36 2004
+@@ -165,6 +165,7 @@
+
+ default:
+ /* Fall through, do nothing. */
++ ;
+ }
+
+ ti = term_info_new (type, factor, geom);
diff --git a/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
new file mode 100644
index 000000000000..8d53b397c82e
--- /dev/null
+++ b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c
@@ -0,0 +1,18 @@
+--- src/libguppiplot/guppi-root-group-item.c.orig Mon Sep 6 15:01:23 2004
++++ src/libguppiplot/guppi-root-group-item.c Mon Sep 6 15:01:35 2004
+@@ -548,6 +548,7 @@
+ return motion_notify_event (root, &(ev->motion));
+
+ default:
++ ;
+ }
+
+ return FALSE;
+@@ -777,6 +778,7 @@
+ case ROOT_GROUP_RESIZE_NONE:
+ default:
+ /* insure we do nothing */
++ ;
+ }
+
+ if (please_resize_canvas)
diff --git a/math/guppi/files/patch-src_libguppiplot_guppi-text-block.c b/math/guppi/files/patch-src_libguppiplot_guppi-text-block.c
new file mode 100644
index 000000000000..af5475cc7161
--- /dev/null
+++ b/math/guppi/files/patch-src_libguppiplot_guppi-text-block.c
@@ -0,0 +1,10 @@
+--- src/libguppiplot/guppi-text-block.c.orig Mon Sep 6 14:59:32 2004
++++ src/libguppiplot/guppi-text-block.c Mon Sep 6 14:59:39 2004
+@@ -900,6 +900,7 @@
+
+ default:
+ /* Do nothing. */
++ ;
+ }
+
+ render_stack_evolve (stack, tt);