svn commit: r428598 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Wed Dec 14 23:17:37 UTC 2016


Author: jbeich
Date: Wed Dec 14 23:17:35 2016
New Revision: 428598
URL: https://svnweb.freebsd.org/changeset/ports/428598

Log:
  multimedia/ffmpeg: limit OPENSSL to one _RADIO group
  
  Worse is better. To fix properly one would have to replace OPENSSL in
  RTMP with a synthetic option that _IMPLIES=OPENSSL.
  
  PR:		215306
  Reported by:	Laurence 'GreenReaper' Parry

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Wed Dec 14 21:55:08 2016	(r428597)
+++ head/multimedia/ffmpeg/Makefile	Wed Dec 14 23:17:35 2016	(r428598)
@@ -40,7 +40,7 @@ OPTIONS_DEFAULT=	FFSERVER FONTCONFIG FRE
 			VORBIS VPX X264 XVID
 
 OPTIONS_RADIO=	RTMP SSL
-OPTIONS_RADIO_RTMP=	GCRYPT GMP LIBRTMP OPENSSL
+OPTIONS_RADIO_RTMP=	GCRYPT GMP LIBRTMP
 OPTIONS_RADIO_SSL=	GNUTLS OPENSSL
 OPTIONS_GROUP=	LICENSE
 OPTIONS_GROUP_LICENSE=	GPL3 NONFREE


More information about the svn-ports-head mailing list