1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Update to 200805.r1

PR:		124142
Submitted by:	Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-05-30 21:44:20 +00:00
parent b0fb602e0c
commit 9f64c85ab3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213980
3 changed files with 5 additions and 23 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= kismet
PORTVERSION= 200710.r1
PORTREVISION= 1
PORTVERSION= 200805.r1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.kismetwireless.net/code/
DISTNAME= kismet-2007-10-R1
DISTNAME= kismet-2008-05-R1
MAINTAINER= peter.thoenen@yahoo.com
COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS

View File

@ -1,6 +1,5 @@
MD5 (kismet-2007-10-R1.tar.gz) = 2100c667e69db0cde35fa2d06c8516e2
SHA256 (kismet-2007-10-R1.tar.gz) = 023e7f47039c1ad8615052e464f76a3cd496a423449b931036d127c56d58b2b9
SIZE (kismet-2007-10-R1.tar.gz) = 646452
MD5 (kismet-2007-01-R1b.tar.gz) = a1dcea71f0c3f881ef72f5bca2db7b39
MD5 (kismet-2008-05-R1.tar.gz) = 6ee365d36354b4dee4945e67f8149294
SHA256 (kismet-2008-05-R1.tar.gz) = a298d44f8a6ec977021cd492a720987ded81b5c4baf5f68b36f1282a23c9f7d3
SIZE (kismet-2008-05-R1.tar.gz) = 655362
SHA256 (gpsmap-gmap-0.1.tgz) = 66c5e9c4fed70e88d092754746014bb02071b742c23390f1ec795fd14b32317b
SIZE (gpsmap-gmap-0.1.tgz) = 13845

View File

@ -1,16 +0,0 @@
--- gpsmap.cc.orig Mon Oct 15 15:13:32 2007
+++ gpsmap.cc Mon Oct 15 15:15:19 2007
@@ -2242,11 +2242,11 @@
pthread_attr_destroy(&attr);
// Now wait for the threads to complete and come back
- int thread_status;
+ intptr_t thread_status;
for (int t = 0; t < numthreads; t++) {
void *tmp;
pthread_join(mapthread[t], &tmp);
- thread_status = reinterpret_cast<int>(tmp);
+ thread_status = reinterpret_cast<intptr_t>(tmp);
}
#else
// Run one instance of our "thread". thread number 0, it should just crunch it all