svn commit: r374800 - head/Mk/Uses

John Marino freebsd.contact at marino.st
Tue Dec 16 12:35:58 UTC 2014


On 12/16/2014 13:06, Mathieu Arnold wrote:
> Author: mat
> Date: Tue Dec 16 12:06:40 2014
> New Revision: 374800
> URL: https://svnweb.freebsd.org/changeset/ports/374800
> QAT: https://qat.redports.org/buildarchive/r374800/
> 
> Log:
>   ts=8, repeat after me, ts=8.
>   
>   With hat:	perl@
>   Sponsored by:	Absolight
> 
> Modified:
>   head/Mk/Uses/perl5.mk
> 

This is not just a perl thing.  search for "ts=4" and other 4-space tabs
indicators in Mk, it's full of them (e.g. grep -nr "ts=4"
/usr/ports/Mk).  If ts should be 8 across the board (and I think it
should be), then all of these need to be changes and then documented.

John


More information about the svn-ports-head mailing list