svn commit: r456576 - head/devel/pijul

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 02:07:00 UTC 2017


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 \


More information about the svn-ports-head mailing list