diff options
author | pav <pav@FreeBSD.org> | 2004-05-29 05:13:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-29 05:13:53 +0800 |
commit | baf77d066f6910426172b28932323bdd20fe1af7 (patch) | |
tree | 5babb78c8c6fe29a6b12647f5b36951765bb5654 /net | |
parent | 4e829d1fc56dee36a7ea9c41eb7a31ca3424ae92 (diff) | |
download | freebsd-ports-gnome-baf77d066f6910426172b28932323bdd20fe1af7.tar.gz freebsd-ports-gnome-baf77d066f6910426172b28932323bdd20fe1af7.tar.zst freebsd-ports-gnome-baf77d066f6910426172b28932323bdd20fe1af7.zip |
- Update to 2.0 pre7
PR: ports/66535
Submitted by: Adrian Steinmann <ast@marabu.ch>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'net')
-rw-r--r-- | net/wistumbler2/Makefile | 10 | ||||
-rw-r--r-- | net/wistumbler2/distinfo | 4 | ||||
-rw-r--r-- | net/wistumbler2/files/patch-gpscontrol.c | 12 | ||||
-rw-r--r-- | net/wistumbler2/files/patch-src-sniffer.c | 12 |
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 |