From owner-svn-ports-all@FreeBSD.ORG Sat Jun 6 22:37:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6B02DA; Sat, 6 Jun 2015 22:37:56 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86DB01D17; Sat, 6 Jun 2015 22:37:56 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wgv5 with SMTP id 5so78455218wgv.1; Sat, 06 Jun 2015 15:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8uzPxxmsX+DdH6gqVuz3NBoX4n7VVN7bxYzrU4dkf8g=; b=BucgbYEAei8JFjV22bBIHn2JB+MciespKkuIFtX8IYVN5leqT8j5qNLwx05uipdXxV YRhgcQBugmM/q61A5LgB/z0fC6dPVRYe5ZbJL19vj5eml0SQao5OyhAoEdD8F/sHHkyY 5uJqqMuWvSK7NMQkzf2UfaNtQZeb5IlF5Wx5dq73HhYu+vf6ftRRI7t2TniSqE1G6lMU I9omHEcxt6rsHAim5w0+Eww+Q7oea08Ed12PZGjwQbNE3sMK1eV6Rih+gp+96kSq6kD0 2SeeFCbUr95SOY1HjbLYMjoOq4AsOeA29NyTTWVoOtO/6d9L38I9fWSs5K++l/X7f7zI G8Sw== X-Received: by 10.194.161.138 with SMTP id xs10mr11528217wjb.37.1433630274482; Sat, 06 Jun 2015 15:37:54 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id y19sm1135813wia.15.2015.06.06.15.37.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Jun 2015 15:37:53 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 7 Jun 2015 00:37:51 +0200 From: Baptiste Daroussin To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388683 - head/ports-mgmt/pkg-devel Message-ID: <20150606223751.GC61276@ivaldir.etoilebsd.net> References: <201506062011.t56KBhFn047541@svn.freebsd.org> <20150606201405.GB61276@ivaldir.etoilebsd.net> <5573696B.2090709@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LwW0XdcUbUexiWVK" Content-Disposition: inline In-Reply-To: <5573696B.2090709@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2015 22:37:57 -0000 --LwW0XdcUbUexiWVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 06, 2015 at 04:43:07PM -0500, Bryan Drewery wrote: > On 6/6/2015 3:14 PM, Baptiste Daroussin wrote: > > On Sat, Jun 06, 2015 at 08:11:43PM +0000, Baptiste Daroussin wrote: > >> Author: bapt > >> Date: Sat Jun 6 20:11:43 2015 > >> New Revision: 388683 > >> URL: https://svnweb.freebsd.org/changeset/ports/388683 > >> > >> Log: > >> Update to 1.5.99.5 > >> Changes: > >> - Progress is not printing dots on the fly when stdout is not a tty > > ^ the word here should be "now" > >=20 >=20 > I recall fixing this in the past to not spam log files with > \/\/\/\/\/\/\/\/\/\\/\/\/\/\/\/\/\/\/\/\/\/\/[...]. Does this now add a > bunch of ....................... ? >=20 Yes ........ The difference with your approach is that it "ticks" on regular basis based= on pkg activity with a maximum of 10 ticks before that it did prints "..." at = the beginning of the activity and "done" once finished The main point of the new approach is to be able to have pkg create -v tick= ing on regular basis allowing in poudriere (if create -v is activated) to not timeout when packaging very large packages (it will tick on regular basis, meaning poudriere will see activity on the stdout) Best regards, Bapt --LwW0XdcUbUexiWVK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVzdj8ACgkQ8kTtMUmk6EyIPwCfWLvApvuHBWh6An7xr+DLzvGB dNIAnAj6mg3FRlpFxp5AKIBSGJP/8vNt =Jjki -----END PGP SIGNATURE----- --LwW0XdcUbUexiWVK--