ports/76535: Update port: net-mgmt/kismet new version 200501R1

Peter Thoenen eol1 at yahoo.com
Fri Jan 21 21:20:28 UTC 2005


The following reply was made to PR ports/76535; it has been noted by GNATS.

From: Peter Thoenen <eol1 at yahoo.com>
To: freebsd-gnats-submit at FreeBSD.org, spreng at socket.ch
Cc:  
Subject: Re: ports/76535: Update port: net-mgmt/kismet new version 200501R1
Date: Fri, 21 Jan 2005 13:13:55 -0800 (PST)

 --0-1821915326-1106342035=:87936
 Content-Type: text/plain; charset=us-ascii
 Content-Id: 
 Content-Disposition: inline
 
 >Description:
         I have no problem picking maintainership up on this.  My diff is
 attached though org. maintainer shell update should also work.  Either or :)
 
 	Comments:
 		- The Makefile checks for ${OSVERSION} < 502000.  I believe this is no longer
 the case from the CHANGELOG.  Suggests code cleanups now compile without error
 on GCC2.9 machines.  See 04NOV01 entry.  Can somebody test on 4.x, <5.3, and
 CURRENT.  I do have the capabilities to test this.
 		- Kismet now comes with its own configure script.  This is a GOOD THING.  Was
 reviewing the output from it and showing:
 			* Imagemagick support: no
 			* Expat Library: no
 		Both these items are required for GPSMap but having never used that
 functionality, not sure if it even works on FreeBSD any_version. 
 		Expat is included in /usr/src/contrib.  Not installed by default as far as I
 can tell.
 		ImageMagick is not a dependency but many folk have it installed anyways. 
 While not suggested making it dependent, I am at a loss why it wasn't detected
 (I have it installed on my system).
 		If GPSMap does actually work on FreeBSD, would appreciate a patch for the
 above two items, expat and ImageMagick detection.
 --0-1821915326-1106342035=:87936
 Content-Type: text/x-patch; name="kismet.diff"
 Content-Description: kismet.diff
 Content-Disposition: inline; filename="kismet.diff"
 
 diff -ruN /usr/ports/net-mgmt/kismet.old/Makefile /usr/ports/net-mgmt/kismet/Makefile
 --- /usr/ports/net-mgmt/kismet.old/Makefile	Thu Jan 20 18:15:14 2005
 +++ /usr/ports/net-mgmt/kismet/Makefile	Thu Jan 20 18:20:07 2005
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	kismet
 -PORTVERSION=	200404.r1
 +PORTVERSION=	200501.r1
  CATEGORIES=	net-mgmt
  MASTER_SITES=	http://www.kismetwireless.net/code/
 -DISTNAME=	kismet-2004-04-R1
 +DISTNAME=	kismet-2005-01-R1
  
  MAINTAINER=	spreng at socket.ch
  COMMENT=	802.11 layer2 wireless network detector, sniffer, and IDS
 diff -ruN /usr/ports/net-mgmt/kismet.old/distinfo /usr/ports/net-mgmt/kismet/distinfo
 --- /usr/ports/net-mgmt/kismet.old/distinfo	Thu Jan 20 18:15:14 2005
 +++ /usr/ports/net-mgmt/kismet/distinfo	Thu Jan 20 18:16:21 2005
 @@ -1,2 +1,3 @@
 -MD5 (kismet-2004-04-R1.tar.gz) = bd9fad469b3d9ca35c51734e58e406d0
 -SIZE (kismet-2004-04-R1.tar.gz) = 757689
 +MD5 (kismet-2005-01-R1.tar.gz) = 051c301509b1bb022409abc673c58a37
 +SIZE (kismet-2005-01-R1.tar.gz) = 865774
 +
 diff -ruN /usr/ports/net-mgmt/kismet.old/files/patch-aa /usr/ports/net-mgmt/kismet/files/patch-aa
 --- /usr/ports/net-mgmt/kismet.old/files/patch-aa	Thu Jan 20 18:15:14 2005
 +++ /usr/ports/net-mgmt/kismet/files/patch-aa	Wed Dec 31 18:00:00 1969
 @@ -1,11 +0,0 @@
 ---- endian_magic.h.orig	Wed Dec 29 20:08:24 2004
 -+++ endian_magic.h	Wed Dec 29 20:11:31 2004
 -@@ -20,8 +20,6 @@
 - #define __ENDIAN_MAGIC_H__
 - 
 - #include "config.h"
 --#include <endian.h>
 --#include <byteswap.h>
 - 
 - // Byteswap magic
 - #ifdef WORDS_BIGENDIAN
 diff -ruN /usr/ports/net-mgmt/kismet.old/files/patch-packet.h /usr/ports/net-mgmt/kismet/files/patch-packet.h
 --- /usr/ports/net-mgmt/kismet.old/files/patch-packet.h	Thu Jan 20 18:15:14 2005
 +++ /usr/ports/net-mgmt/kismet/files/patch-packet.h	Wed Dec 31 18:00:00 1969
 @@ -1,11 +0,0 @@
 ---- packet.h.orig	Wed Aug 18 18:56:26 2004
 -+++ packet.h	Wed Aug 18 18:56:43 2004
 -@@ -550,7 +550,7 @@
 -     // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
 -     // the nasty STL hoop-jumping.  This does provide a somewhat-stl-ish interface to
 -     // iterating through the singleton and masked maps
 --    friend class iterator {
 -+    class iterator {
 -         friend class macmap;
 - 
 -     public:
 diff -ruN /usr/ports/net-mgmt/kismet.old/pkg-plist /usr/ports/net-mgmt/kismet/pkg-plist
 --- /usr/ports/net-mgmt/kismet.old/pkg-plist	Thu Jan 20 18:15:14 2005
 +++ /usr/ports/net-mgmt/kismet/pkg-plist	Thu Jan 20 18:59:47 2005
 @@ -14,5 +14,7 @@
  share/kismet/wav/junk_traffic.wav
  share/kismet/wav/new_network.wav
  share/kismet/wav/traffic.wav
 + at dirrm share/nls/en_US.US-ASCII
 + at dirrm share/nls/POSIX
  @dirrm share/kismet/wav
  @dirrm share/kismet
 
 --0-1821915326-1106342035=:87936--



More information about the freebsd-ports-bugs mailing list