Date: Fri, 22 Jun 2007 09:56:47 +0200 (CEST) From: Henrik Brix Andersen <henrik@brixandersen.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113938: [patch] Minor fixes for net-mgmt/wispy-tools Message-ID: <20070622075647.D31C71141D@lothlorien.brixandersen.dk> Resent-Message-ID: <200706220800.l5M80Ag7091965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113938 >Category: ports >Synopsis: [patch] Minor fixes for net-mgmt/wispy-tools >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 08:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release: FreeBSD 7.0-CURRENT i386 >Organization: pil.dk >Environment: System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #45: Tue Jun 19 00:10:18 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386 >Description: * Fix PLIST_SUB to not overload the WITH_GTK variable * Fix typo in pkg-message >How-To-Repeat: >Fix: --- wispy-tools.diff begins here --- diff -urp /usr/ports/net-mgmt/wispy-tools/Makefile net-mgmt/wispy-tools/Makefile --- /usr/ports/net-mgmt/wispy-tools/Makefile 2007-05-19 22:19:54.000000000 +0200 +++ net-mgmt/wispy-tools/Makefile 2007-06-22 09:46:00.000000000 +0200 @@ -36,9 +36,9 @@ IGNORE= is unsupported on systems prior .if defined(WITH_GTK) LIB_DEPENDS+= gtk:${PORTSDIR}/x11-toolkits/gtk20 -PLIST_SUB= WITH_GTK="" +PLIST_SUB= GTK="" .else -PLIST_SUB= WITH_GTK="@comment " +PLIST_SUB= GTK="@comment " .endif do-build: diff -urp /usr/ports/net-mgmt/wispy-tools/pkg-message net-mgmt/wispy-tools/pkg-message --- /usr/ports/net-mgmt/wispy-tools/pkg-message 2006-12-14 12:38:53.000000000 +0100 +++ net-mgmt/wispy-tools/pkg-message 2007-06-22 09:49:50.000000000 +0200 @@ -1,4 +1,4 @@ ==== In order to use the tools you need read/write access to the ugen(4) -device node corresponding to your your Wi-Spy device. +device node corresponding to the Wi-Spy device. ==== diff -urp /usr/ports/net-mgmt/wispy-tools/pkg-plist net-mgmt/wispy-tools/pkg-plist --- /usr/ports/net-mgmt/wispy-tools/pkg-plist 2006-12-14 12:38:53.000000000 +0100 +++ net-mgmt/wispy-tools/pkg-plist 2007-06-22 09:45:50.000000000 +0200 @@ -1,4 +1,4 @@ bin/wispy_curses -%%WITH_GTK%%bin/wispy_gtk +%%GTK%%bin/wispy_gtk bin/wispy_log bin/wispy_raw --- wispy-tools.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070622075647.D31C71141D>