pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rootprobe Fix GCC 3.4+: label at end of compound s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77b19473301e
branches: trunk
changeset: 504747:77b19473301e
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Dec 20 13:29:46 2005 +0000
description:
Fix GCC 3.4+: label at end of compound statement.
diffstat:
net/rootprobe/distinfo | 3 ++-
net/rootprobe/patches/patch-aa | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 0e65dfabe1b8 -r 77b19473301e net/rootprobe/distinfo
--- a/net/rootprobe/distinfo Tue Dec 20 12:36:43 2005 +0000
+++ b/net/rootprobe/distinfo Tue Dec 20 13:29:46 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:14:03 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/20 13:29:46 joerg Exp $
SHA1 (rootprobe-20030115.tar.gz) = 6e96dd7969672cb7f4477cbb377911d57120edfd
RMD160 (rootprobe-20030115.tar.gz) = 5e8f25344d016b3f07648ba06a2cc58aa7baca8b
Size (rootprobe-20030115.tar.gz) = 20867 bytes
+SHA1 (patch-aa) = 921d75b27a0f49af8b49f11a2880431186f86622
diff -r 0e65dfabe1b8 -r 77b19473301e net/rootprobe/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rootprobe/patches/patch-aa Tue Dec 20 13:29:46 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/20 13:29:47 joerg Exp $
+
+--- rootprobe.c.orig 2005-12-20 13:10:36.000000000 +0000
++++ rootprobe.c
+@@ -242,6 +242,7 @@ init(argc, argv)
+ case '?':
+ exit(1);
+ default:
++ break;
+ }
+ }
+ argc -= optind;
Home |
Main Index |
Thread Index |
Old Index