svn commit: r538832 - head/misc/urbit

Piotr Kubaj pkubaj at anongoth.pl
Sun Jun 14 21:57:36 UTC 2020


Half of mips architectures are also big endian.

On 20-06-14 21:53:22, Mark Linimon wrote:
>Author: linimon
>Date: Sun Jun 14 21:53:22 2020
>New Revision: 538832
>URL: https://svnweb.freebsd.org/changeset/ports/538832
>
>Log:
>  Mark as not for powerpc*:
>
>    meson.build:273:2: ERROR: Problem encountered: Little endian encoding required
>
>  Approved by:	portmgr (tier-2 blanket)
>
>Modified:
>  head/misc/urbit/Makefile
>
>Modified: head/misc/urbit/Makefile
>==============================================================================
>--- head/misc/urbit/Makefile	Sun Jun 14 21:44:49 2020	(r538831)
>+++ head/misc/urbit/Makefile	Sun Jun 14 21:53:22 2020	(r538832)
>@@ -12,6 +12,8 @@ LICENSE=	MIT
> LICENSE_FILE=	${WRKSRC}/LICENSE.txt
>
> BROKEN_i386=	__int128 is not supported on this target
>+NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe
>+NOT_FOR_ARCHS_REASON=	meson.build:273:2: ERROR: Problem encountered: Little endian encoding required
>
> BUILD_DEPENDS=	re2c:devel/re2c
> LIB_DEPENDS=	libcurl.so:ftp/curl \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200614/6c2caf60/attachment.sig>


More information about the svn-ports-all mailing list