From owner-freebsd-ports@FreeBSD.ORG Sat Mar 21 19:28:53 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A0FF9F for ; Sat, 21 Mar 2015 19:28:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E3DF5E2D for ; Sat, 21 Mar 2015 19:28:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LJSqjW055769 for ; Sat, 21 Mar 2015 19:28:52 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t2LJSqGE055767 for ports@FreeBSD.org; Sat, 21 Mar 2015 19:28:52 GMT (envelope-from bdrewery) Received: (qmail 79467 invoked from network); 21 Mar 2015 14:28:50 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@10.10.1.90) by sweb.xzibition.com with ESMTPA; 21 Mar 2015 14:28:50 -0500 Message-ID: <550DC672.5040107@FreeBSD.org> Date: Sat, 21 Mar 2015 14:28:50 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: =?ISO-8859-2?Q?=22Ing=2E_B=F8etislav_Kubesa=22?= Subject: Re: FreeBSD Port: openssh-portable-6.7.p1_1, 1 / problem with %%ETCSSH%% variable References: <550D7EA9.70306@gmail.com> In-Reply-To: <550D7EA9.70306@gmail.com> Content-Type: text/plain; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 19:28:53 -0000 On 3/21/15 9:22 AM, "Ing. Bøetislav Kubesa" wrote: > Hi, > > on two different FreeBSD systems I'm getting build this port with > %%ETCSSH%% variable. > Isn't some kind of bug maybe ? > > Example from rc.d script - openssh : > > if [ -f %%ETCSSH%%/ssh_host_key -a \ > -f %%ETCSSH%%/ssh_host_dsa_key -a \ > -f %%ETCSSH%%/ssh_host_rsa_key -a \ > -f %%ETCSSH%%/ssh_host_ecdsa_key -a \ > -f %%ETCSSH%%/ssh_host_ed25519_key ]; then > return 0 > > Thank you. > > Regards, > Bretislav Kubesa Sorry about this. It should be fixed now. -- Regards, Bryan Drewery