aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-22 00:24:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-22 00:24:08 +0000
commitf587f92d224ad78db4aac2fe4eb99520f9f834f7 (patch)
tree96cdadc70b68f48c2a39e5b8cb4edc3ce52bce97 /net/wireshark
parent5bb61da1e9be7a207dfbaf0ff0e6929f6cdceb92 (diff)
downloadports-f587f92d224ad78db4aac2fe4eb99520f9f834f7.tar.gz
ports-f587f92d224ad78db4aac2fe4eb99520f9f834f7.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile1
-rw-r--r--net/wireshark/files/patch-capture.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 9768dc1d9fe3..ca4659130709 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.10.5
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \
ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \
diff --git a/net/wireshark/files/patch-capture.c b/net/wireshark/files/patch-capture.c
new file mode 100644
index 000000000000..a31c93ba51bc
--- /dev/null
+++ b/net/wireshark/files/patch-capture.c
@@ -0,0 +1,11 @@
+--- capture.c.orig Thu Jul 22 00:23:01 2004
++++ capture.c Thu Jul 22 00:23:15 2004
+@@ -126,7 +126,7 @@
+ * XXX - the various BSDs appear to define BSD in <sys/param.h>; we don't
+ * want to include it if it's not present on this platform, however.
+ */
+-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && \
++#if !defined(__NetBSD__) && !defined(__OpenBSD__) && \
+ !defined(__bsdi__) && !defined(__APPLE__) && !defined(_WIN32) && \
+ !defined(__CYGWIN__)
+ # define MUST_DO_SELECT