From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 18:13:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7E2106564A for ; Fri, 21 Jan 2011 18:13:17 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 062828FC08 for ; Fri, 21 Jan 2011 18:13:16 +0000 (UTC) Received: by ewy24 with SMTP id 24so1069808ewy.13 for ; Fri, 21 Jan 2011 10:13:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Ee2FCHf5M/nztFY4Laq+mr/KHJ3o9VswnlAF/PymKAo=; b=O65gKriyK+JOVHxYnKGWXALxUdEwKO66o35fbQo+ZEQhKGsn9NFTiQ03qMIjCOWcBq 7gqIs7N61+ldtFj+d7qIf8ZpOqxIIWCiaz8hoqR2ClLxszNTvfZC9gOFjuTMUvVO9Eur Bpw4Wue1csI5w82VC/cUOVoCIYExkn1s+PQuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=wpS+QvseE5FH/JVpkmyi7oGlOb5xVjJaj9zUH+IKuQ0aaYzLsJyh0AKkBNGhqWSOjt raYugBERJcSiZFZo1lF+vVbianyM17Pbh15ZjrSnERnfVD9Wvt9o407vcT9Mk2pkvJua a7HJOk7zWhfTpeKLw3AYieGUudi/W9Ww4ZNVI= Received: by 10.213.113.196 with SMTP id b4mr1326585ebq.21.1295631719951; Fri, 21 Jan 2011 09:41:59 -0800 (PST) Received: from [192.168.1.4] ([213.132.76.142]) by mx.google.com with ESMTPS id b52sm7661453eei.7.2011.01.21.09.41.58 (version=SSLv3 cipher=RC4-MD5); Fri, 21 Jan 2011 09:41:58 -0800 (PST) Message-ID: <4D39C554.8060907@gmail.com> Date: Fri, 21 Jan 2011 20:41:40 +0300 From: Yuri Pankov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Anonymous References: <4D25136A.4070107@freebsd.org> <86wrlyi2sk.fsf@gmail.com> In-Reply-To: <86wrlyi2sk.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Request for testing/comments -- import of new dialog/libdialog X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 18:13:17 -0000 On Fri, 21 Jan 2011 20:28:59 +0300, Anonymous wrote: > Yuri Pankov writes: > >> Nathan Whitehorn freebsd.org> writes: >> >>> >>> As part of work on a new installer, I would like to update the base >>> system dialog and libdialog to the newer one provided by Thomas Dickey >>> (http://invisible-island.net/dialog/, ports as devel/cdialog). This is a >>> much nicer, fuller featured version of dialog that simplifies the >>> creation of new dialog-using tools (a longstanding impediment to a new >>> versions of sade, sysinstall, etc.), and is under a marginally better >>> license (LGPL2 instead of GPL2). >> >> >> `make config` in ports is showing garbage when used inside the screen (built > > By `garbage' do you mean pseudographic symbols? They look as lines of > `?' question marks here. Try invoking OPTIONS like below > > $ make config DIALOG='dialog --ascii-lines' > > Apart from OPTIONS there is also ports/154121 (--hline). Thanks for the hints. Garbage means screen is totally unreadable, not minor issues with pseudographic characters (sorry, not sure how to make a screenshot of that). --ascii-lines helps here. >> with default options) in syscons, en_US.UTF-8. I'll provide additional >> testing/details if this information is not enough to reproduce. > > /head uses xterm emulation by default. This may or may not affect > pseudographics. Yuri