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 09EE5C806E2 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 E7FE812B2 for ; Wed, 14 Dec 2016 22:12:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E75CAC806E1; Wed, 14 Dec 2016 22:12:24 +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 E6FEAC806DF for ; Wed, 14 Dec 2016 22:12:24 +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 BD70E12B0 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 uBEMCOZh050126 for ; Wed, 14 Dec 2016 22:12:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration Date: Wed, 14 Dec 2016 22:12:24 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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 Laurence 'GreenReaper' Parry has reassigned Bugzi= lla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 215306: multimedia/ffmpeg: New RTMP group breaks configuration https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215306 --- Description --- 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=3D4 28587&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