Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 13:51:08 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Gleb Popov <arrowd@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r506403 - head/lang/ghc
Message-ID:  <20190711135108.GA93709@FreeBSD.org>
In-Reply-To: <201907110944.x6B9iesR013736@repo.freebsd.org>
References:  <201907110944.x6B9iesR013736@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 11, 2019 at 09:44:40AM +0000, Gleb Popov wrote:
> New Revision: 506403
> URL: https://svnweb.freebsd.org/changeset/ports/506403
> 
> Log:
>   lang/ghc: Adjust OSVERSION checks for powerpc64.
>   
>   Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
> 
> Modified:
>   head/lang/ghc/Makefile
> 
> ...
> @@ -139,7 +139,7 @@ _EXECUTABLES+=	${GHC_LIBDIR}/bin/ghc-iserv-dyn
>  .include <bsd.port.options.mk>
>  
>  .if empty(PORT_OPTIONS:MBOOT)
> -.  if ${ARCH} == powerpc64 && ${OSVERSION} < 1300036
> +.  if ${ARCH} == powerpc64 && ${OSVERSION} < 1300040

The commit log does not explain what had changed between 1300036 and
1300040, that is, *why* this change is needed.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190711135108.GA93709>