[Bug 247873] multimedia/ffmpeg: SVT patches are broken at fetch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 11 13:52:20 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247873

Piotr Smyrak <ps.ports at smyrak.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ps.ports at smyrak.com

--- Comment #8 from Piotr Smyrak <ps.ports at 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.


More information about the freebsd-multimedia mailing list