summaryrefslogtreecommitdiff
path: root/net/wistumbler2
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-07 23:59:01 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-07 23:59:01 +0000
commit718c6779a28e3a1a006bdeb400158747d468e77a (patch)
treecfc077c194f74f62e09b9aeeef0a321956920cf0 /net/wistumbler2
parentbf5e065893ec83c0defdae006fe22f1502b1aaca (diff)
downloadpkgsrc-718c6779a28e3a1a006bdeb400158747d468e77a.tar.gz
Update wistumbler2 to 2.00pre7, sent by the Author pancake in private
email, this also closes PR pkg/24172 by Noud de Brouwer. Changes: - Wifi rate patched. - Add background sniffer. - Add pthread, for non-blocking GUI. - Autodetect ifaces (up/down) on the fly (threads). While here switch this package to use buildlink3.
Diffstat (limited to 'net/wistumbler2')
-rw-r--r--net/wistumbler2/Makefile11
-rw-r--r--net/wistumbler2/distinfo6
2 files changed, 9 insertions, 8 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile
index 7e5780fe0f1..634c6f364e3 100644
--- a/net/wistumbler2/Makefile
+++ b/net/wistumbler2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:51 reed Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/07 23:59:01 xtraeme Exp $
-DISTNAME= wistumbler2.00-pre3
+DISTNAME= wistumbler2.00-pre7
PKGNAME= ${DISTNAME:S/wistumbler/wistumbler-/}
-PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
@@ -10,7 +9,7 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.nopcode.org/?t=wistumbler2
COMMENT= Fork of original WaveLAN/IEEE network stumbler
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
MANCOMPRESSED= YES
@@ -25,9 +24,11 @@ BUILD_DEFS+= WISTUMBLER2_USES_GTK
.include "../../mk/bsd.prefs.mk"
.if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss])
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.else
CONFIGURE_ENV+= USE_GTK=0
.endif
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo
index 0836a1b7e3e..9d54c11de40 100644
--- a/net/wistumbler2/distinfo
+++ b/net/wistumbler2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:11:02 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/03/07 23:59:01 xtraeme Exp $
-SHA1 (wistumbler2.00-pre3.tar.gz) = d950ea5910a02e56b766b113af192f2274712c9a
-Size (wistumbler2.00-pre3.tar.gz) = 15409 bytes
+SHA1 (wistumbler2.00-pre7.tar.gz) = d12d2af1bbc9659ea3547b4618ef82c4e008694c
+Size (wistumbler2.00-pre7.tar.gz) = 23324 bytes