From owner-freebsd-ports@FreeBSD.ORG Mon May 14 23:13:36 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D2971065672 for ; Mon, 14 May 2012 23:13:36 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2E58FC0A for ; Mon, 14 May 2012 23:13:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=sweb; b=L+T6vDJtdpen+92N0SX gLXXqUordQFLkFRDwWSBx/KzS3rjH3ko4hDULZqa5JyRlIZp1GZZ+6FkD+rYASWO aOfF24H/5yFxX3DFchU9ZA0TVi/hETT4DgLeYCFyHlPjVhNdpuBmQ7/UvM1rgCkf P8wxVt/2AxkztFMGSRbqOM78= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=sweb; bh=D7ticpMDIA0/kB2UymII+W8au XN2vhOXZowHAFNjACM=; b=UoMqvTZy4xhTy0sca4jPOlxRFIU/wfw/blaTjHZ18 B5mpUujtTYFNjAO8hv3vFae2/0SRlr1qGbYvv68pF/YAqIjR0QxThf/6bTYNC9Mf bDr/CTgKlXszx2hVUC7Vb6fSnbXbfzwwDwwoGiI3GRqFTJlVLOtOFEKkgsLRwhkp BQ= Received: (qmail 54183 invoked from network); 14 May 2012 18:13:34 -0500 Received: from unknown (HELO ?192.168.0.107?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 14 May 2012 18:13:34 -0500 Message-ID: <4FB1919E.3060700@shatow.net> Date: Mon, 14 May 2012 18:13:34 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: BUILD_DEPENDS= RUN_DEPENDS= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 23:13:36 -0000 Hi, I was trying to append to these in my /etc/make.conf and found that a large (thousands) number of ports are using = instead of +=, thus destroying any user-supplied depends. The use case for wanting to do this is to force devel/ccache to be a build dependency on all ports, for package building. Or to force in a particular library along with LDFLAGS into particular ports. This is achievable by modifying bsd.local.mk, but is not ideal. This goes along with updating all CLFAGS/LDFLAGS to use += instead of =. If there is no objection to this route, I will follow-up with a patch/PR to update the ports and handbook. Regards, Bryan Drewery