svn commit: r497211 - head/sysutils/zol

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 22:02:12 UTC 2019


Author: linimon
Date: Fri Mar 29 22:02:11 2019
New Revision: 497211
URL: https://svnweb.freebsd.org/changeset/ports/497211

Log:
  Mark broken on aarch64:
  
    ../../lib/libspl/include/sys/byteorder.h:116:34: error: value size does not match register size specified by the constraint and modifier
  
  which really means "invokes x86 assembler".
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/zol/Makefile

Modified: head/sysutils/zol/Makefile
==============================================================================
--- head/sysutils/zol/Makefile	Fri Mar 29 21:49:55 2019	(r497210)
+++ head/sysutils/zol/Makefile	Fri Mar 29 22:02:11 2019	(r497211)
@@ -10,6 +10,8 @@ COMMENT=	ZFS
 
 LICENSE=	CDDL
 
+BROKEN_aarch64=	invokes x86 assembler
+
 RUN_DEPENDS=	zol-kmod>=0:sysutils/zol-kmod
 
 USES=		autoreconf:build libtool gmake gettext-runtime:run


More information about the svn-ports-all mailing list