]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:52 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet-acfix.patch -> 1.2
    kismet-conf.patch -> 1.2
    kismet-misc_fix.patch -> 1.2
    kismet-pcap.patch -> 1.2

kismet-acfix.patch [deleted file]
kismet-conf.patch [deleted file]
kismet-misc_fix.patch [deleted file]
kismet-pcap.patch [deleted file]

diff --git a/kismet-acfix.patch b/kismet-acfix.patch
deleted file mode 100644 (file)
index c8bcca4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- kismet-3.0.1/configure.in.orig     Thu Aug  7 06:24:06 2003
-+++ kismet-3.0.1/configure.in  Fri Jan 16 11:46:50 2004
-@@ -426,8 +426,8 @@
-               if test $foundsyspcap = yes; then
-               ## if we don't have a pcap.h, do a search for pcap/pcap.h
-               AC_CHECK_HEADER([pcap.h],
--                      [AC_DEFINE(HAVE_PCAP_H, 1, libpcap header), 
--                              AC_CHECK_HEADER([pcap/pcap.h], 
-+                      [AC_DEFINE(HAVE_PCAP_H, 1, libpcap header)], 
-+                              [AC_CHECK_HEADER([pcap/pcap.h], 
-                                       [AC_DEFINE(HAVE_PCAP_H, 1, libpcap header) AC_DEFINE(HAVE_PCAPPCAP_H, 1, pcap/pcap.h)],
-                                       AC_MSG_ERROR([found libpcap but unable to find pcap.h]))])
diff --git a/kismet-conf.patch b/kismet-conf.patch
deleted file mode 100644 (file)
index 9eccced..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig  2005-04-21 16:41:08.091148704 +0200
-+++ configure.in       2005-04-21 16:37:50.959117328 +0200
-@@ -328,7 +328,7 @@
- [  --with-linuxheaders[=DIR]     Custom location of the Linux kernel headers ],
- [
-     if test $withval = no; then
--        CPPFLAGS="$CPPFLAGS -I/lib/modules/$(uname -r)/build/include/"   
-+        CPPFLAGS="$CPPFLAGS"   
-     elif test $withval = yes; then
-         CPPFLAGS="$CPPFLAGS -I/lib/modules/$(uname -r)/build/include/"   
-     else
diff --git a/kismet-misc_fix.patch b/kismet-misc_fix.patch
deleted file mode 100644 (file)
index 0b05c6c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN kismet-2.4.6.org/pcapsource.cc kismet-2.4.6/pcapsource.cc
---- kismet-2.4.6.org/pcapsource.cc     Wed Sep  4 18:02:17 2002
-+++ kismet-2.4.6/pcapsource.cc Wed Sep  4 18:03:04 2002
-@@ -75,7 +75,7 @@
- #ifdef HAVE_PCAP_NONBLOCK
-     pcap_setnonblock(pd, 1, errstr);
--#elseif ! defined(SYS_OPENBSD)
-+#elif !defined(SYS_OPENBSD)
-     // do something clever  (Thanks to Guy Harris for suggesting this).
-     int save_mode = fcntl(pcap_fileno(pd), F_GETFL, 0);
-     if (fcntl(pcap_fileno(pd), F_SETFL, save_mode | O_NONBLOCK) < 0) {
diff --git a/kismet-pcap.patch b/kismet-pcap.patch
deleted file mode 100644 (file)
index c917afa..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- kismet-3.0.1/pcapsource.h.orig     Tue Aug  5 07:43:40 2003
-+++ kismet-3.0.1/pcapsource.h  Fri Jan 16 13:28:38 2004
-@@ -29,10 +29,10 @@
- extern "C" {
- #ifndef HAVE_PCAPPCAP_H
- #include <pcap.h>
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #else
- #include <pcap/pcap.h>
--#include <pcap/net/bpf.h>
-+#include <pcap/pcap-bpf.h>
- #endif
- }
This page took 0.069051 seconds and 4 git commands to generate.