Bug 195202

Summary: multimedia/ffmpeg and multimedia/ffmpeg24: unbreak OPENSSL option
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: gblach, multimedia, riggs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix none

Description Jan Beich freebsd_committer freebsd_triage 2014-11-20 03:38:23 UTC
Created attachment 149627 [details]
fix

$ make showconfig | fgrep -i openssl
     OPENSSL=on: SSL/TLS support via OpenSSL

$ make configure
...

$ fgrep -i openssl $(make -V WRKSRC)/config.h
#define CONFIG_OPENSSL 0

$ ffprobe https://foo
...
https protocol not found, recompile with openssl or gnutls enabled.
https://foo: Protocol not found
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-20 03:38:23 UTC
Maintainers CC'd
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-11-20 19:34:51 UTC
A commit references this bug:

Author: riggs
Date: Thu Nov 20 19:34:20 UTC 2014
New revision: 372953
URL: https://svnweb.freebsd.org/changeset/ports/372953

Log:
  Un-break non-default OPTION OPENSSL

  PR:		195202
  Submitted by:	jbeich@vfemail.net

Changes:
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg24/Makefile