From owner-freebsd-mono@freebsd.org Fri Nov 6 22:24:38 2015 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 0A472A28C40 for ; Fri, 6 Nov 2015 22:24:38 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA82717AC for ; Fri, 6 Nov 2015 22:24:37 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by pasz6 with SMTP id z6so139332018pas.2 for ; Fri, 06 Nov 2015 14:24:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:message-id:date :subject:from:in-reply-to:references:to; bh=PqHhGNXWaREH3+/0TTbzNv+3xgJDD6N5yqp4XrAB8GE=; b=ZGCLl4pkIx4XUYrK/C/v/55G/jdaZDjHnW2We5++vsyV9DZ7/OYMcbB6a4I7c95qSp OEX/s5yYw1bQe0wa9eI2UXFFNPJmC+q2zI/AMV2WEJqyc8weWb94nzos90HTdBTEa4d0 Rwm55LP1VsMD+Sm+FdH0oZNUtiDrr+NDGK4SwLDolGKIbE5v7iERZ9q6ClD2Do5h/mPT hG0jDRmPXeXOHGamMhYPhYjrKR/Cr+7shg9Jd5QfKDCgU6g8g9cbfHbJmUFnHbs5rCCT yxGpS1P+Nh2N1moF6qTJPi6f0i7jQZsKhnkRrlBtW5QEvURYxIMyY456Ypia2+6oUgok CSgg== X-Received: by 10.68.208.100 with SMTP id md4mr20819334pbc.155.1446848677413; Fri, 06 Nov 2015 14:24:37 -0800 (PST) Received: from [127.0.0.1] (mail.questertangent.com. [184.69.10.202]) by smtp.gmail.com with ESMTPSA id an5sm1913280pbd.45.2015.11.06.14.24.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Nov 2015 14:24:36 -0800 (PST) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: BlackBerry Email (10.3.2.2639) Message-ID: <20151106222436.4386898.99329.590@gmail.com> Date: Fri, 06 Nov 2015 14:24:36 -0800 Subject: Re: Mono 4.2 From: Russell Haley In-Reply-To: References: To: Chris McVittie , freebsd-mono@freebsd.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 22:24:38 -0000 Sweet! I'll try it this weekend... Sent=A0from=A0my=A0BlackBerry=A010=A0smartphone=A0on=A0the=A0Koodo=A0networ= k. =A0 Original Message =A0 From: Chris McVittie Sent: Friday, November 6, 2015 2:04 PM To: freebsd-mono@freebsd.org Subject: Re: Mono 4.2 Hi, So I had a first hack at this... Using the existing port rm -rf files edit Makefile PORTVERSION=3D 4.2.1.91 WRKSRC=3D ${WRKDIR}/mono-4.2.1 make makesum make install make makeplist make clean && make install All seems to "just work." I'm suspicious that this is too easy? ``` root@bsd-1:/usr/ports/lang/mono # mono --version Mono JIT compiler version 4.2.1 (Stable 4.2.1.91/8862921 Fri Nov 6 21:13:46 UTC 2015) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notification: kqueue Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen ``` Is there anything else I should check? Thanks, Chris On Tue, Oct 27, 2015 at 8:15 PM Chris McVittie wrote: > Hi, > I was wondering if there was a plan for supporting mono 4.2? There are > lots of useful fixes and features around the threadpool that would be good > to have access to. > > (I'm completely new here, and while willing to help, suspect my help won't > be useful!) > > Thanks, > Chris > _______________________________________________ freebsd-mono@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org"