From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 08:25:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D528071F for ; Fri, 18 Oct 2013 08:25:12 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id 23C802AA3 for ; Fri, 18 Oct 2013 08:25:11 +0000 (UTC) Received: (qmail 276 invoked by uid 80); 18 Oct 2013 08:25:11 -0000 Received: from 217.110.62.222 ([217.110.62.222]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Fri, 18 Oct 2013 10:25:11 +0200 Date: Fri, 18 Oct 2013 10:25:11 +0200 Message-ID: <20131018102511.Horde.6_u53MDsMxrI1SPe8hTA5Q3@avocado.salatschuessel.net> From: Oliver Lehmann To: marino@freebsd.org, John Marino Subject: Re: svn commit: r330725 - in head/games/heretic: . files References: <201310180705.r9I75eZV063407@svn.freebsd.org> <20131018075408.GI42657@ithaqua.etoilebsd.net> <20131018095930.Horde.738PZNGCU9PTyyjPK3vb3g1@avocado.salatschuessel.net> <5260ECEB.70302@marino.st> In-Reply-To: <5260ECEB.70302@marino.st> User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 18 Oct 2013 08:25:12 -0000 John Marino wrote: > Oliver, > As I understand it, the original line only defines CC to "gcc" if CC is > not present in the MAKE_ARGS. Thus bapt is correct, you don't need to > patch this line. > > (In BSD make, it would be CC?=gcc, but gmake looks at MAKE_ARGS) Oups... I was under the impression it uses bmake but it uses indeed GNU make. I'll recheck it and probably remove the patch.