Mon Sep 12 11:04:54 2016 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.92 -r1.93 pkgsrc/net/wireshark/distinfo
diff -r1.1 -r1.2 pkgsrc/net/wireshark/patches/patch-extcap.c

cvs diff -r1.92 -r1.93 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2016/09/12 10:59:55 1.92
+++ pkgsrc/net/wireshark/distinfo 2016/09/12 11:04:54 1.93
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.92 2016/09/12 10:59:55 wiz Exp $ 1$NetBSD: distinfo,v 1.93 2016/09/12 11:04:54 wiz Exp $
2 2
3SHA1 (wireshark-2.2.0.tar.bz2) = 4b47bf8e2053073585318646e27d2aa9dc7c7238 3SHA1 (wireshark-2.2.0.tar.bz2) = 4b47bf8e2053073585318646e27d2aa9dc7c7238
4RMD160 (wireshark-2.2.0.tar.bz2) = bfcd77da458dc9f427cd423876a60968e8fa66ad 4RMD160 (wireshark-2.2.0.tar.bz2) = bfcd77da458dc9f427cd423876a60968e8fa66ad
5SHA512 (wireshark-2.2.0.tar.bz2) = 03dd1ce686b0e012d3498d6966382db1ff39844e2b03286eded5d77062a958d2dc939b00558708ae37b8e354d95ee6c4aa32023477d862b35bff4e2a0f8f3326 5SHA512 (wireshark-2.2.0.tar.bz2) = 03dd1ce686b0e012d3498d6966382db1ff39844e2b03286eded5d77062a958d2dc939b00558708ae37b8e354d95ee6c4aa32023477d862b35bff4e2a0f8f3326
6Size (wireshark-2.2.0.tar.bz2) = 32141141 bytes 6Size (wireshark-2.2.0.tar.bz2) = 32141141 bytes
7SHA1 (patch-extcap.c) = 4a52bc544e12aed502a1220a2a9dc46f86ff0aec 7SHA1 (patch-extcap.c) = 70615218f803d24c89ad8237d6ede2119606a21b

cvs diff -r1.1 -r1.2 pkgsrc/net/wireshark/patches/Attic/patch-extcap.c (expand / switch to unified diff)

--- pkgsrc/net/wireshark/patches/Attic/patch-extcap.c 2016/09/12 10:59:55 1.1
+++ pkgsrc/net/wireshark/patches/Attic/patch-extcap.c 2016/09/12 11:04:54 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1$NetBSD: patch-extcap.c,v 1.1 2016/09/12 10:59:55 wiz Exp $ 1$NetBSD: patch-extcap.c,v 1.2 2016/09/12 11:04:54 wiz Exp $
2 2
3Fix linking on NetBSD. 3Fix linking on NetBSD.
 4https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12883
4 5
5--- extcap.c.orig 2016-09-07 16:59:05.000000000 +0000 6--- extcap.c.orig 2016-09-07 16:59:05.000000000 +0000
6+++ extcap.c 7+++ extcap.c
7@@ -35,6 +35,8 @@ 8@@ -35,6 +35,8 @@
8 #else 9 #else
9 /* Include for unlink */ 10 /* Include for unlink */
10 #include <unistd.h> 11 #include <unistd.h>
11+/* for WEXITSTATUS */ 12+/* for WEXITSTATUS */
12+#include <sys/wait.h> 13+#include <sys/wait.h>
13 #endif 14 #endif
14  15
15 #include <glib.h> 16 #include <glib.h>