Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 02:06:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456576 - head/devel/pijul
Message-ID:  <201712180206.vBI26xRJ022287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec 18 02:06:59 2017
New Revision: 456576
URL: https://svnweb.freebsd.org/changeset/ports/456576

Log:
  Mark as broken on aarch64.
  
  My guess is that this will also be broken on armv6/7, but the build on those
  archs is blocked by rust.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/pijul/Makefile

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Mon Dec 18 01:54:27 2017	(r456575)
+++ head/devel/pijul/Makefile	Mon Dec 18 02:06:59 2017	(r456576)
@@ -12,6 +12,8 @@ COMMENT=	Distributed version control system
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=		fails to compile: aesv8-armx-linux64.S:53:2: instruction requires: crypto aese v6.16b,v0.16b
+
 USES=		cargo gmake
 CARGO_CRATES=	advapi32-sys-0.2.0 \
 		aho-corasick-0.6.3 \



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