pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update net/wistumbler2 to 2.00-pre9, closes PR pkg/262...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac98df7020d9
branches:  trunk
changeset: 482149:ac98df7020d9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Oct 20 22:17:31 2004 +0000

description:
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

diffstat:

 doc/CHANGES              |   3 ++-
 doc/TODO                 |   3 +--
 net/wistumbler2/Makefile |  12 ++++++------
 net/wistumbler2/distinfo |   6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (80 lines):

diff -r 02d4577d211d -r ac98df7020d9 doc/CHANGES
--- a/doc/CHANGES       Wed Oct 20 22:06:18 2004 +0000
+++ b/doc/CHANGES       Wed Oct 20 22:17:31 2004 +0000
@@ -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 @@
        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 -r 02d4577d211d -r ac98df7020d9 doc/TODO
--- a/doc/TODO  Wed Oct 20 22:06:18 2004 +0000
+++ b/doc/TODO  Wed Oct 20 22:17:31 2004 +0000
@@ -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 @@
        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 -r 02d4577d211d -r ac98df7020d9 net/wistumbler2/Makefile
--- a/net/wistumbler2/Makefile  Wed Oct 20 22:06:18 2004 +0000
+++ b/net/wistumbler2/Makefile  Wed Oct 20 22:17:31 2004 +0000
@@ -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 @@
 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 @@
 .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 -r 02d4577d211d -r ac98df7020d9 net/wistumbler2/distinfo
--- a/net/wistumbler2/distinfo  Wed Oct 20 22:06:18 2004 +0000
+++ b/net/wistumbler2/distinfo  Wed Oct 20 22:17:31 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index