svn commit: r538832 - head/misc/urbit

Mark Linimon linimon at FreeBSD.org
Sun Jun 14 21:53:23 UTC 2020


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 \


More information about the svn-ports-all mailing list