summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-10-09 21:17:32 +0000
committerwiz <wiz@pkgsrc.org>2016-10-09 21:17:32 +0000
commit77fdfa2100a78e51a7af98ec50c935ce80a26521 (patch)
treeb9d8b1dd6723e8cbc88e8847eebd452ec08ca25f
parentf33cfdd2a77787e2872a9b393782ec9e0cc25065 (diff)
downloadpkgsrc-77fdfa2100a78e51a7af98ec50c935ce80a26521.tar.gz
Remove obsolete patch.
-rw-r--r--net/wireshark/distinfo3
-rw-r--r--net/wireshark/patches/patch-extcap.c16
2 files changed, 1 insertions, 18 deletions
diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo
index a1eabad84ef..ce6acd9be46 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.95 2016/10/09 21:13:22 wiz Exp $
+$NetBSD: distinfo,v 1.96 2016/10/09 21:17:32 wiz Exp $
SHA1 (wireshark-2.2.1.tar.bz2) = fe07ab3582f39111ce5c78f5de6f44a8667000ac
RMD160 (wireshark-2.2.1.tar.bz2) = 46214dad4b4ac3b9f1f3f8fc95192d0cc1e3377d
@@ -6,4 +6,3 @@ SHA512 (wireshark-2.2.1.tar.bz2) = 11f09853f5640cdd9003f2f0f309346cf76366edec2e4
Size (wireshark-2.2.1.tar.bz2) = 32154087 bytes
SHA1 (patch-epan_dissectors_packet-kerberos.c) = 8069e9cdf997b1e32c149e3351ec39e400c3c81b
SHA1 (patch-epan_dissectors_packet-kerberos.h) = ef0d17c9d7b7f49677abd32b87f3767b5c194a9a
-SHA1 (patch-extcap.c) = 57f71d7074bdbf94283a0307ed27e99cc5043c18
diff --git a/net/wireshark/patches/patch-extcap.c b/net/wireshark/patches/patch-extcap.c
deleted file mode 100644
index 6648ca66e6b..00000000000
--- a/net/wireshark/patches/patch-extcap.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-extcap.c,v 1.3 2016/10/09 21:13:22 wiz Exp $
-
-Fix linking on NetBSD.
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12883
-
---- extcap.c.orig 2016-10-04 18:27:54.000000000 +0000
-+++ extcap.c
-@@ -35,6 +35,8 @@
- #else
- /* Include for unlink */
- #include <unistd.h>
-+/* for WEXITSTATUS */
-+#include <sys/wait.h>
- #endif
-
- #ifdef HAVE_SYS_TYPES_H