From owner-freebsd-multimedia@freebsd.org Tue Jan 26 01:51:39 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 2C548A461E9 for ; Tue, 26 Jan 2016 01:51:39 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) 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 18775D99 for ; Tue, 26 Jan 2016 01:51:39 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1840BA461E8; Tue, 26 Jan 2016 01:51:39 +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 17E57A461E7 for ; Tue, 26 Jan 2016 01:51:39 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1F69D97; Tue, 26 Jan 2016 01:51:38 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from aldan.narawntapu ([100.1.236.52]) by vms173005.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O1J00HMNBOROL60@vms173005.mailsrvcs.net>; Mon, 25 Jan 2016 18:50:56 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=btqxfxui c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=7aQ_Q-yQQ-AA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=OPe9qay-lVxFQgxtTEwA:9 a=QEXdDO2ut3YA:10 a=zCFIj4AnP8sA:10 a=ugR9Q9vdc7Xeqxhi0CAA:9 a=_W_S_7VecoQA:10 To: multimedia@freebsd.org, johans@FreeBSD.org, sbz@FreeBSD.org From: "Mikhail T." Subject: ffmpeg may not build with SSH option turned on X-Enigmail-Draft-Status: N1110 Message-id: <56A6C2EB.4020403@aldan.algebra.com> Date: Mon, 25 Jan 2016 19:50:51 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 01:51:39 -0000 Upstream's configure uses pkgconfig to look for libssh, but the port asks merely for libssh.so. When the building system has only the libssh2 port installed, the dependency is satisfied, but ffmpeg's configure breaks because pkgconfig can not find libssh. Not sure, how to best fix this... Ideally, I guess, ffmpeg's configure would check for libssh2 first and, failing that -- for libssh... Yours, -mi