pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix GCC 3.4+: label at end of compound statement.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d12cb1bf2dc5
branches:  trunk
changeset: 504755:d12cb1bf2dc5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 20 14:51:00 2005 +0000

description:
Fix GCC 3.4+: label at end of compound statement.

diffstat:

 lang/ksi/distinfo                     |   3 +-
 lang/ksi/patches/patch-ad             |  12 +++++++++++
 math/euler/distinfo                   |   3 +-
 math/euler/patches/patch-ae           |  36 +++++++++++++++++++++++++++++++++++
 math/pspp/distinfo                    |   3 +-
 math/pspp/patches/patch-ap            |  12 +++++++++++
 multimedia/dvdauthor/distinfo         |   3 +-
 multimedia/dvdauthor/patches/patch-ab |  12 +++++++++++
 8 files changed, 80 insertions(+), 4 deletions(-)

diffs (142 lines):

diff -r e59581a66cda -r d12cb1bf2dc5 lang/ksi/distinfo
--- a/lang/ksi/distinfo Tue Dec 20 14:32:01 2005 +0000
+++ b/lang/ksi/distinfo Tue Dec 20 14:51:00 2005 +0000
@@ -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 @@
 SHA1 (patch-aa) = b361c1dd64726cac15f3c0aea469f45cb433a044
 SHA1 (patch-ab) = fca89ed52700affeb0af65554c88d9b106f6e600
 SHA1 (patch-ac) = 99d375ae5035b52776b9e373ff382187c2040da8
+SHA1 (patch-ad) = 246d0c0fe3ff6358e71ca71878d3b4dc45ded36c
diff -r e59581a66cda -r d12cb1bf2dc5 lang/ksi/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ksi/patches/patch-ad Tue Dec 20 14:51:00 2005 +0000
@@ -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 -r e59581a66cda -r d12cb1bf2dc5 math/euler/distinfo
--- a/math/euler/distinfo       Tue Dec 20 14:32:01 2005 +0000
+++ b/math/euler/distinfo       Tue Dec 20 14:51:00 2005 +0000
@@ -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-ab) = 1705383882d30ab0d1574a9d6328ed9d843f089e
 SHA1 (patch-ac) = 578b456efe37219d4edbb5b7a27f671011b3c26c
 SHA1 (patch-ad) = 375b3c0db540a8e16948f85d7812bfc91893d78f
+SHA1 (patch-ae) = 033028df857014d3b5fc140bb6acae9f24fc4bf5
diff -r e59581a66cda -r d12cb1bf2dc5 math/euler/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/euler/patches/patch-ae       Tue Dec 20 14:51:00 2005 +0000
@@ -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 -r e59581a66cda -r d12cb1bf2dc5 math/pspp/distinfo
--- a/math/pspp/distinfo        Tue Dec 20 14:32:01 2005 +0000
+++ b/math/pspp/distinfo        Tue Dec 20 14:51:00 2005 +0000
@@ -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-am) = 0a9cf92a8b15faa73002d7000a4fa8f6e86e1973
 SHA1 (patch-an) = 1bcb30f7a0a21a9a05cf022d18c9cf806c204f85
 SHA1 (patch-ao) = c918fe9d3837ea5902405a0faca885528b31a6f6
+SHA1 (patch-ap) = 1682fe56215616b09782ca1f1f5d5f59834b043b
diff -r e59581a66cda -r d12cb1bf2dc5 math/pspp/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pspp/patches/patch-ap        Tue Dec 20 14:51:00 2005 +0000
@@ -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 -r e59581a66cda -r d12cb1bf2dc5 multimedia/dvdauthor/distinfo
--- a/multimedia/dvdauthor/distinfo     Tue Dec 20 14:32:01 2005 +0000
+++ b/multimedia/dvdauthor/distinfo     Tue Dec 20 14:51:00 2005 +0000
@@ -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 -r e59581a66cda -r d12cb1bf2dc5 multimedia/dvdauthor/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/dvdauthor/patches/patch-ab     Tue Dec 20 14:51:00 2005 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index