From owner-svn-ports-head@freebsd.org Tue Nov 24 11:10:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E43A36ABB; Tue, 24 Nov 2015 11:10:29 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 319DC15B8; Tue, 24 Nov 2015 11:10:28 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 582D043BB5; Tue, 24 Nov 2015 05:10:25 -0600 (CST) Subject: Re: svn commit: r402352 - head/lang/gcc To: Alexey Dokuchaev , Gerald Pfeifer References: <201511241019.tAOAJMTF049917@repo.freebsd.org> <20151124110152.GA78748@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <5654459E.40100@marino.st> Date: Tue, 24 Nov 2015 12:10:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20151124110152.GA78748@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 24 Nov 2015 11:10:29 -0000 On 11/24/2015 12:01 PM, Alexey Dokuchaev wrote: > On Tue, Nov 24, 2015 at 10:19:22AM +0000, Gerald Pfeifer wrote: >> Author: gerald >> URL: https://svnweb.freebsd.org/changeset/ports/402352 >> >> [...] >> @@ -168,5 +168,10 @@ post-stage: >> fi >> .endfor >> cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} >> + # This is the canonical GCC port, so add key commands without >> + # version numbers as part of their names. > > Comment is badly indented (will be executed as part of the target recipe). Are you sure? I thought that only applies to legacy make, not bmake. John