summaryrefslogtreecommitdiff
path: root/net/kismet
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-02-17 17:10:05 +0000
committerjoerg <joerg@pkgsrc.org>2017-02-17 17:10:05 +0000
commit92bca3aa7252ddd0deca05c5936a75095360bcab (patch)
treebfaac83b4b06b7fd9119804244ed66f2f2400d1a /net/kismet
parent185ee4156dc627bdfcd400fa8beb9041a1d65950 (diff)
downloadpkgsrc-92bca3aa7252ddd0deca05c5936a75095360bcab.tar.gz
Add missing include. Use old ImageMagick for the gps option.
Diffstat (limited to 'net/kismet')
-rw-r--r--net/kismet/distinfo3
-rw-r--r--net/kismet/options.mk4
-rw-r--r--net/kismet/patches/patch-kismet__wrapper.cc12
3 files changed, 16 insertions, 3 deletions
diff --git a/net/kismet/distinfo b/net/kismet/distinfo
index bf87c3b8325..c48e363e465 100644
--- a/net/kismet/distinfo
+++ b/net/kismet/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 00:35:07 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/02/17 17:10:05 joerg Exp $
SHA1 (kismet-2008-05-R1.tar.gz) = 8355aeb0374a39549dfdc0c73160125eadd7c6e2
RMD160 (kismet-2008-05-R1.tar.gz) = 5613207b45f85fa72d146009434df984f721ccdc
@@ -12,5 +12,6 @@ SHA1 (patch-ag) = cb1e1eaf07ae40128fbe9760c95cfdecc200d22c
SHA1 (patch-ah) = 67dfa5a2aedb1b651671863177baace4a65c6f26
SHA1 (patch-gpsdump.cc) = 2ef05923053bd887249427db286cbb5c485018f5
SHA1 (patch-kismet__server.cc) = 611f22eb7746d7d210f01cc9ceb9bc28e998a866
+SHA1 (patch-kismet__wrapper.cc) = 4be9a35504706b33fbcc63f444310a8140a43627
SHA1 (patch-macaddr.h) = c5841ecd5c9ddb2b008c88e78665740a0e23195b
SHA1 (patch-panelfront.cc) = 5a09a92598c8ffb7851b74fe87577a997f69e4f6
diff --git a/net/kismet/options.mk b/net/kismet/options.mk
index c9ad46680f1..6311a19957d 100644
--- a/net/kismet/options.mk
+++ b/net/kismet/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/02/19 18:22:58 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2017/02/17 17:10:05 joerg Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.kismet
@@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS= gps
PLIST_SRC+= PLIST.gps
DEPENDS+= wget>=1.9.1:../../net/wget
.include "../../devel/gmp/buildlink3.mk"
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/ImageMagick6/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.endif
diff --git a/net/kismet/patches/patch-kismet__wrapper.cc b/net/kismet/patches/patch-kismet__wrapper.cc
new file mode 100644
index 00000000000..b4de46cadcf
--- /dev/null
+++ b/net/kismet/patches/patch-kismet__wrapper.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-kismet__wrapper.cc,v 1.1 2017/02/17 17:10:05 joerg Exp $
+
+--- kismet_wrapper.cc.orig 2017-02-17 13:54:47.534806189 +0000
++++ kismet_wrapper.cc
+@@ -24,6 +24,7 @@
+ #include <vector>
+ #include <errno.h>
+ #include <sys/wait.h>
++#include <sys/time.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+