From owner-cvs-all@FreeBSD.ORG Sun Jan 22 16:00:34 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A008106566C; Sun, 22 Jan 2012 16:00:34 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9F18FC0A; Sun, 22 Jan 2012 16:00:33 +0000 (UTC) Received: by lagv3 with SMTP id v3so387946lag.13 for ; Sun, 22 Jan 2012 08:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:x-gm-message-state:content-type :content-transfer-encoding; bh=9UXZE4lQ08mXON7DORQhiD7+J4UTI5Yok/53GlVP9cw=; b=hzUYMyj2FFKz12UTwjTom4K44rGIKBb6cZ8tYQVmMnZFvvBA/XOgIbjADlazZaNXN0 GgywT1OS9wmvn71Wq3TqU8ffH4CO+guXlY1vTu2+0FW/hMKYeIOoTPRzab7qYigP3hwr ARQ+8ClE8LhN38cpsav+sSpp9O5TwuIYxTgRM= Received: by 10.152.148.230 with SMTP id tv6mr2572862lab.12.1327248032201; Sun, 22 Jan 2012 08:00:32 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.25.196 with HTTP; Sun, 22 Jan 2012 08:00:01 -0800 (PST) From: Eitan Adler Date: Sun, 22 Jan 2012 11:00:01 -0500 X-Google-Sender-Auth: C_fMIGtvy36lAzonuPvNgWI9viY Message-ID: To: Alexey Dokuchaev X-Gm-Message-State: ALoCoQn40CY5UFMJlhx75+8K44cKt6z8Q6T5ENAiKbP421xOWBQvf5irIM/es3NIOKXZG9AntFZI Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 Mak 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 16:00:34 -0000 2012/1/22 Alexey Dokuchaev : > On Sat, Jan 21, 2012 at 05:40:15PM +0000, Eitan Adler wrote: >> eadler =C2=A0 =C2=A0 =C2=A02012-01-21 17:40:15 UTC >> >> =C2=A0 Log: >> =C2=A0 At the moment 1385 ports use BUILD_DEPENDS=3D ${RUN_DEPENDS} and = 450 >> =C2=A0 ports use BUILD_DEPENDS:=3D ${RUN_DEPENDS}. This patch fixes port= s that are >> =C2=A0 currently broken. This is a temporary measure until we organicall= y stop >> =C2=A0 using :=3D or someone(s) spend a lot of time changing all the por= ts over. > > Thanks for using correct way of assigning rdeps to bdeps. =C2=A0Can you e= laborate > on the last sentence of the log? =C2=A0Why should we stop using :=3D? =C2= =A0Instead, we > should fix portlint(1) to offer this obvious thing instead of duplicating > two variables like it bogusly does now. The concern is that someone would add something extra to BUILD_DEPENDS without thinking about it and thus add extra bogus RUN_DEPENDS. I'm uncertain if there other additional reasons that portmgr dislikes :=3D --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams