summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-20 12:36:43 +0000
committerjoerg <joerg>2005-12-20 12:36:43 +0000
commit2db5478fcdb13ab0f05e557fe0fcbc52e4879c06 (patch)
treed5be482014e6566e57a3007f14d773473127480e /net
parentd48feb5c29675246a436b2d155150ebb0e95a5cb (diff)
downloadpkgsrc-2db5478fcdb13ab0f05e557fe0fcbc52e4879c06.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'net')
-rw-r--r--net/puf/distinfo3
-rw-r--r--net/puf/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/puf/distinfo b/net/puf/distinfo
index 69c8e7cda7c..144aa1775b2 100644
--- a/net/puf/distinfo
+++ b/net/puf/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:14:02 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/20 12:36:43 joerg Exp $
SHA1 (puf-0.93.2a.tar.gz) = c380a45f84f4e074c0638edc1c949d32895c9c6f
RMD160 (puf-0.93.2a.tar.gz) = c6c87afaa8ee30097dfeb5fc9ff8da75b502782c
Size (puf-0.93.2a.tar.gz) = 113073 bytes
+SHA1 (patch-aa) = a05762d77e7bca41e70d7121a84b09f6f8bb1174
diff --git a/net/puf/patches/patch-aa b/net/puf/patches/patch-aa
new file mode 100644
index 00000000000..72f2526a982
--- /dev/null
+++ b/net/puf/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/20 12:36:43 joerg Exp $
+
+--- src/hostlist.c.orig 2005-12-20 12:22:31.000000000 +0000
++++ src/hostlist.c
+@@ -268,6 +268,7 @@ havho:
+ return 1;
+ }
+ noadd:
++ ;
+ }
+
+ if (hapi) {