From 4323568256e266c37ed66322496b06d48d2ca55b Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 13 Jul 2005 14:31:49 +0000 Subject: update to 0.9.1 changes: Fixes for compiling on nearly every platform, including improved 64bit support MSDOS Support Add support for sending packets OpenBSD pf format support IrDA capture (Linux only) appearently filtering in ieee802_11_radio packets works now pkgsrc: enabled IPv6 for NetBSD too --- net/libpcap/patches/patch-aa | 13 ------------- net/libpcap/patches/patch-ab | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 net/libpcap/patches/patch-aa create mode 100644 net/libpcap/patches/patch-ab (limited to 'net/libpcap/patches') diff --git a/net/libpcap/patches/patch-aa b/net/libpcap/patches/patch-aa deleted file mode 100644 index e1a413ceecb..00000000000 --- a/net/libpcap/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/05/30 16:46:21 yyamano Exp $ - ---- nametoaddr.c.orig 2003-11-20 03:13:48.000000000 +0900 -+++ nametoaddr.c -@@ -390,7 +390,7 @@ pcap_ether_hostton(const char *name) - * compile on one of 3.x or 4.x). - */ - #if !defined(sgi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && \ -- !defined(_UNICOSMP) -+ !defined(_UNICOSMP) && !defined(__APPLE__) - extern int ether_hostton(char *, struct ether_addr *); - #endif - diff --git a/net/libpcap/patches/patch-ab b/net/libpcap/patches/patch-ab new file mode 100644 index 00000000000..183ae53b9ab --- /dev/null +++ b/net/libpcap/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/07/13 14:31:49 drochner Exp $ + +--- pcap-int.h.orig 2005-07-13 13:32:55.000000000 +0200 ++++ pcap-int.h +@@ -103,6 +103,7 @@ struct pcap_md { + * Ultrix, DEC OSF/1^H^H^H^H^H^H^H^H^HDigital UNIX^H^H^H^H^H^H^H^H^H^H^H^H + * Tru64 UNIX, and NetBSD pad to make everything line up on a nice boundary. + */ ++#include + #if defined(ultrix) || defined(__osf__) || (defined(__NetBSD__) && __NetBSD_Version__ > 106000000) + #define PCAP_FDDIPAD 3 + #endif -- cgit v1.2.3