From owner-freebsd-ports@freebsd.org Sun Jul 12 13:56:08 2020 Return-Path: Delivered-To: freebsd-ports@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 8B4B93644E4 for ; Sun, 12 Jul 2020 13:56:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4Sx43Gk2z4YsH for ; Sun, 12 Jul 2020 13:56:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6E7493642C5; Sun, 12 Jul 2020 13:56:08 +0000 (UTC) Delivered-To: ports@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 6E3FB3644E3 for ; Sun, 12 Jul 2020 13:56:08 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B4Sx42Kqbz4Z5w; Sun, 12 Jul 2020 13:56:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 45A681FA82; Sun, 12 Jul 2020 13:56:08 +0000 (UTC) From: Jan Beich To: ajtiM Cc: FreeBSD Ports Subject: Re: ffmpeg 4.3_5_1 References: <20200712064133.77df79c7@dismail.de> Date: Sun, 12 Jul 2020 15:56:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2020 13:56:08 -0000 ajtiM via freebsd-ports writes: > Hi! > > Looks like that is ffmpg broke again: > make > ===> ffmpeg-4.3_5,1 is marked as broken: > https://github.com/OpenVisualCloud/SVT-VP9/issues/124. > *** Error code 1 Disable SVTVP9 option or downgrade. Upstream only recently made it possible to apply each FFmpeg patch together. Before that SVTAV1 and SVTVP9 used a special version of the patch aimed to apply after another which was very fragile during updates. Alternatively, you can send a fix upstream. I have other ports to maintain, so rarely dedicate a lot of time to a particular upstream.