From owner-freebsd-mono@freebsd.org Thu Jul 21 18:52:59 2016 Return-Path: Delivered-To: freebsd-mono@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 726F1BA049B; Thu, 21 Jul 2016 18:52:59 +0000 (UTC) (envelope-from cs@innolan.dk) Received: from avril.innolan.net (ntp2.innolan.net [90.184.222.115]) (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 36C881E6D; Thu, 21 Jul 2016 18:52:58 +0000 (UTC) (envelope-from cs@innolan.dk) Received: from [192.168.10.60] (unknown [192.168.222.119]) by avril.innolan.net (Postfix) with ESMTP id A191C61F8D2; Thu, 21 Jul 2016 20:52:56 +0200 (CEST) Subject: Re: Maintaining mono/.net To: freebsd-mono@freebsd.org, freebsd-ports@freebsd.org References: <20160709111021.GA99191@FreeBSD.org> From: Carsten Larsen Message-ID: <57911A0E.9040303@innolan.dk> Date: Thu, 21 Jul 2016 20:53:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160709111021.GA99191@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 18:52:59 -0000 Hi, On 09-07-2016 kl. 13:10 Romain Tartière wrote: > Dear all, > > I finally could manage to sync my local mess into some "shipable form" > and updated the bsd-sharp github repository with current WIP: > > https://github.com/smortex/bsd-sharp > > My main issue is devel/newtonsoft-json which fails to build. I could > not manage to get more time to search for the root cause of the build > failure during the last couple of weeks :-( If someone has insights or > a workaround, thank you for sharing ! I dont know know if any others are looking at his issue ? fyi. I could build lang/mono from the repository without any changes. I will take a look devel/newtonsoft-json and see if I can fix it. > > Regards, > Romain > Carsten