diff options
author | joerg <joerg> | 2005-12-20 14:51:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-20 14:51:00 +0000 |
commit | 7cef22ce64ef873d150d6747b48a51edde22f7f2 (patch) | |
tree | 64395274e930bd2de6d13079c22a60af35a0a092 | |
parent | 5d4a28eb375df0d6cfa931b2cbc2878540acd8a2 (diff) | |
download | pkgsrc-7cef22ce64ef873d150d6747b48a51edde22f7f2.tar.gz |
Fix GCC 3.4+: label at end of compound statement.
-rw-r--r-- | lang/ksi/distinfo | 3 | ||||
-rw-r--r-- | lang/ksi/patches/patch-ad | 12 | ||||
-rw-r--r-- | math/euler/distinfo | 3 | ||||
-rw-r--r-- | math/euler/patches/patch-ae | 36 | ||||
-rw-r--r-- | math/pspp/distinfo | 3 | ||||
-rw-r--r-- | math/pspp/patches/patch-ap | 12 | ||||
-rw-r--r-- | multimedia/dvdauthor/distinfo | 3 | ||||
-rw-r--r-- | multimedia/dvdauthor/patches/patch-ab | 12 |
8 files changed, 80 insertions, 4 deletions
diff --git a/lang/ksi/distinfo b/lang/ksi/distinfo index 43724b4aa91..a14a79f6f5e 100644 --- a/lang/ksi/distinfo +++ b/lang/ksi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:03:09 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/12/20 15:20:59 joerg Exp $ SHA1 (ksi-3.4.1.tar.gz) = 8ebba1e0775f29bce2662716ea8cc7d0ab0fe778 RMD160 (ksi-3.4.1.tar.gz) = 4469ef6a0273d25c8bc4df66818264e5e791fbaa @@ -6,3 +6,4 @@ Size (ksi-3.4.1.tar.gz) = 1509920 bytes SHA1 (patch-aa) = b361c1dd64726cac15f3c0aea469f45cb433a044 SHA1 (patch-ab) = fca89ed52700affeb0af65554c88d9b106f6e600 SHA1 (patch-ac) = 99d375ae5035b52776b9e373ff382187c2040da8 +SHA1 (patch-ad) = 246d0c0fe3ff6358e71ca71878d3b4dc45ded36c diff --git a/lang/ksi/patches/patch-ad b/lang/ksi/patches/patch-ad new file mode 100644 index 00000000000..dff5715a903 --- /dev/null +++ b/lang/ksi/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/12/20 15:20:59 joerg Exp $ + +--- si/ksi_prim.c.orig 2005-12-20 15:15:07.000000000 +0000 ++++ si/ksi_prim.c +@@ -604,6 +604,7 @@ ksi_apply_prim (ksi_obj prim, int ac, ks + ksi_exn_error ("arity", prim, ksi_wna_s, KSI_PRIM_NAME (prim)); + + default: ++ break; + } + + #else 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; + } + } + diff --git a/multimedia/dvdauthor/distinfo b/multimedia/dvdauthor/distinfo index 3f61ac686a2..708960b45a8 100644 --- a/multimedia/dvdauthor/distinfo +++ b/multimedia/dvdauthor/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 11:24:02 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/12/20 15:32:02 joerg Exp $ SHA1 (dvdauthor-0.6.10.tar.gz) = bee2c9beb58a020bcf0ccfd39eca8d30ebd54602 RMD160 (dvdauthor-0.6.10.tar.gz) = c9df3ac669161e8f07e837e2a6fc76e7af97c1a1 Size (dvdauthor-0.6.10.tar.gz) = 240010 bytes SHA1 (patch-aa) = b86c7a584fddaf733662c0bc32df239a1bb37e98 +SHA1 (patch-ab) = 278d0224642da6f5bc82655a8fccb250cb8f0429 diff --git a/multimedia/dvdauthor/patches/patch-ab b/multimedia/dvdauthor/patches/patch-ab new file mode 100644 index 00000000000..70653baa1c5 --- /dev/null +++ b/multimedia/dvdauthor/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/12/20 15:32:02 joerg Exp $ + +--- src/dvdvob.c.orig 2005-12-20 15:22:35.000000000 +0000 ++++ src/dvdvob.c +@@ -1149,6 +1149,7 @@ int FindVobus(char *fbase,struct vobgrou + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; + noshow: ++ ; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; |