From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 01:15:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AC1672A3; Mon, 2 Sep 2013 01:15:34 +0000 (UTC) Date: Mon, 2 Sep 2013 01:15:34 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r325807 - in head: . Mk Message-ID: <20130902011534.GA43972@FreeBSD.org> References: <201308311356.r7VDu8N8094811@svn.freebsd.org> <20130831141013.GA27765@FreeBSD.org> <5221FA9D.7020005@FreeBSD.org> <20130901091427.GA77614@FreeBSD.org> <522341BE.2070201@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <522341BE.2070201@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:15:34 -0000 On Sun, Sep 01, 2013 at 08:31:42AM -0500, Bryan Drewery wrote: > > What I see exactly proves my point: these knobs belong inside the bulk > > builder, not in the ports' Makefiles. If I would see, as a user, that I'm > > having some network problem, I would rather go and fix it, and continue > > to play with my ports. This obviously may not work for bulk builders, > > but that's totally different use case and definitely not something normal > > ports users should case about or even know = see those USE_PACKAGE_DEPENDS* > > knobs. > > Yes of course. As the log message said, USE_PACKAGE_DEPENDS *did not > change*. This *adds a feature* for package building. OK, I understand now. I guess I was confused by the USE_* namespace, which is typically exposed to a port's Makefile usage. ./danfe