From owner-freebsd-ports@freebsd.org Sun Nov 5 16:17:39 2017 Return-Path: Delivered-To: freebsd-ports@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 9CA43E37131 for ; Sun, 5 Nov 2017 16:17:39 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4EB9D3 for ; Sun, 5 Nov 2017 16:17:39 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vA5GHWSA032350 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 5 Nov 2017 08:17:32 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: Hyperledger Sawtooth on FreeBSD To: Ganbold Tsagaankhuu , freebsd-ports@freebsd.org References: Reply-To: yuri@freebsd.org From: Yuri Message-ID: <6b51fcb0-9c98-78f4-fad4-bf7394b836f5@freebsd.org> Date: Sun, 5 Nov 2017 08:17:16 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 16:17:39 -0000 Hi Ganbold, Thank you for working on this! On 11/04/17 10:19, Ganbold Tsagaankhuu wrote: > Just some update, I was able to run Hyperledger Sawtooth in FreeBSD 11.1 > and it seems working:) Great! > I have to organize my install notes, it is still messy. You should organize it into the port format, so that there will be no need for notes. -) > I had to build/install necessary python dependencies such as gprc, > gprc_tools for python3.6. > It would be nice to have grpc and grpc_tools as packages. Even without those packages, you should be able to build the port while the environment variable is set to PYTHON_VERSION=3.6 Please keep us posted about the progress. Yuri