Date: Sat, 11 Jul 2020 13:52:19 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 247873] multimedia/ffmpeg: SVT patches are broken at fetch Message-ID: <bug-247873-12827-MQsEYy0U5B@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247873-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-247873-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247873 Piotr Smyrak <ps.ports@smyrak.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ps.ports@smyrak.com --- Comment #8 from Piotr Smyrak <ps.ports@smyrak.com> --- Created attachment 216378 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216378&action=edit Makefile port patch There seem to be more than a single upstream induced issue here. The fetch stage fails even when the SVT options are off. Moreover even if the patchset would be successfully fetched and in place with the SVT options set to off, the configure stage would fail since the usage of ${OPT}_CONFIGURE_ENABLE implies that the configure toggle is always present, meanwhile here it would be present only with the patch applied. The attached patch changes the port Makefile making the patchsets fetched only when any of SVT options is on, and switches from ${OPT}_CONFIGURE_ENABLE to ${OPT}_CONFIGURE_ON to fix the latter issue. It does not address the upstream divergence, yet provides a way to work it. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247873-12827-MQsEYy0U5B>
