Bug 232707 - multimedia/ffmpeg: unbreak build on 12-BETA with OPENSSL option
Summary: multimedia/ffmpeg: unbreak build on 12-BETA with OPENSSL option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thomas Zander
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-10-26 11:12 UTC by Dima Panov
Modified: 2018-10-28 17:54 UTC (History)
1 user (show)

See Also:
riggs: maintainer-feedback+
riggs: merge-quarterly+


Attachments
[UNBREAK] multimedia/ffmpeg: unbreak on 12-BETA with SSL option (1.42 KB, patch)
2018-10-26 11:12 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2018-10-26 11:12:05 UTC
Created attachment 198654 [details]
[UNBREAK] multimedia/ffmpeg: unbreak on 12-BETA with SSL option

FFmpeg build failed at OpenSSL detection on 12-BETA1 after OpenSSL 1.1.1 import into base.

configure script can handle ports version by pkg-config but base doesn't provide it.


Bump PORTREVISION to force rebuild against new API.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-28 16:28:42 UTC
A commit references this bug:

Author: riggs
Date: Sun Oct 28 16:28:16 UTC 2018
New revision: 483316
URL: https://svnweb.freebsd.org/changeset/ports/483316

Log:
  Unbreak build on 12-BETA after OpenSSL 1.1.1 import into base

  PR:		232707
  Submitted by:	fluffy
  MFH:		2018Q4

Changes:
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg/files/patch-configure
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-28 17:52:49 UTC
A commit references this bug:

Author: riggs
Date: Sun Oct 28 17:52:05 UTC 2018
New revision: 483320
URL: https://svnweb.freebsd.org/changeset/ports/483320

Log:
  MFH: r482030 r482658 r482928 r483316

  Enable XCB option by default

  Rationale:
  - XCB offers a comfortable screen capturing function via
    ffmpeg -f x11grab
  - In the default package libxcb is installed as a dependency
    of libX11 anyway, hence no need to disable it for ffmpeg
    specifically

  PR:		231215
  Reported by:	vermaden@interia.pl

  multimedia/ffmpeg: unbreak ALSA=off after r468844

  https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html

  PR:		232498

  multimedia/ffmpeg: Do not set DATADIR twice

  PR:		232637

  Unbreak build on 12-BETA after OpenSSL 1.1.1 import into base

  PR:		232707
  Submitted by:	fluffy

  Approved by:	ports-secteam (riggs)

Changes:
_U  branches/2018Q4/
  branches/2018Q4/multimedia/ffmpeg/Makefile
  branches/2018Q4/multimedia/ffmpeg/files/patch-configure