From owner-freebsd-ports@FreeBSD.ORG Mon Jan 25 18:54:39 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78BB5106568D for ; Mon, 25 Jan 2010 18:54:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE8D8FC14 for ; Mon, 25 Jan 2010 18:54:38 +0000 (UTC) Received: (qmail 24248 invoked by uid 399); 25 Jan 2010 18:54:38 -0000 Received: from localhost (HELO ?192.168.0.110?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 25 Jan 2010 18:54:38 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B5DE8ED.8030507@FreeBSD.org> Date: Mon, 25 Jan 2010 10:54:37 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: "Richard (Rick) Seay" References: <4B5DDE95.4030606@gmail.com> In-Reply-To: <4B5DDE95.4030606@gmail.com> X-Enigmail-Version: 1.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: portmaster-2.17 (on console) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 18:54:39 -0000 On 1/25/2010 10:10 AM, Richard (Rick) Seay wrote: > Hi Doug, > > First let me thank you for portmaster. It's a wonderful tool for > managing ports. Thank you for the kind words, it's nice to hear them. :) > Today I updated to version 2.17. I usually update my ports from the > system console. With the new version I get beeps and messages beginning > with "0;". Well that's bad, sorry. I did test this early on in process of adding this feature, however I obviously changed something later that caused the behavior you're seeing. > I made the following change to a local copy of the script to get around > the problem. It works for me, but you probably have a more general > solution. > > term_printf () { > case $TERM in > cons25) ;; > *) printf "\033]0;${0##*/}: ${PM_PARENT_PORT}${1}\007" ;; > esac > } Yes, I had something similar at one point then removed it because I didn't think it was needed. Someone else reported another (cosmetic) bug in the "prompt before building" feature today as well, so I'm going to try and get a bugfix version out ASAP, but that may not be until tomorrow since I have some real life responsibilities today. I'll do my best though .... Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso