From owner-freebsd-ports@FreeBSD.ORG Mon Sep 26 18:11:29 2011 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 5B8CE1065670; Mon, 26 Sep 2011 18:11:29 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward7.mail.yandex.net (forward7.mail.yandex.net [IPv6:2a02:6b8:0:202::2]) by mx1.freebsd.org (Postfix) with ESMTP id CB3F18FC13; Mon, 26 Sep 2011 18:11:28 +0000 (UTC) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward7.mail.yandex.net (Yandex) with ESMTP id ACF8F1C141A; Mon, 26 Sep 2011 22:11:20 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317060680; bh=9KQU9Xp37+QrifLhJJIKHgm0KuKNz6Zr9IskXQ1dC2Q=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=egMck9D8rAXRxB6H+E1g/y8lEuCBbIpDjyGzxIrHqzfntuueLsgX/h5LXdx+K4yJR pg/ikecjtnmKok260H4QemId03YLoo/qS7icMuqb5Jo0T4Kel3R9z+Ie2m0b6uxio7 KpSSLyIladwjS11BukQA6WsIx7PpyMdy/LEUeifI= Received: from smtp7.mail.yandex.net (localhost [127.0.0.1]) by smtp7.mail.yandex.net (Yandex) with ESMTP id 83F0E1580214; Mon, 26 Sep 2011 22:11:20 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317060680; bh=9KQU9Xp37+QrifLhJJIKHgm0KuKNz6Zr9IskXQ1dC2Q=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=egMck9D8rAXRxB6H+E1g/y8lEuCBbIpDjyGzxIrHqzfntuueLsgX/h5LXdx+K4yJR pg/ikecjtnmKok260H4QemId03YLoo/qS7icMuqb5Jo0T4Kel3R9z+Ie2m0b6uxio7 KpSSLyIladwjS11BukQA6WsIx7PpyMdy/LEUeifI= Received: from unknown (unknown [213.138.88.133]) by smtp7.mail.yandex.net (nwsmtp/Yandex) with ESMTP id BJHav7UA-BKHOrGAK; Mon, 26 Sep 2011 22:11:20 +0400 X-Yandex-Spam: 1 Message-ID: <4E80C037.6080206@yandex.ru> Date: Mon, 26 Sep 2011 22:11:03 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: Jason Hellenthal References: <20110926144436.GB1874@DataIX.net> In-Reply-To: <20110926144436.GB1874@DataIX.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Ryan Steinmetz Subject: Re: [jhell@DataIX.net: security/hydra 7.0 add include path.] 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, 26 Sep 2011 18:11:29 -0000 Problem confirmed and solution is confirmed too. Thanks a lot. I checked other options and all is fine with them, the problem is only in WITH_SSH, so i think your patch is sufficient. This pr is submitted: http://bugs.freebsd.org/161039 Ryan, may be you can get it, since you touched it recently. Thanks. Jason Hellenthal wrote on 26.09.2011 18:44: > > Meant to CC ports. > > ----- Forwarded message from Jason Hellenthal ----- > > Date: Mon, 26 Sep 2011 10:43:59 -0400 > From: Jason Hellenthal > To: cvs-src@yandex.ru > Subject: security/hydra 7.0 add include path. > > > When building the new hydra with options WITH_SSH you need to add > /usr/local/include to the to -I > > This may be a temporary solution to work around line 34 of hydra.h but > it works. > > .if defined(WITH_SSH) > LIB_DEPENDS+= ssh.4:${PORTSDIR}/security/libssh > CFLAGS+= -I/usr/local/include > .endif > -- Regards, Ruslan Tinderboxing kills... the drives.