From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 27 11:49:57 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE478106564A; Mon, 27 Dec 2010 11:49:57 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id E84F68FC0C; Mon, 27 Dec 2010 11:49:56 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward11.mail.yandex.net (Yandex) with ESMTP id B49B83ED0CC3; Mon, 27 Dec 2010 14:49:50 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1293450590; bh=3JBlWzFnqsPOViE21ojK1IGKix/3ZOCZnZ/5QmqIAkU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=R0PXRSzFDpl8XplH/vlOJR7A1LbPspeZD2Z135ykSriakAfN3iBZ30ZVzHZLkTe9j mHyiHN0V23dWe0sEOSYdU+gkHGceUPRv+vJlN/wToOe0AtzEUDEMzeWIYdWECA4jnn lxYE2mNxFSK7ohnKJfZ0qazuPjzTzjRoHAU94EpQ= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 5259413E8081; Mon, 27 Dec 2010 14:49:50 +0300 (MSK) Message-ID: <4D187D38.9020806@yandex.ru> Date: Mon, 27 Dec 2010 14:49:12 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20101211 Thunderbird/3.1.7 MIME-Version: 1.0 To: Pav Lucistnik References: <201012081615.oB8GFord050219@freefall.freebsd.org> <4CFFD849.6040002@yandex.ru> <1291882012.1937.1.camel@hood.oook.cz> <4D17B2F0.8080504@yandex.ru> <4D1851CE.7050009@FreeBSD.org> <4D185B6C.2010301@yandex.ru> <4D186FB5.2080406@FreeBSD.org> In-Reply-To: <4D186FB5.2080406@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports-bugs@FreeBSD.org, llevier@argosnet.com Subject: Re: ports/152683: [PATCH] security/hydra: update to 5.9 [feature safe] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 11:49:57 -0000 27.12.2010 13:51, Pav Lucistnik пишет: > On 2010/12/27 10:25, Ruslan Mahmatkhanov wrote: >> 27.12.2010 11:43, Pav Lucistnik пишет: >>> On 2010/12/26 22:26, Ruslan Mahmatkhanov wrote: >>> >>>> 2. If i define libssh.so.4 or libssh.so.4.1.3 in LIB_DEPENDS then it's >>>> still: >>>> ===> hydra-5.9 depends on shared library: libssh.so.4 - not found >>>> ===> Verifying install for libssh.so.4 in /usr/ports/security/libssh >>> >>> The format is shortened, for libssh.so.4 use LIB_DEPENDS=ssh.4:${PORTS.. >>> >> >> Sorry, BUILD_DEPENDS is still required. Updated patch attached. > > LIB_DEPENDS implies BUILD_DEPENDS so it should not be necessary to list > both. Why you feel it's still required? Because w/o BUILD_DEPENDS security/libssh wasn't installed as dependency. It's ok now. So it was some mindbug. Please use first patch that i sent. -- Regards, Ruslan