Bug 195202 - multimedia/ffmpeg and multimedia/ffmpeg24: unbreak OPENSSL option
Summary: multimedia/ffmpeg and multimedia/ffmpeg24: unbreak 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 Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-20 03:38 UTC by Jan Beich
Modified: 2014-11-20 19:47 UTC (History)
3 users (show)

See Also:


Attachments
fix (1.42 KB, patch)
2014-11-20 03:38 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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