diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-09 21:17:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-09 21:17:32 +0000 |
commit | 7e2cadf284c392ce9a4a2c45204fd4bf8c7f90df (patch) | |
tree | 2cb9e5b75d5f1fc52fce0ee19df54ee54d7b8fe0 /net/wireshark | |
parent | fa63696a96b42ddddca336d1907c543fbfc8f91d (diff) | |
download | pkgsrc-7e2cadf284c392ce9a4a2c45204fd4bf8c7f90df.tar.gz |
Remove obsolete patch.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/distinfo | 3 | ||||
-rw-r--r-- | net/wireshark/patches/patch-extcap.c | 16 |
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 |