pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/kismet kismet: update to 2008.05.01nb49.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c15d63fbd521
branches: trunk
changeset: 346063:c15d63fbd521
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 28 12:43:47 2019 +0000
description:
kismet: update to 2008.05.01nb49.
Disable gps option by default.
The configure script does not recognize pkgsrc's version of
ImageMagick, which breaks the option.
diffstat:
net/kismet/Makefile | 4 ++--
net/kismet/options.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 0ba9783b1170 -r c15d63fbd521 net/kismet/Makefile
--- a/net/kismet/Makefile Sat Dec 28 12:37:28 2019 +0000
+++ b/net/kismet/Makefile Sat Dec 28 12:43:47 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2019/11/03 11:45:38 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2019/12/28 12:43:47 wiz Exp $
DISTNAME= kismet-2008-05-R1
PKGNAME= kismet-2008.05.01
-PKGREVISION= 48
+PKGREVISION= 49
CATEGORIES= net
MASTER_SITES= https://www.kismetwireless.net/code/
diff -r 0ba9783b1170 -r c15d63fbd521 net/kismet/options.mk
--- a/net/kismet/options.mk Sat Dec 28 12:37:28 2019 +0000
+++ b/net/kismet/options.mk Sat Dec 28 12:43:47 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.3 2017/02/17 17:10:05 joerg Exp $
-#
+# $NetBSD: options.mk,v 1.4 2019/12/28 12:43:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kismet
PKG_SUPPORTED_OPTIONS= gps
-PKG_SUGGESTED_OPTIONS= gps
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgps)
+BROKEN= "configure does not recognize ImageMagick"
PLIST_SRC+= PLIST.gps
DEPENDS+= wget>=1.9.1:../../net/wget
.include "../../devel/gmp/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index