From owner-freebsd-mono@freebsd.org Fri Nov 6 22:04:23 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 AFE64A28953 for ; Fri, 6 Nov 2015 22:04:23 +0000 (UTC) (envelope-from chris@greenflump.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 51B471D3F for ; Fri, 6 Nov 2015 22:04:23 +0000 (UTC) (envelope-from chris@greenflump.com) Received: by wmec201 with SMTP id c201so28677503wme.1 for ; Fri, 06 Nov 2015 14:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greenflump_com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=i2Br/RqYwPfp4Bta8lLEWrK5M6UakcPpJft+k369b0Q=; b=fCs6ElYJyR2kgabdC9aiLf2hNA0lqtCeOHWi+GKZXK03iX65N4mClYp4Z1vdXtlcuw 07+z9Da0dhmgLGsn5z4wlJeVo3dOMCPinGzQjwOkXevjvSKRMwOBmR+vKDUHsHeXMxLv n6Zxv4xNC+6BBFEHf+Yb6RVxdCqXcfbeDIbd1P4XYmWNLnTuajmOp8vHwNo+1rM/n4Ic CbSYqkJUNJCUoK+k1mc8on50pozir+v4XD5YPhkRAmsfaBEYIrhTeebVmvjw1/qZTUWF k3sGSiyawbKKIAYoDeX9H6oxXunvzU6kfmxe42txSgj3v9o0Hmh+sCmQPsN9TWVbf8p7 aj5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; bh=i2Br/RqYwPfp4Bta8lLEWrK5M6UakcPpJft+k369b0Q=; b=fIhFmnmla9URRBufuen+VLp3nm+IU5kDM8JtfyoGvS7Oylvo9DahXxbBoubncWZi++ 4ZFZt2Un12iCUiVUVFK1kJm7LqfDNk8RNI+MmhY+gV4aW26WJxvaUxGZ6ayPMlMJh3mJ U+/TzO5THd8SlRw5Til177AHFCmska3YzJ5M/FDfFKyv4mI6t7HBEcIy+6qehXNhqQ1t QKzSVsXTkjhtYJpdN8RouhUZeI6OfnVvTwHm7nWzvgWrFtMlCCpumg/N0Yo5XuxIuqzZ OTZjfHjOwjxlHGAQxqyQcfvF7TRTnj3O5U+jtA8gi6LC96fno9d35RVzmH1IQOHg+42z E64w== X-Gm-Message-State: ALoCoQkB0JbNo19GsKdSbkTOUW4dg35W2FcWe/L6hb2Jkd7RzeJPMwWmoeQlM6Hlct+WWCdl6dT2 X-Received: by 10.28.22.203 with SMTP id 194mr11810433wmw.45.1446847461806; Fri, 06 Nov 2015 14:04:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Chris McVittie Date: Fri, 06 Nov 2015 22:04:12 +0000 Message-ID: Subject: Re: Mono 4.2 To: freebsd-mono@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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:04:23 -0000 Hi, So I had a first hack at this... Using the existing port rm -rf files edit Makefile PORTVERSION= 4.2.1.91 WRKSRC= ${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 >