pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wistumbler2 make non-GTK2 mode compile (not sure i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/311de11c340d
branches: trunk
changeset: 483105:311de11c340d
user: itojun <itojun%pkgsrc.org@localhost>
date: Sun Nov 07 19:57:51 2004 +0000
description:
make non-GTK2 mode compile (not sure if it is fully functional)
diffstat:
net/wistumbler2/distinfo | 3 ++-
net/wistumbler2/patches/patch-ad | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r f7c672f12bb8 -r 311de11c340d net/wistumbler2/distinfo
--- a/net/wistumbler2/distinfo Sun Nov 07 18:50:55 2004 +0000
+++ b/net/wistumbler2/distinfo Sun Nov 07 19:57:51 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2004/10/21 21:25:23 reinoud Exp $
+$NetBSD: distinfo,v 1.5 2004/11/07 19:57:51 itojun Exp $
SHA1 (wistumbler2.00-pre9.tar.gz) = c33709bdc9ff7c7ec6bb23132f2594ec4a143a71
Size (wistumbler2.00-pre9.tar.gz) = 40641 bytes
SHA1 (patch-aa) = 26313441ad1686f42d505b5823101b51abe425be
SHA1 (patch-ab) = 6efc148573cb17d5ca149f1d5bd1265753f2ca58
SHA1 (patch-ac) = 00e6e6cd043f39265d960ef1c113dd077939813b
+SHA1 (patch-ad) = 2fb6fd5c08a30e13800cff8459b868aac49c9518
diff -r f7c672f12bb8 -r 311de11c340d net/wistumbler2/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler2/patches/patch-ad Sun Nov 07 19:57:51 2004 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1 2004/11/07 19:57:51 itojun Exp $
+
+--- src/stumbler.c- 2004-11-08 04:54:27.000000000 +0900
++++ src/stumbler.c 2004-11-08 04:54:49.000000000 +0900
+@@ -328,8 +328,10 @@
+ if (naps&&!save)
+ do_beep(maxsignal);
+
++#if USE_GTK
+ while(gtk_events_pending())
+ gtk_main_iteration();
++#endif
+ }
+
+ int wi_polling()
+@@ -345,7 +347,7 @@
+ wistumbler_gui_error("No wifi devices found");
+ #else
+ printf("No wifi devices found");
+- if (!App.usex) working=false;
++ if (!App.usex) App.working=false;
+ #endif
+ return 0;
+ } else {
Home |
Main Index |
Thread Index |
Old Index