From owner-svn-ports-all@freebsd.org Thu Aug 10 06:42:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC681DC6E23; Thu, 10 Aug 2017 06:42:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC6B272688; Thu, 10 Aug 2017 06:42:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 015DD1ABB3; Thu, 10 Aug 2017 06:42:09 +0000 (UTC) Date: Thu, 10 Aug 2017 06:42:09 +0000 From: Alexey Dokuchaev To: Ben Woods Cc: Jan Beich , Ben Woods , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r447625 - in head/sysutils: . chvt chvt/files Message-ID: <20170810064209.GA64908@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 10 Aug 2017 06:42:10 -0000 On Thu, Aug 10, 2017 at 07:13:38AM +0800, Ben Woods wrote: > On 10 August 2017 at 00:07, Alexey Dokuchaev wrote: > > I thought that generally we try not to duplicate functionality that is > > available in the base with the ports, unless the the port's implementation > > is sufficiently different (e.g. GNU tools) or serves as another ports' > > dependency which cannot be easily patched to use the base counterpart. > > > > Every port takes time to fetch/build/package, and it does hurt in a way: > > it increases maintenance burden (even if it's relatively minor in this > > particular case). > > Fair enough. I have reverted r447625 (removing sysutils/chvt) in r447658. Thanks Ben, appreciated. ./danfe