Mon Dec 26 03:11:11 2011 UTC ()
Remove partial RCS ID from patch which confuses the pkgsrc logic


(joerg)
diff -r1.2 -r1.3 pkgsrc/comms/tn3270/distinfo
diff -r1.1 -r1.2 pkgsrc/comms/tn3270/patches/patch-aa

cvs diff -r1.2 -r1.3 pkgsrc/comms/tn3270/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/tn3270/distinfo 2010/12/30 09:22:43 1.2
+++ pkgsrc/comms/tn3270/distinfo 2011/12/26 03:11:10 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2010/12/30 09:22:43 obache Exp $ 1$NetBSD: distinfo,v 1.3 2011/12/26 03:11:10 joerg Exp $
2 2
3SHA1 (tn3270-0.20100116.tar.gz) = b550f2c240aa3b185b935c11ed36e75c8c574503 3SHA1 (tn3270-0.20100116.tar.gz) = b550f2c240aa3b185b935c11ed36e75c8c574503
4RMD160 (tn3270-0.20100116.tar.gz) = 59ca2fcaa8f44258eb9cb0069cf17e560754f2c9 4RMD160 (tn3270-0.20100116.tar.gz) = 59ca2fcaa8f44258eb9cb0069cf17e560754f2c9
5Size (tn3270-0.20100116.tar.gz) = 156352 bytes 5Size (tn3270-0.20100116.tar.gz) = 156352 bytes
6SHA1 (patch-aa) = 58d1edc5b4231705520acc6efdf09a66f09e9046 6SHA1 (patch-aa) = dfec3563624578dc775f4ec7d0ce813eb9431dce

cvs diff -r1.1 -r1.2 pkgsrc/comms/tn3270/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/comms/tn3270/patches/patch-aa 2010/12/30 09:22:43 1.1
+++ pkgsrc/comms/tn3270/patches/patch-aa 2011/12/26 03:11:10 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-aa,v 1.1 2010/12/30 09:22:43 obache Exp $ 1$NetBSD: patch-aa,v 1.2 2011/12/26 03:11:10 joerg Exp $
2 2
3* workaround for DragonFly arpa/telnet.h, telopts will not defined 3* workaround for DragonFly arpa/telnet.h, telopts will not defined
4 without TELOPTS (already defined in telnet/utilities.c) 4 without TELOPTS (already defined in telnet/utilities.c)
5 5
6--- telnet/commands.c.orig 2010-01-17 18:00:03.000000000 +0000 6--- telnet/commands.c.orig 2010-01-17 18:00:03.000000000 +0000
7+++ telnet/commands.c 7+++ telnet/commands.c
8@@ -84,6 +84,9 @@ __RCSID("$NetBSD: commands.c,v 1.1.1.1 2 8@@ -84,6 +84,9 @@
9 #include <unistd.h> 9 #include <unistd.h>
10  10
11 #include <arpa/telnet.h> 11 #include <arpa/telnet.h>
12+#if defined(__DragonFly__) && !defined(TELOPTS) 12+#if defined(__DragonFly__) && !defined(TELOPTS)
13+extern const char *telopts[NTELOPTS+1]; 13+extern const char *telopts[NTELOPTS+1];
14+#endif 14+#endif
15  15
16 #include "general.h" 16 #include "general.h"
17 #include "ring.h" 17 #include "ring.h"