From owner-svn-ports-all@freebsd.org Mon Dec 18 02:07:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B050E9D820; Mon, 18 Dec 2017 02:07:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 377F565E86; Mon, 18 Dec 2017 02:07:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI26x4Y022288; Mon, 18 Dec 2017 02:06:59 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI26xRJ022287; Mon, 18 Dec 2017 02:06:59 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712180206.vBI26xRJ022287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 18 Dec 2017 02:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456576 - head/devel/pijul X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/pijul X-SVN-Commit-Revision: 456576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 02:07:00 -0000 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 \