From owner-freebsd-multimedia@freebsd.org Wed Dec 14 22:12:25 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E20C806E6 for ; Wed, 14 Dec 2016 22:12:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1D45D12B5 for ; Wed, 14 Dec 2016 22:12:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1C9D3C806E4; Wed, 14 Dec 2016 22:12:25 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A7ADC806E3 for ; Wed, 14 Dec 2016 22:12:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E63D912B1 for ; Wed, 14 Dec 2016 22:12:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBEMCOZj050126 for ; Wed, 14 Dec 2016 22:12:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration Date: Wed, 14 Dec 2016 22:12:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: greenreaper@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 22:12:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215306 Bug ID: 215306 Summary: multimedia/ffmpeg: New RTMP group breaks configuration Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: greenreaper@hotmail.com Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) The Makefile has been broken with the latest release 3.2.2_1,1, resulting i= n: =3D=3D=3D=3D> You cannot select multiple options from the RTMP radio Config is invalid. Re-edit? [Y/n] n The change in question: https://svnweb.freebsd.org/ports/head/multimedia/ffmpeg/Makefile?r1=3D42858= 8&r2=3D428587&pathrev=3D428588 The config screen looks like this: xqqqqqqqqqqqqqqqqqqqqqqqq RTMP(T)E protocol support qqqqqqqqqqqqqqqqqqqqqqq= x x ( )GCRYPT Use GNU crypt library instead of OpenSSL x x (*) GMP GMP (multiple precision arithmetic) support x x ( )LIBRTMP RTMP(T)E protocol support via librtmp x x ( ) OPENSSL SSL/TLS support via OpenSSL x x x xqqqqqqqqqqqqqqqqqqqqqqqqqqq SSL protocol support qqqqqqqqqqqqqqqqqqqqqqq= qqx x ( ) GNUTLS SSL/TLS support via GnuTLS x x (*) OPENSSL SSL/TLS support via OpenSSL x x mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq On my system OpenSSL is selected and GMP is also selected, which it doesn't like. Maybe it was tested by someone using GNUTLS or with GMP turned off? In any case, this group which includes GCrypt, GMP librtmp and OpenSSL is obviously not at all right: OPTIONS_RADIO_RTMP=3D GCRYPT GMP LIBRTMP OPENSSL I don't know if that is "right", but to get it to compile, I: * put GMP back in OPTIONS_DEFINE * added LIBRTMP to OPTIONS_DEFINE * removed RTMP from OPTIONS_RADIO * commented out OPTIONS_RADIO_RTMP entirely --=20 You are receiving this mail because: You are the assignee for the bug.=