Date: Thu, 31 May 2018 13:37:23 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Eric Turgeon <ericbsd@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471043 - head/lang/gcc6-aux Message-ID: <alpine.LSU.2.21.1805301340210.3624@anthias.pfeifer.com> In-Reply-To: <201805281420.w4SEKNQX028529@repo.freebsd.org> References: <201805281420.w4SEKNQX028529@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1805301340210.3624>