Skip site navigation (1)Skip section navigation (2)
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=3D247873

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=3D216378&action=
=3Dedit
Makefile port patch

There seem to be more than a single upstream induced issue here.=20

The fetch stage fails even when the SVT options are off. Moreover even if t=
he
patchset would be successfully fetched and in place with the SVT options se=
t to
off, the configure stage would fail since the usage of ${OPT}_CONFIGURE_ENA=
BLE
implies that the configure toggle is always present, meanwhile here it woul=
d be
present only with the patch applied.

The attached patch changes the port Makefile making the patchsets fetched o=
nly
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 upstre=
am
divergence, yet provides a way to work it.

--=20
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>