svn commit: r471043 - head/lang/gcc6-aux

Gerald Pfeifer gerald at pfeifer.com
Thu May 31 11:37:33 UTC 2018


On Mon, 28 May 2018, Eric Turgeon wrote:
> Log:
>   Update gcc6-aux to 6.5.0 and fix i386

Nice.

> Modified: head/lang/gcc6-aux/Makefile.version
> ==============================================================================
> -MAIN_PR=		1
> -UTIL_PR=		1
> -ARMV7_PR=		2
> -ARM64_PR=		3
> -X86_PR=			2
> +MAIN_PR=		0
> +UTIL_PR=		0
> +ARMV7_PR=		0
> +ARM64_PR=		0
> +X86_PR=			0

I know this predates your engagement, but would you consider
simplifying this to just PORTREVISION across the board?

This elaborate scheme being used here really does not work with 
PORTREVISION bumps, and is overly complicated overall (whereas 
nearly everywhere in the tree we simply use PORTREVISION) for
what appears moderate benefit (a few rebuilds saved).

Gerald


More information about the svn-ports-all mailing list