Date: Tue, 11 May 2004 18:29:04 +0200 (CEST) From: Adrian Steinmann <ast@marabu.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: esn@x123.info Subject: ports/66535: wistumbler2 port upgrade from -pre3 to -pre7 (gnome) Message-ID: <200405111629.i4BGT4wu022844@marabu.ch> Resent-Message-ID: <200405111700.i4BH0V0G079447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66535 >Category: ports >Synopsis: wistumbler2 port upgrade from -pre3 to -pre7 (gnome) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 11 10:00:31 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Adrian Steinmann >Release: FreeBSD 5.2-CURRENT i386 >Organization: Webgroup Consulting AG >Environment: System: FreeBSD nico 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat May 8 14:15:53 CEST 2004 root@nico.marabu.ch:/usr/obj/usr/src/sys/NIC i386 >Description: Probably due to big gnome-upgrade I couldn't get wistumbler2 to take X11 mouse events and X11 panel would not refresh. >How-To-Repeat: Run wistumbler wistumbler2-2.00_2 on -current after a big gnome upgrade. >Fix: Upgrade port to newer version (-pre8 would be current, but more patches would be needed) Attached are the changes required for port upgrade. Adrian Patch file "files/patch-gpscontrol.c" not needed anymore. New patch file "files/patch-sniffer.c": --- src/sniffer.c.orig Tue May 11 18:00:24 2004 +++ src/sniffer.c Tue May 11 18:03:48 2004 @@ -1,7 +1,9 @@ #ifdef USE_PCAP #include <pcap.h> +#ifndef __FreeBSD__ #include <net/dlt.h> +#endif #include <stdio.h> extern char *iface1; #define BUFSIZE 65540 diffs PORTREVISION 2->3: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/net/wistumbler2/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 5 Apr 2004 03:30:34 -0000 1.6 +++ Makefile 11 May 2004 16:11:37 -0000 @@ -7,10 +7,10 @@ PORTNAME= wistumbler2 PORTVERSION= 2.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/ -DISTNAME= wistumbler${PORTVERSION}-pre3 +DISTNAME= wistumbler${PORTVERSION}-pre7 MAINTAINER= esn@x123.info COMMENT= Network Stumbler for WaveLAN/IEEE Wireless Index: distinfo =================================================================== RCS file: /usr/cvs/ports/net/wistumbler2/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:10:21 -0000 1.2 +++ distinfo 11 May 2004 15:54:55 -0000 @@ -1,2 +1,2 @@ -MD5 (wistumbler2.00-pre3.tar.gz) = 922da338af586c24d81cdd87b2020c0e -SIZE (wistumbler2.00-pre3.tar.gz) = 15409 +MD5 (wistumbler2.00-pre7.tar.gz) = 0092b4bced9846a6519584dada85fea3 +SIZE (wistumbler2.00-pre7.tar.gz) = 23324 Index: files/patch-speaker.c =================================================================== RCS file: /usr/cvs/ports/net/wistumbler2/files/patch-speaker.c,v retrieving revision 1.1 diff -u -r1.1 patch-speaker.c --- files/patch-speaker.c 13 Mar 2004 23:22:59 -0000 1.1 +++ files/patch-speaker.c 11 May 2004 16:05:56 -0000 @@ -1,5 +1,5 @@ --- src/speaker.c.orig Mon Nov 17 21:47:38 2003 -+++ src/speaker.c Sun Mar 14 00:15:30 2004 ++++ src/speaker.c Tue May 11 17:58:04 2004 @@ -31,16 +31,29 @@ * $Id: stumbler.c,v 1.5 2003/11/14 15:54:29 pancake Exp $ */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405111629.i4BGT4wu022844>