pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wistumbler2/patches Not needed after update to 2.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/024d8fa73228
branches:  trunk
changeset: 494557:024d8fa73228
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 25 14:47:28 2005 +0000

description:
Not needed after update to 2.0pre10.

diffstat:

 net/wistumbler2/patches/patch-aa |  15 ---------------
 net/wistumbler2/patches/patch-ab |  30 ------------------------------
 net/wistumbler2/patches/patch-ac |  19 -------------------
 net/wistumbler2/patches/patch-ad |  24 ------------------------
 4 files changed, 0 insertions(+), 88 deletions(-)

diffs (104 lines):

diff -r 1e15742e2e88 -r 024d8fa73228 net/wistumbler2/patches/patch-aa
--- a/net/wistumbler2/patches/patch-aa  Wed May 25 14:47:05 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/10/21 21:25:23 reinoud Exp $
-
---- src/stumbler.h.orig        2004-07-03 19:55:01.000000000 +0200
-+++ src/stumbler.h
-@@ -60,8 +60,10 @@
- #include <dev/ic/if_wi_ieee.h>
- #else
- #if __NetBSD_Version__ > 106220000
-+#include <net/if.h>
- #include <net80211/ieee80211.h>
- #else
-+#include <net/if.h>
- #include <net/if_ieee80211.h>
- #include <sys/types.h>
- #include <sys/socket.h>
diff -r 1e15742e2e88 -r 024d8fa73228 net/wistumbler2/patches/patch-ab
--- a/net/wistumbler2/patches/patch-ab  Wed May 25 14:47:05 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/10/21 21:25:23 reinoud Exp $
-
---- configure.orig     2003-11-30 00:39:01.000000000 +0100
-+++ configure
-@@ -95,6 +95,16 @@ if [ "${USE_GTK}" = "0" ]; then
-       GTK=0;
- fi
- 
-+printf "[*] Checking for beeper...\t\t\t"
-+if [ -f /usr/include/machine/spkr.h -o -f /usr/include/machine/speaker.h ]; then
-+        SPEAKER=1
-+        echo "OK"
-+else
-+        SPEAKER=0
-+        echo "NOT PRESENT"
-+fi
-+
-+
- # Clean exit
- printf "\n== Configuration done. Now type 'make' ==\n\n"
- echo "PREFIX=${PREFIX}" > CONFIG
-@@ -115,4 +125,8 @@ else
-       echo "CFLAGS+=-DUSE_PCAP" >> CONFIG
-       echo "LDFLAGS+=-lpcap" >> CONFIG
- fi
-+if [ "${SPEAKER}" = "1" ]; then
-+      echo "CFLAGS+=-DSPEAKER_PRESENT" >> CONFIG
-+fi
-+
- exit 0
diff -r 1e15742e2e88 -r 024d8fa73228 net/wistumbler2/patches/patch-ac
--- a/net/wistumbler2/patches/patch-ac  Wed May 25 14:47:05 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/10/21 21:25:23 reinoud Exp $
-
---- src/speaker.c.orig 2003-11-17 21:47:38.000000000 +0100
-+++ src/speaker.c
-@@ -32,4 +32,9 @@
-  */
- 
-+#ifndef DSPEAKER_PRESENT
-+      void swap_beep(void) {};
-+      void do_beep(int pc) {};
-+#else /* DSPEAKER_PRESENT */
-+
- #include <stdio.h>
- #include <string.h>
-@@ -101,3 +106,3 @@ void do_beep(pc)
-       fclose(fd);
- }
--
-+#endif /* DSPEAKER_PRESENT */
diff -r 1e15742e2e88 -r 024d8fa73228 net/wistumbler2/patches/patch-ad
--- a/net/wistumbler2/patches/patch-ad  Wed May 25 14:47:05 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$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