svn commit: r399337 - head/databases/riak2

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Oct 15 12:18:55 UTC 2015


* William Grzybowski (wg at 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 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-head mailing list