summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-20 22:17:31 +0000
committerxtraeme <xtraeme>2004-10-20 22:17:31 +0000
commit2bb9adefe204f47fc30413cb82c7bb88c6ba8a20 (patch)
tree562d034bbce307339db8df17b7de4fcde33bc711
parent743073970dc5c2bb533b2a9911ac7f5b4c82e22e (diff)
downloadpkgsrc-2bb9adefe204f47fc30413cb82c7bb88c6ba8a20.tar.gz
Update net/wistumbler2 to 2.00-pre9, closes PR pkg/26245 from pancake
(author/maintainer). Changes: pre9: - Solve beep stuff problems - Solve async Xlib calls by adding some !gtk code - Clean Makefile and code organization - Drop no-pthreads support - Inform about NetBSD kernel segfault - Add popup signal meter - Add preferences menu - Add wistumbler2 logo pre8: - Patch console mode #ifdefs. - Add correct FreeBSD includes. - Solve some threading problems. - Solve ifconfig tip (down ifaces doesn't scan) - Patch >100 signal beep
-rw-r--r--doc/CHANGES3
-rw-r--r--doc/TODO3
-rw-r--r--net/wistumbler2/Makefile12
-rw-r--r--net/wistumbler2/distinfo6
4 files changed, 12 insertions, 12 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 3f11f0a66c7..2fe54c2b518 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7502 2004/10/20 22:06:18 schmonz Exp $
+$NetBSD: CHANGES,v 1.7503 2004/10/20 22:17:31 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4793,3 +4793,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated gnome2-system-monitor to 2.8.0 [jmmv 2004-10-20]
Updated getmail to 4.2.2 [schmonz 2004-10-20]
Updated checkpassword-pam to 0.99 [schmonz 2004-10-20]
+ Updated wistumbler2 to 2.00-pre9 [xtraeme 2004-10-20]
diff --git a/doc/TODO b/doc/TODO
index b73f2111fb2..9df32a07eda 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2238 2004/10/20 22:06:18 schmonz Exp $
+$NetBSD: TODO,v 1.2239 2004/10/20 22:17:31 xtraeme Exp $
Suggested new packages
======================
@@ -449,7 +449,6 @@ Suggested package updates
o wdm-1.27
o wesnoth-0.8.5
o wine-20040914
- o wistumbler-2.00pre9 [pkg/26245]
o wmakerconf-2.9.2
o wmweather-2.4.3
o xalan-c-1.7 [requires xerces-c-2.4.0]
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile
index 8051ba62add..c3bf8fcfbee 100644
--- a/net/wistumbler2/Makefile
+++ b/net/wistumbler2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:18:01 tv Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/20 22:17:31 xtraeme Exp $
-DISTNAME= wistumbler2.00-pre7
+DISTNAME= wistumbler2.00-pre9
PKGNAME= ${DISTNAME:S/wistumbler/wistumbler-/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
@@ -11,12 +10,12 @@ HOMEPAGE= http://www.nopcode.org/?t=wistumbler2
COMMENT= Fork of original WaveLAN/IEEE network stumbler
USE_BUILDLINK3= YES
-USE_X11= YES
-GNU_CONFIGURE= YES
+HAS_CONFIGURE= YES
MANCOMPRESSED= YES
+CONFIGURE_ENV+= PREFIX=${PREFIX}
NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-*
-ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
WISTUMBLER2_USES_GTK?= yes
@@ -25,6 +24,7 @@ BUILD_DEFS+= WISTUMBLER2_USES_GTK
.include "../../mk/bsd.prefs.mk"
.if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss])
+USE_X11= yes
.include "../../x11/gtk2/buildlink3.mk"
.else
CONFIGURE_ENV+= USE_GTK=0
diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo
index 9d54c11de40..2b95c9bf871 100644
--- a/net/wistumbler2/distinfo
+++ b/net/wistumbler2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/03/07 23:59:01 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/10/20 22:17:31 xtraeme Exp $
-SHA1 (wistumbler2.00-pre7.tar.gz) = d12d2af1bbc9659ea3547b4618ef82c4e008694c
-Size (wistumbler2.00-pre7.tar.gz) = 23324 bytes
+SHA1 (wistumbler2.00-pre9.tar.gz) = c33709bdc9ff7c7ec6bb23132f2594ec4a143a71
+Size (wistumbler2.00-pre9.tar.gz) = 40641 bytes