Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 15:17:40 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        William Grzybowski <wg@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399337 - head/databases/riak2
Message-ID:  <20151015121740.GI84454@hades.panopticon>
In-Reply-To: <201510151147.t9FBlNJk069807@repo.freebsd.org>
References:  <201510151147.t9FBlNJk069807@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* William Grzybowski (wg@FreeBSD.org) wrote:

> Log:
>   databases/riak2: only builds in amd64 for now
> 
> Modified:
>   head/databases/riak2/Makefile
> 
> Modified: head/databases/riak2/Makefile
> ==============================================================================
> --- head/databases/riak2/Makefile	Thu Oct 15 10:43:34 2015	(r399336)
> +++ head/databases/riak2/Makefile	Thu Oct 15 11:47:23 2015	(r399337)
> @@ -25,6 +25,9 @@ USES=		gmake readline
>  USE_RC_SUBR=	riak
>  USE_GCC=	yes
>  
> +ONLY_FOR_ARCHS=	amd64
> +ONLY_FOR_ARCHS_REASON=	Does not build on i386

This is incorrect:
- There are other architectures than just i386 and amd64. Either fix the
  message, or change this to NOT_FOR_ARCHS=i386.
- Is it DOCUMENTED as not supporting i386, or does it just not build? In
  latter case, you should use BROKEN_i386 instead

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru



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