From owner-svn-ports-all@freebsd.org Thu Dec 5 10:21:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2A4B1C50D8; Thu, 5 Dec 2019 10:21:58 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47TBbV4K4Xz43KM; Thu, 5 Dec 2019 10:21:58 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77898F6F7; Thu, 5 Dec 2019 10:21:58 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB5ALwoI074205; Thu, 5 Dec 2019 10:21:58 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB5ALwat074204; Thu, 5 Dec 2019 10:21:58 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201912051021.xB5ALwat074204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 5 Dec 2019 10:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519074 - head/net-p2p/parity-ethereum X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/net-p2p/parity-ethereum X-SVN-Commit-Revision: 519074 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.29 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: Thu, 05 Dec 2019 10:21:58 -0000 Author: ale Date: Thu Dec 5 10:21:57 2019 New Revision: 519074 URL: https://svnweb.freebsd.org/changeset/ports/519074 Log: Apparently it can be built only on FreeBSD 12 amd64. 11.3-i386: LLVM ERROR: out of memory 12.0-i386: parity-4c44772188702cce.parity.e8wnuwsj-cgu.11.rcgu.o: file not recognized: File format not recognized 11.3-amd64: parity-1a336ac89c32de09.parity.5withm3d-cgu.11.rcgu.o: file not recognized: File format not recognized Modified: head/net-p2p/parity-ethereum/Makefile Modified: head/net-p2p/parity-ethereum/Makefile ============================================================================== --- head/net-p2p/parity-ethereum/Makefile Thu Dec 5 10:01:10 2019 (r519073) +++ head/net-p2p/parity-ethereum/Makefile Thu Dec 5 10:21:57 2019 (r519074) @@ -11,6 +11,9 @@ COMMENT= Fast and advanced Ethereum client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= fails to build +BROKEN_FreeBSD_11= fails to build + USES= cargo USE_GITHUB= yes