From owner-freebsd-ports@FreeBSD.ORG Mon May 24 07:04:12 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72DE810656FB for ; Mon, 24 May 2010 07:04:12 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id CB48E8FC08 for ; Mon, 24 May 2010 07:04:11 +0000 (UTC) Received: from lqc.issp.ac.ru [77.236.34.156:43050] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o4O73PVR099162 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 24 May 2010 11:03:26 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: kde-freebsd@kde.org Date: Mon, 24 May 2010 11:04:09 +0400 User-Agent: KMail/1.13.3 (FreeBSD/8.0-STABLE; KDE/4.4.3; i386; ; ) References: <20100524025003.GA96707@darklight.org.ru> In-Reply-To: <20100524025003.GA96707@darklight.org.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201005241104.09360.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Mon, 24 May 2010 11:03:26 +0400 (MSD) Cc: Yuri Pankov , ports@freebsd.org Subject: Re: [kde-freebsd] kdebase4-runtime doesn't pull in libssh if compat7x is installed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 07:04:12 -0000 On Mon, 24 May 2010 06:50:03 +0400, Yuri Pankov wrote: > x11/kdebase4-runtime doesn't in pull security/libssh as dependency if we > have misc/compat7x installed (installs libssh.so.4 as well, in different > location). Detection of security/libssh could be changed to > ${LOCALBASE}/include/libssh/libssh.h. Patch attached. Fixed, thanks!