From owner-freebsd-mono@freebsd.org Sat Jun 25 21:49:02 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 775E2B82F3A for ; Sat, 25 Jun 2016 21:49:02 +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 3D26E1DC9 for ; Sat, 25 Jun 2016 21:49:01 +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 5204C61F8D2; Sat, 25 Jun 2016 23:48:58 +0200 (CEST) Subject: Re: Latest MonoDevelop Progress To: Russell Haley , Freebsd-mono References: <576EC008.9060109@innolan.dk> <20160625185613.4698194.7455.7812@gmail.com> From: Carsten Larsen Message-ID: <576EFC4A.9020000@innolan.dk> Date: Sat, 25 Jun 2016 23:48:58 +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: <20160625185613.4698194.7455.7812@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 25 Jun 2016 21:49:02 -0000 On 25-06-2016, 20:56 Russell Haley wrote: > > I'm unsure to where they get copied. > The Debian PCL assemblies ends up in: /usr/lib/mono/xbuild-frameworks/.NETPortable/ On FreeBSD it shold be: /usr/local/lib/mono/xbuild-frameworks/.NETPortable/ If you use current ports version of mono (4.2.3) you should already have: /usr/local/lib/mono/xbuild/Microsoft/Portable/ The Debian package consist of 955 files (and folders): http://pastebin.com/ATS2M4F7 Carsten Larsen