From owner-svn-ports-all@freebsd.org Thu Mar 22 03:54:41 2018 Return-Path: Delivered-To: svn-ports-all@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 920FEF641CA; Thu, 22 Mar 2018 03:54:41 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 475957B66F; Thu, 22 Mar 2018 03:54:41 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3E4AA18F0; Thu, 22 Mar 2018 03:54:41 +0000 (UTC) Date: Thu, 22 Mar 2018 03:54:41 +0000 From: Alexey Dokuchaev To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465027 - head/databases/rrdtool Message-ID: <20180322035441.GA49350@FreeBSD.org> References: <201803192014.w2JKEcco003540@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201803192014.w2JKEcco003540@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 22 Mar 2018 03:54:41 -0000 On Mon, Mar 19, 2018 at 08:14:38PM +0000, Niclas Zeising wrote: > New Revision: 465027 > URL: https://svnweb.freebsd.org/changeset/ports/465027 > > Log: > databases/rrdtool: Make groff a conditional dependency > > groff is required by rrdtool to format documentation, which > is only required when documentation is being built. > > Accordingly, make groff conditional on the existing DOCS option. > > This precludes building a litany of dependencies, mostly due > to groff requiring ghostscript. Thanks. Typically I'd try to avoid building any USES+=groff port unless there is an easy way to disable it. It might not be an issue for binary package users, but for those who build from ports it is. I appreciate efforts to push it down (or even better, fix groff! :-) ./danfe