summaryrefslogtreecommitdiff
path: root/net/wistumbler2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-28 21:13:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-28 21:13:53 +0000
commit263da1c74b64fc4cff07bf6261c5835356ec5681 (patch)
treec70f4543802bb929d8d96e17d93cbf2181c80254 /net/wistumbler2
parent- Add more MASTER_SITES (diff)
- Update to 2.0 pre7
PR: ports/66535 Submitted by: Adrian Steinmann <ast@marabu.ch> Approved by: maintainer timeout (14 days)
Notes
Notes: svn path=/head/; revision=110247
Diffstat (limited to 'net/wistumbler2')
-rw-r--r--net/wistumbler2/Makefile10
-rw-r--r--net/wistumbler2/distinfo4
-rw-r--r--net/wistumbler2/files/patch-gpscontrol.c12
-rw-r--r--net/wistumbler2/files/patch-src-sniffer.c12
4 files changed, 17 insertions, 21 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile
index d0fe973ae454..21e6353c28be 100644
--- a/net/wistumbler2/Makefile
+++ b/net/wistumbler2/Makefile
@@ -7,10 +7,10 @@
PORTNAME= wistumbler2
PORTVERSION= 2.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
-DISTNAME= wistumbler${PORTVERSION}-pre3
+DISTNAME= wistumbler${PORTVERSION}-pre7
MAINTAINER= esn@x123.info
COMMENT= Network Stumbler for WaveLAN/IEEE Wireless
@@ -30,15 +30,11 @@ MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x"
-.else
# this port needs the file /sys/dev/owi/if_ieee80211.h, but there
# was not a FreeBSD version bump specifically for that. Use the
# nearest one.
.if ${OSVERSION} < 501107
-IGNORE= requires newer kernel sources that include /sys/dev/owi/if_ieee80211.h
-.endif
+IGNORE= requires never kernel sources that include /sys/dev/owi/if_ieee80211.h
.endif
pre-everything::
diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo
index e37214d3148d..9386690403e3 100644
--- a/net/wistumbler2/distinfo
+++ b/net/wistumbler2/distinfo
@@ -1,2 +1,2 @@
-MD5 (wistumbler2.00-pre3.tar.gz) = 922da338af586c24d81cdd87b2020c0e
-SIZE (wistumbler2.00-pre3.tar.gz) = 15409
+MD5 (wistumbler2.00-pre7.tar.gz) = 0092b4bced9846a6519584dada85fea3
+SIZE (wistumbler2.00-pre7.tar.gz) = 23324
diff --git a/net/wistumbler2/files/patch-gpscontrol.c b/net/wistumbler2/files/patch-gpscontrol.c
deleted file mode 100644
index 5703576d050a..000000000000
--- a/net/wistumbler2/files/patch-gpscontrol.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/gpscontrol.c.orig Sat Nov 15 22:44:45 2003
-+++ src/gpscontrol.c Sun Mar 14 00:15:19 2004
-@@ -37,6 +37,9 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <termios.h>
-+#ifdef __FreeBSD__
-+#include <string.h>
-+#endif
- #include <strings.h>
- #include "gpscontrol.h"
-
diff --git a/net/wistumbler2/files/patch-src-sniffer.c b/net/wistumbler2/files/patch-src-sniffer.c
new file mode 100644
index 000000000000..03c043bbd42c
--- /dev/null
+++ b/net/wistumbler2/files/patch-src-sniffer.c
@@ -0,0 +1,12 @@
+--- src/sniffer.c.orig Tue May 11 18:00:24 2004
++++ src/sniffer.c Tue May 11 18:03:48 2004
+@@ -1,7 +1,9 @@
+ #ifdef USE_PCAP
+
+ #include <pcap.h>
++#ifndef __FreeBSD__
+ #include <net/dlt.h>
++#endif
+ #include <stdio.h>
+ extern char *iface1;
+ #define BUFSIZE 65540