From eol1@yahoo.com  Thu Dec 30 20:52:29 2004
Return-Path: <eol1@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0B3916A4D1
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Dec 2004 20:52:28 +0000 (GMT)
Received: from web51903.mail.yahoo.com (web51903.mail.yahoo.com [206.190.39.46])
	by mx1.FreeBSD.org (Postfix) with SMTP id 29B6643D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Dec 2004 20:52:28 +0000 (GMT)
	(envelope-from eol1@yahoo.com)
Received: (qmail 83166 invoked by uid 60001); 30 Dec 2004 20:52:27 -0000
Received: from [64.179.125.66] by web51903.mail.yahoo.com via HTTP; Thu, 30 Dec 2004 12:52:27 PST
Message-Id: <20041230205227.83164.qmail@web51903.mail.yahoo.com>
Date: Thu, 30 Dec 2004 12:52:27 -0800 (PST)
From: Peter Thoenen <eol1@yahoo.com>
Reply-To: eol1@yahoo.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: update net-mgmt/kismet to 2004-10R1

>Number:         75670
>Category:       ports
>Synopsis:       update net-mgmt/kismet - Diff attached
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 21:00:51 GMT 2004
>Closed-Date:    Thu Jan 20 23:14:00 GMT 2005
>Last-Modified:  Thu Jan 20 23:14:00 GMT 2005
>Originator:     Peter Thoenen <eol1@yahoo.com>
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
        Update Kismet to the most current stable release (200410.r1). Attached
diff works fine on 5.3 but might have issues on 4.x due to GCC versioning
issues.   Can somebody test.  Contacted port maintainer but no response.

If compile issues on 4.x, need to either add USE_GCC=3.4 to Makefile or include
orginal port GCC 2.9 patch (Delete from my diff as I believe this is unneeded)
>How-To-Repeat:
>Fix:
        Attached kismet.diff
--0-27625346-1104439947=:82490
Content-Type: text/x-patch; name="kismet.diff"
Content-Description: kismet.diff
Content-Disposition: inline; filename="kismet.diff"

diff -ruN kismet.old/Makefile kismet/Makefile
--- kismet.old/Makefile	Wed Dec 22 18:01:45 2004
+++ kismet/Makefile	Wed Dec 29 20:16:45 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	kismet
-PORTVERSION=	200404.r1
+PORTVERSION=	200410.r1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.kismetwireless.net/code/
-DISTNAME=	kismet-2004-04-R1
+DISTNAME=	kismet-2004-10-R1
 
 MAINTAINER=	spreng@socket.ch
 COMMENT=	802.11 layer2 wireless network detector, sniffer, and IDS
diff -ruN kismet.old/distinfo kismet/distinfo
--- kismet.old/distinfo	Wed Dec 22 18:01:45 2004
+++ kismet/distinfo	Wed Dec 29 20:15:30 2004
@@ -1,2 +1,3 @@
-MD5 (kismet-2004-04-R1.tar.gz) = bd9fad469b3d9ca35c51734e58e406d0
-SIZE (kismet-2004-04-R1.tar.gz) = 757689
+MD5 (kismet-2004-10-R1.tar.gz) = e9cf06f6bb41b150ebdf7cd0c01afb34
+SIZE (kismet-2004-10-R1.tar.gz) = 870862
+
diff -ruN kismet.old/files/patch-aa kismet/files/patch-aa
--- kismet.old/files/patch-aa	Wed Dec 31 18:00:00 1969
+++ kismet/files/patch-aa	Wed Dec 29 20:12:00 2004
@@ -0,0 +1,11 @@
+--- 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 kismet.old/files/patch-packet.h kismet/files/patch-packet.h
--- kismet.old/files/patch-packet.h	Wed Dec 22 18:01:45 2004
+++ 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:

--0-27625346-1104439947=:82490--
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Thu Jan 20 14:04:39 GMT 2005 
State-Changed-Why:  
Forwarded PR to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75670 

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, eol1@yahoo.com,
	spreng@socket.ch
Cc:  
Subject: Re: ports/75670: update net-mgmt/kismet - Diff attached
Date: Thu, 20 Jan 2005 15:04:23 +0100

 Dear maintainer, please review the proposed PR!
 
 Volker

From: Peter Thoenen <eol1@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: ports/75670: update net-mgmt/kismet to 2004-10R1
Date: Thu, 20 Jan 2005 13:53:54 -0800 (PST)

 never got send-pr working (sendmail issue) so hopefully yahoo does fuddle this.
 
 Please close this out as it is unneeded (I am the orginal patch submitter). 
 Just noticed a new version out 2005-01-R1.  Working on getting it to port ...
 will submit in a seperate PR later this week once completed.
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Jan 20 23:13:37 GMT 2005 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75670 
>Unformatted:
 --0-27625346-1104439947=:82490
 Content-Type: text/plain; charset=us-ascii
 Content-Id: 
 Content-Disposition: inline
 
