From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 24 13:20:03 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282BA16A417 for ; Mon, 24 Sep 2007 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE73113C448 for ; Mon, 24 Sep 2007 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ODK2hE076317 for ; Mon, 24 Sep 2007 13:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8ODK2LC076309; Mon, 24 Sep 2007 13:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 24 Sep 2007 13:20:02 GMT Resent-Message-Id: <200709241320.l8ODK2LC076309@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Brix Andersen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D8916A41A for ; Mon, 24 Sep 2007 13:11:04 +0000 (UTC) (envelope-from brix@lothlorien.brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD8F13C44B for ; Mon, 24 Sep 2007 13:11:03 +0000 (UTC) (envelope-from brix@lothlorien.brixandersen.dk) Received: from lothlorien.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 8BF4D1CC0D2; Mon, 24 Sep 2007 15:11:02 +0200 (CEST) Received: by lothlorien.brixandersen.dk (Postfix, from userid 1001) id 9340311428; Mon, 24 Sep 2007 15:11:00 +0200 (CEST) Message-Id: <20070924131100.9340311428@lothlorien.brixandersen.dk> Date: Mon, 24 Sep 2007 15:11:00 +0200 (CEST) From: Henrik Brix Andersen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Sam Leffler Subject: bin/116606: [patch] Enable history support in wpa_cli(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henrik Brix Andersen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 13:20:03 -0000 >Number: 116606 >Category: bin >Synopsis: [patch] Enable history support in wpa_cli(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 24 13:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD lothlorien.brixandersen.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #73: Mon Sep 24 14:11:27 CEST 2007 root@lothlorien.brixandersen.dk:/usr/obj/usr/src/sys/LOTHLORIEN i386 >Description: Enable history support (e.g. arrow-up for last command) in wpa_cli(8). >How-To-Repeat: >Fix: --- wpa_cli.diff begins here --- --- usr.sbin/wpa/wpa_cli/Makefile.orig 2007-09-24 14:24:52.000000000 +0200 +++ usr.sbin/wpa/wpa_cli/Makefile 2007-09-24 14:26:18.000000000 +0200 @@ -11,4 +11,8 @@ MAN= wpa_cli.8 CFLAGS+= -DCONFIG_CTRL_IFACE CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX +CFLAGS+= -DCONFIG_READLINE +DPADD+= ${LIBNCURSES} ${LIBREADLINE} +LDADD+= -lncurses -lreadline + .include --- wpa_cli.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: