From owner-svn-ports-head@freebsd.org Tue Apr 3 11:54:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07156F7A067; Tue, 3 Apr 2018 11:54:43 +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 B03C478E58; Tue, 3 Apr 2018 11:54:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A3F061FAA0; Tue, 3 Apr 2018 11:54:42 +0000 (UTC) Date: Tue, 3 Apr 2018 11:54:42 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r466297 - head/benchmarks/sysbench Message-ID: <20180403115442.GA9888@FreeBSD.org> References: <201804030946.w339kPuW078627@repo.freebsd.org> <20180403114306.tmqawuxi47277fxe@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180403114306.tmqawuxi47277fxe@ogg.in.absolight.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 11:54:43 -0000 On Tue, Apr 03, 2018 at 01:43:06PM +0200, Mathieu Arnold wrote: > On Tue, Apr 03, 2018 at 09:46:25AM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Tue Apr 3 09:46:25 2018 > > New Revision: 466297 > > URL: https://svnweb.freebsd.org/changeset/ports/466297 > > > > Log: > > Simplify BUILD_DEPENDS: use lightweight vim-console instead of vim > > > > PR: 226847 > > Submitted by: lwhsu > > Great, so anyone who already has vim installed and wants to pkg install > this will not be able to. :-( Shouldn't it not affect packages due to being BUILD_DEPENDS? But even more importantly, maintainers really should start reading changelogs for the software they maintain: $ make patch $ grep -R xxd work/sysbench-1.0.13/ work/sysbench-1.0.13/ChangeLog: * remove build dependency on xxd (and vim-minimal package) ./danfe