Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 ffmpeg2: Remove openssl option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faf1ffab366c
branches:  trunk
changeset: 436883:faf1ffab366c
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Aug 11 12:13:32 2020 +0000

description:
ffmpeg2: Remove openssl option.

This does not support OpenSSL 1.1.

Only effects (and fixes) builds using custom options to force
the use of OpenSSL, e.g. joyent's

diffstat:

 multimedia/ffmpeg2/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 37f67e024a74 -r faf1ffab366c multimedia/ffmpeg2/options.mk
--- a/multimedia/ffmpeg2/options.mk     Tue Aug 11 10:03:57 2020 +0000
+++ b/multimedia/ffmpeg2/options.mk     Tue Aug 11 12:13:32 2020 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: options.mk,v 1.19 2020/04/29 15:11:10 nia Exp $
+# $NetBSD: options.mk,v 1.20 2020/08/11 12:13:32 nia Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg2
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   ssl
-PKG_OPTIONS_GROUP.ssl=         gnutls openssl
+# XXX: OpenSSL option is broken
+#PKG_OPTIONS_GROUP.ssl=                gnutls openssl
+PKG_OPTIONS_GROUP.ssl=         gnutls
 
 PKG_SUPPORTED_OPTIONS= ass bluray doc faac fdk-aac fontconfig freetype \
                        lame libvpx opencore-amr opus pulseaudio rtmp \



Home | Main Index | Thread Index | Old Index