From owner-svn-ports-head@freebsd.org Sat May 6 03:28:10 2017 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 8C680D60085; Sat, 6 May 2017 03:28:10 +0000 (UTC) (envelope-from jbeich@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 5C783BB5; Sat, 6 May 2017 03:28:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v463S9AJ014996; Sat, 6 May 2017 03:28:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v463S9I0014994; Sat, 6 May 2017 03:28:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705060328.v463S9I0014994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 May 2017 03:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440212 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 06 May 2017 03:28:10 -0000 Author: jbeich Date: Sat May 6 03:28:09 2017 New Revision: 440212 URL: https://svnweb.freebsd.org/changeset/ports/440212 Log: multimedia/ffmpeg: unbreak on aarch64 after r439365 cc -I. -I./ -DLIBICONV_PLUG -isystem /usr/local/include -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DZLIB_CONST -fPIC -Qunused-arguments -MMD -MF libavcodec/aarch64/simple_idct_neon.d -MT libavcodec/aarch64/simple_idct_neon.o -c -o libavcodec/aarch64/simple_idct_neon.o libavcodec/aarch64/simple_idct_neon.S :1:14: error: invalid vector kind qualifier smull v7.4S, v26.4, v0.H[1] ^ :1:1: note: while in macro instantiation smull1 v7.4S, v26.4, v0.H[1] ^ :11:9: note: while in macro instantiation idct_col4_top v24 v25 v26 v27 1 4 ^ libavcodec/aarch64/simple_idct_neon.S:222:1: note: while in macro instantiation declare_idct_col4_neon 1 4H ^ [...] PR: 218658 (for tracking) Reported by: pkg-fallout Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sat May 6 02:30:30 2017 (r440211) +++ head/multimedia/ffmpeg/Makefile Sat May 6 03:28:09 2017 (r440212) @@ -445,6 +445,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \ --enable-pthreads \ --cc="${CC}" +CONFIGURE_ENV_aarch64_clang= ASFLAGS=-no-integrated-as CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as CONFIGURE_ARGS_armv6= --disable-fast-unaligned