pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06fa7451b557
branches:  trunk
changeset: 510036:06fa7451b557
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 22 23:32:47 2006 +0000

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

diffstat:

 net/mbrowse/distinfo         |   3 ++-
 net/mbrowse/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 4201dc0c68eb -r 06fa7451b557 net/mbrowse/distinfo
--- a/net/mbrowse/distinfo      Wed Mar 22 23:15:29 2006 +0000
+++ b/net/mbrowse/distinfo      Wed Mar 22 23:32:47 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/14 21:47:41 heinz Exp $
+$NetBSD: distinfo,v 1.2 2006/03/22 23:32:47 joerg Exp $
 
 SHA1 (mbrowse-0.3.1.tar.gz) = aee6fd632e41a19007c1b40f198e55ed1d4bd699
 RMD160 (mbrowse-0.3.1.tar.gz) = 4a17ad1d7dd85e04f6ce37d6baaa9ef0b5a630fa
 Size (mbrowse-0.3.1.tar.gz) = 99948 bytes
 SHA1 (patch-aa) = 156ed9a22ecc3a557de38f3a3bcfe54e2f498a17
 SHA1 (patch-ab) = fb9b0946ec607a7e3471f4620cbb5792a7596eef
+SHA1 (patch-ac) = 120522628bca90e25d6128e9b9411319762ca658
diff -r 4201dc0c68eb -r 06fa7451b557 net/mbrowse/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mbrowse/patches/patch-ac      Wed Mar 22 23:32:47 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2006/03/22 23:32:47 joerg Exp $
+
+--- src/snmpstuff.c.orig       2006-03-22 23:23:32.000000000 +0000
++++ src/snmpstuff.c
+@@ -360,6 +360,7 @@ void snmpset(char *host,char *object,cha
+       case TYPE_NETADDR:
+       case TYPE_OTHER:
+       default:
++        break;
+     }
+   }
+   if (type == 0) {



Home | Main Index | Thread Index | Old Index