pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/kismet Add missing include. Use old ImageMagick fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/12c95c1785ee
branches: trunk
changeset: 358660:12c95c1785ee
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 17 17:10:05 2017 +0000
description:
Add missing include. Use old ImageMagick for the gps option.
diffstat:
net/kismet/distinfo | 3 ++-
net/kismet/options.mk | 4 ++--
net/kismet/patches/patch-kismet__wrapper.cc | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r f29204b1d7d0 -r 12c95c1785ee net/kismet/distinfo
--- a/net/kismet/distinfo Fri Feb 17 17:09:16 2017 +0000
+++ b/net/kismet/distinfo Fri Feb 17 17:10:05 2017 +0000
@@ -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-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 -r f29204b1d7d0 -r 12c95c1785ee net/kismet/options.mk
--- a/net/kismet/options.mk Fri Feb 17 17:09:16 2017 +0000
+++ b/net/kismet/options.mk Fri Feb 17 17:10:05 2017 +0000
@@ -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 @@
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 -r f29204b1d7d0 -r 12c95c1785ee net/kismet/patches/patch-kismet__wrapper.cc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/kismet/patches/patch-kismet__wrapper.cc Fri Feb 17 17:10:05 2017 +0000
@@ -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>
+
Home |
Main Index |
Thread Index |
Old Index