svn commit: r402352 - head/lang/gcc

John Marino freebsd.contact at marino.st
Tue Nov 24 12:22:34 UTC 2015


On 11/24/2015 1:20 PM, Baptiste Daroussin wrote:
> On Tue, Nov 24, 2015 at 11:51:56AM +0000, Alexey Dokuchaev wrote:
>> On Tue, Nov 24, 2015 at 12:10:22PM +0100, John Marino wrote:
>>> 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.
>>
>> Hmm, indeed.
>>
>> But even if bmake is smart enough to skip shell comments, it still looks
>> like part of the recipe, which is not very neat.
>>
> And legacy make is still used on 9.x

But this is not fatal on 9.x.  All it does is print the comment during
the build, which really isn't bad.  and FWIW, I think indented comments
looks much better, but it's obviously subjective.

John


More information about the svn-ports-all mailing list