From f82b7ba3889b699e8791e28aeffa56d6302036d1 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 5 Jun 2009 16:05:55 +0000 Subject: remove some appearently unnecessary "#include " so that this pkg can be built against a gnutls which was built without "openssl emulation". We build against the real openssl anyway, and having both the real openssl and one emulated by gnutls has some potential for namespace collisions, thus I'm considering to build the pkgsrc gnutls w/o openssl emulation. (This is just a build issue as far as wireshark is concerned, so no PKGREV bump is needed.) --- net/wireshark/distinfo | 3 ++- net/wireshark/patches/patch-ad | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 net/wireshark/patches/patch-ad diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 04c34bb1977..963fc61c2e1 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2009/05/23 08:12:08 tron Exp $ +$NetBSD: distinfo,v 1.22 2009/06/05 16:05:55 drochner Exp $ SHA1 (wireshark-1.0.8.tar.bz2) = cfd4ac05eb9c0d13236003deaeabfffc21f7c9e9 RMD160 (wireshark-1.0.8.tar.bz2) = a702e78da673435361344ffda13c753386aee1a4 @@ -6,3 +6,4 @@ Size (wireshark-1.0.8.tar.bz2) = 13347689 bytes SHA1 (patch-aa) = c155f38e66a553b14778dc73344b46f8614eb9b0 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 +SHA1 (patch-ad) = cb8850c7534b37092baded8e4118e4e0c4e7554c diff --git a/net/wireshark/patches/patch-ad b/net/wireshark/patches/patch-ad new file mode 100644 index 00000000000..b28edcfdafe --- /dev/null +++ b/net/wireshark/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.3 2009/06/05 16:05:55 drochner Exp $ + +--- epan/dissectors/packet-ssl-utils.h.orig 2009-06-05 16:47:40.000000000 +0200 ++++ epan/dissectors/packet-ssl-utils.h +@@ -38,7 +38,6 @@ + #include + #include + #include +-#include + + #include + -- cgit v1.2.3