From owner-svn-ports-head@freebsd.org Mon Jan 8 18:15:11 2018 Return-Path: Delivered-To: svn-ports-head@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 0D66FE7C54E; Mon, 8 Jan 2018 18:15:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A65B6AE51; Mon, 8 Jan 2018 18:15:09 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7845720B5C; Mon, 8 Jan 2018 18:15:08 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458457 - in head/security: . libdecaf libdecaf/files In-Reply-To: <201801081711.w08HBRRZ094047@repo.freebsd.org> (Kirill Ponomarev's message of "Mon, 8 Jan 2018 17:11:27 +0000 (UTC)") References: <201801081711.w08HBRRZ094047@repo.freebsd.org> Date: Mon, 08 Jan 2018 19:15:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 18:15:11 -0000 Kirill Ponomarev writes: > Author: krion > Date: Mon Jan 8 17:11:27 2018 > New Revision: 458457 > URL: https://svnweb.freebsd.org/changeset/ports/458457 > > Log: > Add security/libdecaf Appears to pass -march=native during build which breaks non-x86 architectures and makes a package cluster machine the lowest common denominator for CPU support. Either drop -march=native or mark as MANUAL_PACKAGE_BUILD. Users can set -march= via CPUTYPE in make.conf. https://www.freebsd.org/doc/en/books/porters-handbook/dads-cflags.html 11.1 aarch64 build log: http://tpaste.us/pZWx 11.1 armv6 build log: http://tpaste.us/WP10