From owner-cvs-all@FreeBSD.ORG Sun Jan 22 07:58:28 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id F17941065673; Sun, 22 Jan 2012 07:58:28 +0000 (UTC) Date: Sun, 22 Jan 2012 07:58:28 +0000 From: Alexey Dokuchaev To: Eitan Adler Message-ID: <20120122075828.GA59918@FreeBSD.org> References: <201201211740.q0LHeFNE017676@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201201211740.q0LHeFNE017676@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/acidrip Makefile ports/math/algotutor Makefile ports/sysutils/apt Makefile ports/graphics/asciio Makefile ports/devel/autodia Makefile ports/www/awffull Makefile ports/devel/bazaar Makefile ports/www/bigbluebutton Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2012 07:58:29 -0000 On Sat, Jan 21, 2012 at 05:40:15PM +0000, Eitan Adler wrote: > eadler 2012-01-21 17:40:15 UTC > > Log: > At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450 > ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are > currently broken. This is a temporary measure until we organically stop > using := or someone(s) spend a lot of time changing all the ports over. Thanks for using correct way of assigning rdeps to bdeps. Can you elaborate on the last sentence of the log? Why should we stop using :=? Instead, we should fix portlint(1) to offer this obvious thing instead of duplicating two variables like it bogusly does now. ./danfe