From owner-svn-ports-all@freebsd.org Tue Nov 14 10:14:46 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 A4455DBA172; Tue, 14 Nov 2017 10:14:46 +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 7115C784B3; Tue, 14 Nov 2017 10:14:46 +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 vAEAEjmZ071976; Tue, 14 Nov 2017 10:14:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAEAEjpT071974; Tue, 14 Nov 2017 10:14:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201711141014.vAEAEjpT071974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 14 Nov 2017 10:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454171 - head/multimedia/libvpx X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libvpx X-SVN-Commit-Revision: 454171 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: Tue, 14 Nov 2017 10:14:46 -0000 Author: jbeich Date: Tue Nov 14 10:14:45 2017 New Revision: 454171 URL: https://svnweb.freebsd.org/changeset/ports/454171 Log: multimedia/libvpx: unbreak on amd64 after r454153 nasm -Ox -f elf64 -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.6.1"/ -o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands third_party/x86inc/x86inc.asm:1383: ... from macro `movd' defined here third_party/x86inc/x86inc.asm:1283: ... from macro `RUN_AVX_INSTR' defined here Reported by: antoine Pointy hat to: jbeich Modified: head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libvpx/distinfo (contents, props changed) Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Tue Nov 14 10:05:12 2017 (r454170) +++ head/multimedia/libvpx/Makefile Tue Nov 14 10:14:45 2017 (r454171) @@ -7,6 +7,9 @@ DISTVERSION= 1.6.1 PORTREVISION= 2 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= bc4bc9b6223d.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= VP8/VP9 Codec SDK Modified: head/multimedia/libvpx/distinfo ============================================================================== --- head/multimedia/libvpx/distinfo Tue Nov 14 10:05:12 2017 (r454170) +++ head/multimedia/libvpx/distinfo Tue Nov 14 10:14:45 2017 (r454171) @@ -1,3 +1,5 @@ TIMESTAMP = 1484252847 SHA256 (webmproject-libvpx-v1.6.1_GH0.tar.gz) = cda8bb6f0e4848c018177d3a576fa83ed96d762554d7010fe4cfb9d70c22e588 SIZE (webmproject-libvpx-v1.6.1_GH0.tar.gz) = 2493087 +SHA256 (bc4bc9b6223d.patch) = cba3b69f1b8f34042802c076b46cf96bca2b4af028aeaf64e9b03ea8507c649e +SIZE (bc4bc9b6223d.patch) = 2319