From owner-freebsd-ports@FreeBSD.ORG Tue Mar 31 18:46:44 2009 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 07F4C1065672 for ; Tue, 31 Mar 2009 18:46:44 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id D79EA8FC24 for ; Tue, 31 Mar 2009 18:46:43 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 1196E5C2D; Tue, 31 Mar 2009 14:46:43 -0400 (EDT) Date: Tue, 31 Mar 2009 14:46:42 -0400 From: Wesley Shields To: Sandra Kachelmann Message-ID: <20090331184642.GD43840@atarininja.org> References: <91b92520903311028k52be00edr49f830e555e3a8dc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91b92520903311028k52be00edr49f830e555e3a8dc@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@freebsd.org Subject: Re: Collecting pkg-message files [was: ansi colors in ports] 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, 31 Mar 2009 18:46:44 -0000 On Tue, Mar 31, 2009 at 07:28:34PM +0200, Sandra Kachelmann wrote: > Why does freebsd ports not use ansi colors? This would be so nice :-) > Eg. ECHO_MSG would be so much more visible within the compilation > soup. Gentoo uses colors too! I have no comment on using ANSI colors, but I'd like to point something out that I think is more important than coloring build output... During compilation the most important information to users is contained in the pkg-message that is displayed. Traditionally this has shown to be a problem because it often gets pushed into the scrollback buffer. I've got a patch sitting in GNATS about this that I'd like feedback on. It collects all the pkg-message files and displays them in a pager at the end of the build. I'm hoping people will comment on it and it will eventually make it into the tree as I think it will be useful. I know portmaster has a similar behavior which I find quite useful when updating lots of ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122877 -- WXS