pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/ffmpeg2



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug 11 12:13:32 UTC 2020

Modified Files:
        pkgsrc/multimedia/ffmpeg2: options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/ffmpeg2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/ffmpeg2/options.mk
diff -u pkgsrc/multimedia/ffmpeg2/options.mk:1.19 pkgsrc/multimedia/ffmpeg2/options.mk:1.20
--- pkgsrc/multimedia/ffmpeg2/options.mk:1.19   Wed Apr 29 15:11:10 2020
+++ pkgsrc/multimedia/ffmpeg2/options.mk        Tue Aug 11 12:13:32 2020
@@ -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