From owner-svn-ports-all@freebsd.org Fri Feb 7 03:20:50 2020 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 EEDE424196D; Fri, 7 Feb 2020 03:20:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DLD25tdQz42rT; Fri, 7 Feb 2020 03:20:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A2997163F4; Fri, 7 Feb 2020 03:20:50 +0000 (UTC) From: Jan Beich To: Mikhail Teterin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r525455 - head/multimedia/x265 References: <202002070150.0171oVjO075051@repo.freebsd.org> Date: Fri, 07 Feb 2020 04:20:47 +0100 In-Reply-To: <202002070150.0171oVjO075051@repo.freebsd.org> (Mikhail Teterin's message of "Fri, 7 Feb 2020 01:50:31 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 07 Feb 2020 03:20:51 -0000 Mikhail Teterin writes: > Author: mi > Date: Fri Feb 7 01:50:31 2020 > New Revision: 525455 > URL: https://svnweb.freebsd.org/changeset/ports/525455 > > Log: > Be sure, PIC is enabled for all builds. Upstream was turning > it on on amd64 automatically, and on i386 it was not necessary, > but our other platforms broke. > > Reported by: jbeich Still fails to build on non-x86 e.g., 11.3 aarch64 - https://reviews.freebsd.org/P361 11.3 armv6 - https://reviews.freebsd.org/P362