summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-20 14:51:00 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-20 14:51:00 +0000
commit74ff322ae8ee6a941fa6478cd83d2a59f1515761 (patch)
tree64395274e930bd2de6d13079c22a60af35a0a092 /math
parent8facfbe4dfd09d04b7ed928b52839e451f3c1941 (diff)
downloadpkgsrc-74ff322ae8ee6a941fa6478cd83d2a59f1515761.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'math')
-rw-r--r--math/euler/distinfo3
-rw-r--r--math/euler/patches/patch-ae36
-rw-r--r--math/pspp/distinfo3
-rw-r--r--math/pspp/patches/patch-ap12
4 files changed, 52 insertions, 2 deletions
diff --git a/math/euler/distinfo b/math/euler/distinfo
index 2df3e1b328e..ebdfc3f4818 100644
--- a/math/euler/distinfo
+++ b/math/euler/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 12:06:54 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/12/20 14:51:00 joerg Exp $
SHA1 (euler-1.60.6.tar.gz) = 30e9fe077b8c4b2cb61f72b618fcbe7054c67746
RMD160 (euler-1.60.6.tar.gz) = aa4e67b78902f1c29514b1dc528da6684cf42c18
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 30997ef15312f470b91bd49c2e6954fa9aa74918
SHA1 (patch-ab) = 1705383882d30ab0d1574a9d6328ed9d843f089e
SHA1 (patch-ac) = 578b456efe37219d4edbb5b7a27f671011b3c26c
SHA1 (patch-ad) = 375b3c0db540a8e16948f85d7812bfc91893d78f
+SHA1 (patch-ae) = 033028df857014d3b5fc140bb6acae9f24fc4bf5
diff --git a/math/euler/patches/patch-ae b/math/euler/patches/patch-ae
new file mode 100644
index 00000000000..2a0b7e4ee9f
--- /dev/null
+++ b/math/euler/patches/patch-ae
@@ -0,0 +1,36 @@
+$NetBSD: patch-ae,v 1.1 2005/12/20 14:51:00 joerg Exp $
+
+--- term.c.orig 2005-12-20 14:34:42.000000000 +0000
++++ term.c
+@@ -2164,6 +2164,7 @@ static void get_scan(GdkEventKey *event,
+ ch = 'Û';
+ break;
+ default:
++ break;
+ }
+ deadkey=0;
+ break;
+@@ -2207,6 +2208,7 @@ static void get_scan(GdkEventKey *event,
+ ch = 'Ü';
+ break;
+ default:
++ break;
+ }
+ deadkey=0;
+ break;
+@@ -2587,6 +2589,7 @@ static gint gtk_term_key_press (GtkWidge
+ ch = 'Û';
+ break;
+ default:
++ break;
+ }
+ deadkey=0;
+ break;
+@@ -2630,6 +2633,7 @@ static gint gtk_term_key_press (GtkWidge
+ ch = 'Ü';
+ break;
+ default:
++ break;
+ }
+ deadkey=0;
+ break;
diff --git a/math/pspp/distinfo b/math/pspp/distinfo
index 18d9b89fa3d..c9568984bd7 100644
--- a/math/pspp/distinfo
+++ b/math/pspp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/02/23 12:06:57 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/12/20 15:13:32 joerg Exp $
SHA1 (pspp-0.3.0.tar.gz) = 1d07a7e7ef0677e5934331ed0b80b92c7bba7074
RMD160 (pspp-0.3.0.tar.gz) = 8272d458340e77ffa54962c12a9fe377498fb10a
@@ -17,3 +17,4 @@ SHA1 (patch-al) = b998fc5f7f6c11bc4b862c0c25fd6a810c60ec97
SHA1 (patch-am) = 0a9cf92a8b15faa73002d7000a4fa8f6e86e1973
SHA1 (patch-an) = 1bcb30f7a0a21a9a05cf022d18c9cf806c204f85
SHA1 (patch-ao) = c918fe9d3837ea5902405a0faca885528b31a6f6
+SHA1 (patch-ap) = 1682fe56215616b09782ca1f1f5d5f59834b043b
diff --git a/math/pspp/patches/patch-ap b/math/pspp/patches/patch-ap
new file mode 100644
index 00000000000..92e4aea9b55
--- /dev/null
+++ b/math/pspp/patches/patch-ap
@@ -0,0 +1,12 @@
+$NetBSD: patch-ap,v 1.1 2005/12/20 15:13:32 joerg Exp $
+
+--- src/q2c.c.orig 2005-12-20 15:03:41.000000000 +0000
++++ src/q2c.c
+@@ -1136,6 +1136,7 @@ dump_declarations (void)
+
+ default:
+ /* nothing */
++ break;
+ }
+ }
+