From f2aad7685cec3bfa524ce8048f1c372dc6efed93 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 11 Jun 2014 14:25:01 +0000 Subject: Resurrect net/wackmole and upgrade version 2.14 => 2.15 This port was removed because it's dependency "spread" was removed. Spread has returned, and now this one returns with a new version. * maintainership passed to submitter (old version was not unmaintained) * pkg-descr rewritten, WWW updated * LIB_DEPENDS format updated * distfile mirror added * USES+= tar:xz used * patches regenerated PR: 189403 Submitted by: Chris Hutchison Fixes by: marino --- net/wackamole/files/patch-defines.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net/wackamole/files/patch-defines.h (limited to 'net/wackamole/files/patch-defines.h') diff --git a/net/wackamole/files/patch-defines.h b/net/wackamole/files/patch-defines.h new file mode 100644 index 000000000000..84da09f03e28 --- /dev/null +++ b/net/wackamole/files/patch-defines.h @@ -0,0 +1,28 @@ +--- defines.h.orig 2014-05-06 16:38:13.055354417 -0700 ++++ defines.h 2014-05-06 16:42:19.536056294 -0700 +@@ -13,6 +13,9 @@ + #ifdef HAVE_STRINGS_H + #include + #endif ++#ifdef HAVE_STRING_H ++#include ++#endif + #ifdef HAVE_ERRNO_H + #include + #endif +@@ -59,12 +62,12 @@ + #ifdef HAVE_NET_ROUTE_H + #include + #endif +-#ifdef HAVE_PCAP_H +-#include +-#endif + #ifdef HAVE_NET_BPF_H + #include + #endif ++#ifdef HAVE_PCAP_H ++#include ++#endif + #ifdef HAVE_NET_ETHERNET_H + #include + #endif -- cgit v1.2.3