From owner-freebsd-ports@FreeBSD.ORG Tue Feb 28 16:55:52 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3AF2106564A; Tue, 28 Feb 2012 16:55:52 +0000 (UTC) (envelope-from lee@dilkie.com) Received: from data.snhdns.com (data.snhdns.com [208.76.82.136]) by mx1.freebsd.org (Postfix) with ESMTP id 676118FC0C; Tue, 28 Feb 2012 16:55:52 +0000 (UTC) Received: from [216.191.234.70] (helo=[10.39.164.100]) by data.snhdns.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1S2QL6-0000cd-7L; Tue, 28 Feb 2012 11:55:48 -0500 Message-ID: <4F4D0714.20602@dilkie.com> Date: Tue, 28 Feb 2012 11:55:48 -0500 From: Lee Dilkie User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Chris Rees References: <4F4BE02D.4020907@FreeBSD.org> <4F4CA21F.1010205@quip.cz> <201202281102.53701.avilla@freebsd.org> <4F4CBB5F.4000601@dilkie.com> In-Reply-To: X-Enigmail-Version: 1.3.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - data.snhdns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dilkie.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alberto Villa , Doug Barton , Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org Subject: Re: portupgrade -> portmaster Rosetta Stone? 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: Tue, 28 Feb 2012 16:55:52 -0000 On 2/28/2012 10:34 AM, Chris Rees wrote: > > > On 28 Feb 2012 12:26, "Lee Dilkie" > wrote: > > > > > > > > On 2/28/2012 5:02 AM, Alberto Villa wrote: > > > On Tuesday 28 February 2012 10:45:03 Miroslav Lachman wrote: > > >> And if we are talking about new flags... is it some way to not > wait for > > >> keypress after successful installation and displaying pkg-messages? > > >> > > >> It is useful feature, but there is some cases where I want to do some > > >> action right after the install without user interaction. > > > > > > Set PAGER=cat. > > > > seems a little obtuse.... what's wrong with a flag? > > > > Because you aren't meant to skip pkg-messages? > > Chris > Not saying that isn't true, but saving them in a file to look at afterwards achieves that without causing my post portmaster command to not execute. Even displaying them at the end of the build without 'less' would be great. for me, it's mimedefang. every time a p5 port changes I need to rebuild and restart mimedefang (or it keeps failing with some linkage issue). in portupgrade I would do portupgrade p5-\* && /usr/local/etc/rc.d/mimedefang restart which allowed me to work on other things and not have to babysit this. so I'm playing with portmaster, it seems pretty decent, but missing this capability. I have to agree with the original request... nice to have... -lee